-
Bug
-
Resolution: Done
-
Minor
-
7.0.0.DR9
-
None
The org.jboss.security.auth.spi.LdapLoginModule class contains unnecessary constant
private static final String BIND_CREDENTIAL = "bindCredential";
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.
- is cloned by
-
SECURITY-909 LdapLoginModule code has unnecessary BIND_CREDENTIAL constant
- Open
- is incorporated by
-
JBEAP-1967 (7.0.z) Upgrade PicketBox from 4.9.7 to 4.9.4.Final
- Closed