Commit 1f871efb by chaitali borole Committed by nixonrodrigues

ATLAS-3667 : Option to store Ldap/AD bind password in jceks keystore file #2

(Set MASK_LDAP_PASSWORD constant value to "********" to be sync with other applications.) Signed-off-by: 's avatarnixonrodrigues <nixon@apache.org>
parent 862ba9ba
...@@ -60,7 +60,7 @@ public final class ApplicationProperties extends PropertiesConfiguration { ...@@ -60,7 +60,7 @@ public final class ApplicationProperties extends PropertiesConfiguration {
public static final String LDAP_TYPE = "atlas.authentication.method.ldap.type"; public static final String LDAP_TYPE = "atlas.authentication.method.ldap.type";
public static final String LDAP_AD_BIND_PASSWORD = "atlas.authentication.method.ldap.ad.bind.password"; public static final String LDAP_AD_BIND_PASSWORD = "atlas.authentication.method.ldap.ad.bind.password";
public static final String LDAP_BIND_PASSWORD = "atlas.authentication.method.ldap.bind.password"; public static final String LDAP_BIND_PASSWORD = "atlas.authentication.method.ldap.bind.password";
public static final String MASK_LDAP_PASSWORD = "*****"; public static final String MASK_LDAP_PASSWORD = "********";
public static final String DEFAULT_GRAPHDB_BACKEND = GRAPHBD_BACKEND_JANUS; public static final String DEFAULT_GRAPHDB_BACKEND = GRAPHBD_BACKEND_JANUS;
public static final boolean DEFAULT_SOLR_WAIT_SEARCHER = true; public static final boolean DEFAULT_SOLR_WAIT_SEARCHER = true;
public static final boolean DEFAULT_INDEX_MAP_NAME = false; public static final boolean DEFAULT_INDEX_MAP_NAME = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment