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

Re: Resolving groups (neophyte question)




Mark Smith wrote:

> It is standard practice for LDAP clients to use the filter
> "(objectclass=*)" when reading entries; so much so that this has been
> baked into recent C LDAP API Internet Drafts such that passing NULL for
> the filter argument to the ldap_search() functions means 'use the filter
> "(objectclass=*)".'

And RFC2251, section 4.5.1 ends with a paragraph sanctifying this.  Except
when reading subschema subentries, objectclass=* is the canonical way.

Julio