Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-854

LdapLoginModule code has unnecessary BIND_CREDENTIAL constant

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 7.0.0.ER3
    • 7.0.0.DR9
    • Security
    • 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.

              pskopek@redhat.com Peter Skopek
              josef.cacek@gmail.com Josef Cacek (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: