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:
Olivier Lamy 2012-12-13 20:03:07 +00:00
parent ea77187178
commit 8e5d19325d
1 changed files with 2 additions and 1 deletions

View File

@ -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() + ", " +