[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: LDAP Search: If filter contains nonexistant attribute, entry will not be returned as a 'hit'
Jeremiah Martell wrote:
> The second LDAP server is giving me the
> trouble though. I've attempted to find what kind of server it is
> (searching root/base for "objectclass=*" and looking for vendorName,
> etc) but nothing shows up. I'll continue to try to determine which
> "brand" of LDAP server it is. Anybody know of any other way to
> determine this?
Look at attribute objectclass of the rootDSE. If it's an OpenLDAP server
the set of objectClass values contains 'OpenLDAProotDSE'.
Ciao, Michael.