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() + ", " +
|
||||
"contextFactory: " + getContextFactory() + ", " +
|
||||
"bindDn: " + getBindDn() + ", " +
|
||||
"password: " + getPassword() + ", " +
|
||||
// not display password
|
||||
//"password: " + getPassword() + ", " +
|
||||
"authenticationMethod: " + getAuthenticationMethod() + ", " +
|
||||
"objectFactories: " + getObjectFactories() + ", " +
|
||||
"stateFactories: " + getStateFactories() + ", " +
|
||||
|
|
Loading…
Reference in New Issue