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

Re: newbie question: run time root and schema discovery? Paging?



    First off thanks for the rely.

        Now for a couple more questions.

>
> I am not aware of any, standard or otherwise, method to get this.
>
> >         Discover all of the DNs in a server?
>
> Provided you have adequate access rights, do a subtree search for
every
> base obtained in the first step.  However, there are certain
operational
> entities (like the root DSE) that are only returned when explicitly
asked
> for, I don't know if that is important to you.
>
> Julio
>
>

        By subtree search, you mean that you do a search for all objetcs
of a objectclass  (i.e. cn=*)
and then increase the search filter via "and"s (i.e. "(and cn=<one of
the attr. found> sn=*)" <-- might have the syntax
wrong, but I can fix it)?
        Using "ldapsearch", I noted that size limits stop many of my
searchs.  I believe that LDAP v3 contains a paging mechanism, so I take
it
that "ldapsearch" does not use the paging mechanism?

Robert