[jboss-jira] [JBoss JIRA] (WFCORE-908) LdapLoginModule code has unnecessary BIND_CREDENTIAL constant
Josef Cacek (JIRA)
issues at jboss.org
Tue Aug 25 03:40:26 EDT 2015
Josef Cacek created WFCORE-908:
----------------------------------
Summary: LdapLoginModule code has unnecessary BIND_CREDENTIAL constant
Key: WFCORE-908
URL: https://issues.jboss.org/browse/WFCORE-908
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Josef Cacek
Assignee: Darran Lofthouse
Priority: Minor
The {{org.jboss.security.auth.spi.LdapLoginModule}} class contains unnecessary constant
{code}
private static final String BIND_CREDENTIAL = "bindCredential";
{code}
It's only used in {{traceLDAPEnv}} method which is responsible for masking passwords in module options. The "bindCredential" is not a valid option in this login module.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list