You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by bu...@apache.org on 2005/12/02 03:00:48 UTC

DO NOT REPLY [Bug 37748] New: - JNDIPrincipalStore via J2EE Container

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: damien.bastin@gmail.com


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: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org