From dev-return-32753-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Fri Feb 26 13:32:51 2010 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 65478 invoked from network); 26 Feb 2010 13:32:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Feb 2010 13:32:50 -0000 Received: (qmail 36328 invoked by uid 500); 26 Feb 2010 13:32:50 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 36296 invoked by uid 500); 26 Feb 2010 13:32:50 -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 36289 invoked by uid 99); 26 Feb 2010 13:32:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Feb 2010 13:32:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Feb 2010 13:32:49 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EA50329A0012 for ; Fri, 26 Feb 2010 05:32:27 -0800 (PST) Message-ID: <1377628181.554191267191147958.JavaMail.jira@brutus.apache.org> Date: Fri, 26 Feb 2010 13:32:27 +0000 (UTC) From: "Alex Karasulu (JIRA)" To: dev@directory.apache.org Subject: [jira] Commented: (DIRSERVER-1214) Searches done with an empty baseDN are not accepted, except for the rootDSE In-Reply-To: <637798609.1217522431857.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSERVER-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12838864#action_12838864 ] Alex Karasulu commented on DIRSERVER-1214: ------------------------------------------ This really does not make protocol sense to me. Why? Well because the descent from the root DSE may not be one level down. Let me explain further: partitions can have a suffixes with more than one RDN component like dc=example,dc=com. When conducting search with anything other than base object scope this may become a problem since the returned set of entries will be disjoint (some will not have parents returned below the search base). This might mess up some clients. I think this issue should be closed and forgotten but we can implement it if need be. It's not that hard. However again it does not make protocol sense to me. > Searches done with an empty baseDN are not accepted, except for the rootDSE > --------------------------------------------------------------------------- > > Key: DIRSERVER-1214 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1214 > Project: Directory ApacheDS > Issue Type: Bug > Affects Versions: 1.5.3 > Reporter: Emmanuel Lecharny > Fix For: 1.5.6 > > > We can't do a search with an empty baseDN, when it's not specifically a rootDSE search (ie, (objectClass=*) and scope=OBJECT). > We should consider that such a search is spreaded on all the partitions. > This is not easy to implement without the nested partitions, as the current existing partitions are potentially stoed in different backends. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.