Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 14250 invoked from network); 27 Nov 2006 23:44:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2006 23:44:34 -0000 Received: (qmail 64287 invoked by uid 500); 27 Nov 2006 23:44:39 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 64249 invoked by uid 500); 27 Nov 2006 23:44:38 -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 64200 invoked by uid 99); 27 Nov 2006 23:44:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 15:44:37 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 15:44:15 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 24C6E7142FD for ; Mon, 27 Nov 2006 15:43:21 -0800 (PST) Message-ID: <27237797.1164671001147.JavaMail.jira@brutus> Date: Mon, 27 Nov 2006 15:43:21 -0800 (PST) From: "Ersin Er (JIRA)" To: dev@directory.apache.org Subject: [jira] Created: (DIRSTUDIO-8) Provide support for Subentry Control MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Provide support for Subentry Control ------------------------------------ Key: DIRSTUDIO-8 URL: http://issues.apache.org/jira/browse/DIRSTUDIO-8 Project: Directory LDAP Studio Issue Type: New Feature Reporter: Ersin Er Assigned To: Pierre-Arnaud Marcelot Subentries are special administrative entries in the server. So they cannot be retrieved unless they a specific search control is used. "Subentry Control" is defined in RFC3672, Section 3. It is implemented in trunks/apacheds/core/src/main/java/org/apache/directory/server/core/subtree/SubentryService.java and its usage is demonstrated in trunks/apacheds/server-unit/src/test/java/org/apache/directory/server/SearchTest.java. So, having an option in search operations to toggle Subentry Control would be great. -- 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