From dev-return-41257-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Thu Aug 16 22:52:39 2012 Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DCA93D1A3 for ; Thu, 16 Aug 2012 22:52:38 +0000 (UTC) Received: (qmail 60189 invoked by uid 500); 16 Aug 2012 22:52:38 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 60058 invoked by uid 500); 16 Aug 2012 22:52: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 60035 invoked by uid 99); 16 Aug 2012 22:52:38 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2012 22:52:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1D5B62C5BE9 for ; Thu, 16 Aug 2012 22:52:38 +0000 (UTC) Date: Fri, 17 Aug 2012 09:52:38 +1100 (NCT) From: "Richard Hardy (JIRA)" To: dev@directory.apache.org Message-ID: <780430164.21580.1345157558120.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (DIRSERVER-1744) Compex LDAP search filters returning unmatched objects MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Richard Hardy created DIRSERVER-1744: ---------------------------------------- Summary: Compex LDAP search filters returning unmatched objects Key: DIRSERVER-1744 URL: https://issues.apache.org/jira/browse/DIRSERVER-1744 Project: Directory ApacheDS Issue Type: Bug Components: ldap Affects Versions: 2.0.0-M6 Environment: CentOS 5.6 Reporter: Richard Hardy I used ApacheDirectoryStudio-linux-x86_64-2.0.0.v20120224 and created an Apache DS server with it. The root DSE reported version of this server is 2.0.0-M6. The same problem is also present in the Apache DS bundled with ApacheDirectoryStudio-linux-x86_64-1.5.3.v20100330 I created the dc=example,dc=com context and the following group dn: cn=g1,dc=example,dc=com objectClass: groupOfNames objectClass: top member: dc=example,dc=com cn: g1 I Searched with ldapsearch -x -h localhost -p 10389 -D uid=admin,ou=system -w secret -b dc=example,dc=com '(&(objectclass=groupofnames)(owner=*))' nothing is returned which is correct ldapsearch -x -h localhost -p 10389 -D uid=admin,ou=system -w secret -b dc=example,dc=com '(&(|(objectclass=groupofnames))(owner=*))' nothing is returned as expected ldapsearch -x -h localhost -p 10389 -D uid=admin,ou=system -w secret -b dc=example,dc=com '(&(|(&(objectclass=groupofnames)))(owner=*))' the group g1 is returned which is not expected, and other directories do not return objects with this same setup. The actual filters I want to use are more complicated than this, but this is the simplest one that demonstrates the issue. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira