From dev-return-16191-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Mon Feb 26 15:07:12 2007 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 36416 invoked from network); 26 Feb 2007 15:07:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2007 15:07:12 -0000 Received: (qmail 56534 invoked by uid 500); 26 Feb 2007 15:07:20 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 56501 invoked by uid 500); 26 Feb 2007 15:07:20 -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 56471 invoked by uid 99); 26 Feb 2007 15:07:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Feb 2007 07:07:19 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of akarasulu@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Feb 2007 07:07:08 -0800 Received: by nf-out-0910.google.com with SMTP id o25so1778200nfa for ; Mon, 26 Feb 2007 07:06:47 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=CRla7+wydGVyie77W+OpVFI0HVMbsVMtYUVHnaD3DMDcTW+D83Pfhf63XjlJ70NI74BMHqoHcDXXZDZdM3ySDwQk08vVQx9XWfDDsgjxM+oG70a0wpEKwLoJHDwS5iBZQeyRO4Yv8HN/Aj98whygSXX0D/0b4AYUJAG8pCNyTyU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=j+wkWYxTaGH59FmL4/0wuVOKxFA/NKmpTXdabxMJidvT5/d52kxhmoQ0YIC8bn4ODx6pv+Z8Mhau7BTEvEK8Qs4IBruu6HNSWtdMZaHUZ08IN/VSepWfqi1CKjrTLIWOePHcWmjcGVuKKGYjq3jZ8mnnuiUnt9pJ/uw8dGS/jnE= Received: by 10.49.54.3 with SMTP id g3mr12900613nfk.1172502406926; Mon, 26 Feb 2007 07:06:46 -0800 (PST) Received: by 10.49.29.12 with HTTP; Mon, 26 Feb 2007 07:06:46 -0800 (PST) Message-ID: Date: Mon, 26 Feb 2007 10:06:46 -0500 From: "Alex Karasulu" Sender: akarasulu@gmail.com To: "Apache Directory Developers List" Subject: Re: logical operator In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_91972_24925685.1172502406889" References: X-Google-Sender-Auth: 1468dffa0dd57bde X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_91972_24925685.1172502406889 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Marek, The negation operator is completely supported. This is an unusual situation and might have something to do with a schema subsystem problem. Could you file a JIRA issue for this as a bug and I'll start taking a look at it. Thanks, Alex On 2/26/07, Marek Nowak wrote: > > Hi > > I have installed 1.0.1 version of apache DS. I successfully connected to > it. > When I use filter: > - (cn=Marek) - ok > - (!(cn=*)) - ok > - (!(cn=Marek)) - Failed to resolve primary name for 2.5.4.3 in user index > lookup [Root exception is javax.naming.NamingException: OID '2.5.4.3' was > not found within the OID registry] > > It is written in documentation at > > http://directory.apache.org/apacheds/1.0/242-ldap-operations-searching.html > that "not" operator is suported, but I see that it is partially supported. > Am I doing anything wrong or is it a system bug? > > Regards > Marek > ------=_Part_91972_24925685.1172502406889 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Marek,

The negation operator is completely supported.  This is an unusual situation and might have something to do with a schema subsystem problem.  Could you file a JIRA issue for this as a bug and I'll start taking a look at it.

Thanks,
Alex

On 2/26/07, Marek Nowak <Marek.Nowak@pbpolsoft.com.pl> wrote:
Hi

I have installed 1.0.1 version of apache DS. I successfully connected to it.
When I use filter:
- (cn=Marek) - ok
- (!(cn=*)) - ok
- (!(cn=Marek)) - Failed to resolve primary name for 2.5.4.3 in user index
lookup [Root exception is javax.naming.NamingException: OID '2.5.4.3' was
not found within the OID registry]

It is written in documentation at
http://directory.apache.org/apacheds/1.0/242-ldap-operations-searching.html
that "not" operator is suported, but I see that it is partially supported.
Am I doing anything wrong or is it a system bug?

Regards
Marek

------=_Part_91972_24925685.1172502406889--