[jboss-jira] [JBoss JIRA] Created: (JBAS-4619) Add parseRoleNameFromDN option to LdapExtLoginModule

Mike Millson (JIRA) jira-events at lists.jboss.org
Tue Aug 21 13:35:18 EDT 2007


Add parseRoleNameFromDN option to LdapExtLoginModule
----------------------------------------------------

                 Key: JBAS-4619
                 URL: http://jira.jboss.com/jira/browse/JBAS-4619
             Project: JBoss Application Server
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Security
    Affects Versions: JBossAS-4.0.5.GA
            Reporter: Mike Millson
         Assigned To: Scott M Stark


Provide an option to parse the role name out of the memberOf attributes, rather than re-query LDAP for each role. 

The option would look something like:

<module-option name="roleAttributeIsDN">true</module-option>
<module-option name="roleNameAttributeID">myprofile</module-option>
<module-option name="parseRoleNameFromDN">true</module-option>

Alternatively, this could automatically be done if the memberOf attribute contained the roleNameAttributeID.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list