[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ldapsearch and non existing objectclasses (ITS#3251)



The behavior you report is expected.  The assertion
is Undefined as the server doesn't know which
class 'asdf' refers to.

Kurt

At 05:53 AM 7/21/2004, cajus@naasa.net wrote:
>Full_Name: Cajus Pollmeier
>Version: 2.1.30
>OS: Debian GNU/Linux, sid
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (212.8.6.6)
>
>
>Hiho!
>
>I'm running openldap 2.1.30 on a debian system and there's a problem with
>queries for not defined object classes:
>
>So
>
># ldapsearch -x '(!(objectClass=posixGroup))'
>
>returns all objects with no posixGroup object class. But I was wondering why
>
># ldapsearch -x '(!(objectClass=asdf))'
>
>does return nothing. I tried this on a sunOne test installation on another 
>machine and it reacts like expected - returning all objects.
>
>Cheers,
>Cajus