]> source.dussan.org Git - archiva.git/commitdiff
remove password from toString method
authorOlivier Lamy <olamy@apache.org>
Thu, 13 Dec 2012 20:03:07 +0000 (20:03 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 13 Dec 2012 20:03:07 +0000 (20:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1421464 13f79535-47bb-0310-9956-ffa450edef68

redback-common/redback-common-ldap/src/main/java/org/apache/archiva/redback/common/ldap/connection/LdapConnectionConfiguration.java

index b0717f3e3dd60b4bd9cd83558dc3e01ce657c30d..3efdb2fc8bfc816f97677795df95f9fefa503e50 100644 (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() + ", " +