You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Enrique Rodriguez (JIRA)" <di...@incubator.apache.org> on 2005/07/25 22:23:06 UTC

[jira] Created: (DIREVE-183) Add Support for LDAP Subentries

Add Support for LDAP Subentries
-------------------------------

         Key: DIREVE-183
         URL: http://issues.apache.org/jira/browse/DIREVE-183
     Project: Directory Server
        Type: New Feature
    Reporter: Enrique Rodriguez
 Assigned to: 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.
-
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


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

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Assigned: (DIREVE-183) Add Support for LDAP Subentries

Posted by "Alex Karasulu (JIRA)" <di...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/DIREVE-183?page=all ]

Alex Karasulu reassigned DIREVE-183:
------------------------------------

    Assign To: Alex Karasulu

> Add Support for LDAP Subentries
> -------------------------------
>
>          Key: DIREVE-183
>          URL: http://issues.apache.org/jira/browse/DIREVE-183
>      Project: Directory Server
>         Type: New Feature
>     Reporter: Enrique Rodriguez
>     Assignee: Alex Karasulu
>      Fix For: 0.9.3

>
> 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.
-
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


[jira] Resolved: (DIREVE-183) Add Support for LDAP Subentries

Posted by "Alex Karasulu (JIRA)" <di...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/DIREVE-183?page=all ]
     
Alex Karasulu resolved DIREVE-183:
----------------------------------

    Resolution: Fixed

Done and tested.  Subentries are now supported by ApacheDS.

> Add Support for LDAP Subentries
> -------------------------------
>
>          Key: DIREVE-183
>          URL: http://issues.apache.org/jira/browse/DIREVE-183
>      Project: Directory Server
>         Type: New Feature
>     Reporter: Enrique Rodriguez
>     Assignee: Alex Karasulu
>      Fix For: 0.9.3

>
> 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.
-
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


[jira] Updated: (DIREVE-183) Add Support for LDAP Subentries

Posted by "Alex Karasulu (JIRA)" <di...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/DIREVE-183?page=all ]

Alex Karasulu updated DIREVE-183:
---------------------------------

    Fix Version: 0.9.3
      Assign To:     (was: Alex Karasulu)

> Add Support for LDAP Subentries
> -------------------------------
>
>          Key: DIREVE-183
>          URL: http://issues.apache.org/jira/browse/DIREVE-183
>      Project: Directory Server
>         Type: New Feature
>     Reporter: Enrique Rodriguez
>      Fix For: 0.9.3

>
> 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.
-
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