You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2009/02/15 14:31:01 UTC

[jira] Closed: (DIRSERVER-402) Add Support for LDAP Subentries

     [ https://issues.apache.org/jira/browse/DIRSERVER-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny closed DIRSERVER-402.
---------------------------------------


closed

> Add Support for LDAP Subentries
> -------------------------------
>
>                 Key: DIRSERVER-402
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-402
>             Project: Directory ApacheDS
>          Issue Type: New Feature
>            Reporter: Enrique Rodriguez
>            Assignee: Alex Karasulu
>
> We need to implement the subentries RFC to get to the next level where we can introduce Administrative Areas for various aspects: authorization, schema, collective attributes, replication, etc.  Administrative Areas are defined by subentries.  
> RFC 3672 - Subentries in the Lightweight Directory Access Protocol (LDAP)
> http://www.faqs.org/rfcs/rfc3672.html
> Subtree Refinements
> http://wiki.apache.org/directory/SubtreeRefinements
> Alex started out by adding code to parse and represent a refinement so they can be handled by the server in the shared code base since this might be used by clients as well later to interpret subentry information.  The package location in SVN (not much there so don't get excited):
> http://svn.apache.org/viewcvs.cgi/directory/shared/ldap/trunk/common/src/java/org/apache/ldap/common/subtree/
> o parser needs to be completed with these primitives
> o add internal representation or data structure for quickly looking up an entries inclusion set within subtrees for evaluating different aspects of administration
> o add subsystems using interceptors to handle aspects:
>   - authorization
>   - collective attributes
>   - schema

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.