remove password from toString method
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1421464 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ea77187178
commit
8e5d19325d
|
@ -307,7 +307,8 @@ public class LdapConnectionConfiguration
|
||||||
"baseDn: " + getBaseDn() + ", " +
|
"baseDn: " + getBaseDn() + ", " +
|
||||||
"contextFactory: " + getContextFactory() + ", " +
|
"contextFactory: " + getContextFactory() + ", " +
|
||||||
"bindDn: " + getBindDn() + ", " +
|
"bindDn: " + getBindDn() + ", " +
|
||||||
"password: " + getPassword() + ", " +
|
// not display password
|
||||||
|
//"password: " + getPassword() + ", " +
|
||||||
"authenticationMethod: " + getAuthenticationMethod() + ", " +
|
"authenticationMethod: " + getAuthenticationMethod() + ", " +
|
||||||
"objectFactories: " + getObjectFactories() + ", " +
|
"objectFactories: " + getObjectFactories() + ", " +
|
||||||
"stateFactories: " + getStateFactories() + ", " +
|
"stateFactories: " + getStateFactories() + ", " +
|
||||||
|
|
Loading…
Reference in New Issue