[ http://issues.apache.org/jira/browse/JS2-188?page=comments#action_57778 ] mike long commented on JS2-188: -------------------------------
In the following couple paragraphs I will lay out a road map for implementing LDAP authorization and authentication for Jetspeed-2. In general I intend to implelement the LdapCredentialHandler and LdapUserSecurityHandler first. This work will include simple username/password authentication. Later on, possibly by next week, I intend to implement the authorization interfaces GroupSecurityHandler and RoleSecurityHandler. I will use test-driven design and write tests as I go. The LDAP implementation I am using is OpenLdap. I will provide daily updates of my progress. Please comment on this work. This week: 1/19/05: 1) Write some tests for LdapCredentialHandler and LdapUserSecurityHandler using simple authentication, primarily focused on the authenticate(userName, password) method of the CredentialHandler. 2) Begin creating all ancillary classes and test classes to support this work. 3) Post this work as comments here so others can review and comment. Please advise if I should post it someplace else. Eventually I will want to commit it to the Jetspeed-2 repository. 1/20/05: 1) Begin implementing the persistence-related behavior of those interfaces. > Implement the LDAP > ------------------ > > Key: JS2-188 > URL: http://issues.apache.org/jira/browse/JS2-188 > Project: Jetspeed 2 > Type: Improvement > Components: Security > Reporter: J, Edgar Zavala > > Implement the LDAP integration using the SPI, provide the LDAP authenitcation > option. > TODO: > 1.- Complete the current implementation and complete the David work in: > a) org.apache.jetspeed.security.spi.impl.LdapCredentialHandler > b) org.apache.jetspeed.security.spi.impl.LdapUserSecurityHandler -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
