[jboss-jira] [JBoss JIRA] (AS7-5617) LdapExtLoginModule ALL_VALID_OPTIONS does not contain ROLE_ATTRIBUTE_IS_DN_OPT, though the code uses it
Jess Sightler (JIRA)
jira-events at lists.jboss.org
Mon Sep 24 12:10:34 EDT 2012
Jess Sightler created AS7-5617:
----------------------------------
Summary: LdapExtLoginModule ALL_VALID_OPTIONS does not contain ROLE_ATTRIBUTE_IS_DN_OPT, though the code uses it
Key: AS7-5617
URL: https://issues.jboss.org/browse/AS7-5617
Project: Application Server 7
Issue Type: Bug
Components: Security
Affects Versions: 7.1.2.Final (EAP)
Reporter: Jess Sightler
Assignee: Anil Saldhana
ROLE_ATTRIBUTE_IS_DN_OPT is present and used by LdapExtLoginModule. However, if an AS7 configuration actually uses it, the following log is presented:
13:04:36,235 WARN [org.jboss.security.auth.spi.LdapExtLoginModule] (ip) Invalid or misspelled option: roleAttributeIsDN
It appears that it is not part of the ALL_VALID_OPTIONS array, and therefore is missed by the addValidOptions(ALL_VALID_OPTIONS); call in the initialize method.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list