Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 54585 invoked from network); 10 Sep 2005 04:12:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Sep 2005 04:12:34 -0000 Received: (qmail 15725 invoked by uid 500); 10 Sep 2005 04:12:33 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 15526 invoked by uid 500); 10 Sep 2005 04:12:32 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 15513 invoked by uid 99); 10 Sep 2005 04:12:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2005 21:12:31 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 55BD3330 for ; Sat, 10 Sep 2005 06:12:30 +0200 (CEST) Message-ID: <626077910.1126325550328.JavaMail.jira@ajax.apache.org> Date: Sat, 10 Sep 2005 06:12:30 +0200 (CEST) From: "Alex Karasulu (JIRA)" To: dev@directory.apache.org Subject: [jira] Resolved: (DIREVE-183) Add Support for LDAP Subentries In-Reply-To: <1002054302.1122322986125.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ 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