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

Re: searches with SUBTREE_SCOPE (ITS#1487)



Add
        index objectClass eq

to your slapd.conf(5) file.


At 03:16 AM 2001-12-08, georg.knittel@volkswagen.de wrote:
>Full_Name: georg knittel
>Version: 2.0.15
>OS: solaris 2.8
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (193.23.96.12)
>
>
>Hi,
>it's me again. 
>I like very much the slapd with the debug -d -1 level. 
>So I can really see what happens in reallity.
>
>Al work I do is java1.2/jndi 1.2.1 accessing openldap 2.0.155. 
>All installed on solaris 2.8 over network.
>
>I found out, that complex filtering in ONELEVEL_SCOPE works fine,
>and the search strategy og openldap seems to be efficient.
>
>
>Switching to SUBTREE_SCOPE, and adressing a subtreenode, I found 
>out that openldap runs through all the database insted of filtering 
>the objects only in the DN's subtree.
>
>Is that correct? Do I filter in a wrong manner? Or does the SUBTREE_SCOPE 
>referrs to the complete database?
>
>Cheers 
>Georg