Skip to content

Commit

Permalink
JBPM-10235 : Removed debug log statement exposing password
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhishmk committed Jun 26, 2024
1 parent 2ed7d56 commit f643718
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ private LdapContext buildLdapContext() throws NamingException {
log.debug("Protocol: {}", config.getProperty(Context.SECURITY_PROTOCOL));
log.debug("Provider URL: {}", config.getProperty(Context.PROVIDER_URL));
log.debug("User DN: {}", config.getProperty(Context.SECURITY_PRINCIPAL));
log.debug("Password: {}", config.getProperty(Context.SECURITY_CREDENTIALS));
}

return new InitialLdapContext(config, null);
Expand Down

0 comments on commit f643718

Please sign in to comment.