[ http://issues.apache.org/jira/browse/GERONIMO-417?page=comments#action_12331189 ]
David Jencks commented on GERONIMO-417: --------------------------------------- The LDAPLoginModule should be in o/a/g/security/realm/providers with the other login modules. In M5 it's in the right package but wrong directory. In head it was in the wrong package and directory. I moved head's copy to the correct package and directory. Deleting security/src/java/org/apache/geronimo/security/jaas/LDAPLoginModule.java Adding security/src/java/org/apache/geronimo/security/realm/providers/LDAPLoginModule.java Transmitting file data . Committed revision 293383. > Provide an LDAP security realm > ------------------------------ > > Key: GERONIMO-417 > URL: http://issues.apache.org/jira/browse/GERONIMO-417 > Project: Geronimo > Type: Improvement > Components: security > Versions: 1.0-M2 > Reporter: Aaron Mulder > Assignee: David Jencks > Priority: Minor > Fix For: 1.0 > Attachments: LDAPLoginModule.java, ldap-realm-demo.war, ldap-realm.ldif, > ldap-realm.xml > > It would be nice if one of the default security realms for Geronimo could > authenticate against an LDAP server (including Active Directory with LDAP > access enabled). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
