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

Re: LDAP Search Question



Thanks.

Mark C Smith wrote:

> This is an LDAP programming FAQ.  The short answer is that the DN is not
> an attribute type (although the LDIF file format makes it look like it
> is one).  To read an entry given its DN, submit a search request with
> scope=base, base=DN, and a filter of (objectclass=*) (where DN is the
> actual DN of the entry you want to read).