DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37748>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37748

           Summary: JNDIPrincipalStore via J2EE Container
           Product: Slide
           Version: Nightly
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Stores
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


We wanted a new implementation of the way Slide handles Jndi Principal Stores to
fix the following issues:

    * JndiPrincipalStore directly accesses LDAP. We want to use a J2EE 
Container.
    * It stores the LDAP config principals as clear text.
    * It loads users and groups during the deployment and J2EE Container
startup. This isn't requried.
    * It doesn't map the full user names from LDAP.
    * J2EE JNDI nested groups don't work in JndiPrincipalStore. This generates
complicated ACL's and ACL scripts. 

We are using: Nightly 20051005042448

We have provided some code that changes the JNDIPrincipalStore by extracting an
AbstractPrincipalStore, and creates a J2EEPrincipalStore that extends it and
resolves the issues outlined above.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to