[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Interoperability OpenLDAP - Netscape
Hi,
The following search works fine on my OpenLDAP server:
ldapsearch -b "c=BE" -h host -p port "objectclass=2.5.6.15"
it gives me back all the entries with the strongAuthenticationUser
objectclass.
I'm getting always no results when I'm doing this on a NS directory
(there are entries with this OC!)
I've testen the same by using the API's:
ldap_search_s() gives met the status of LDAP_SUCCESS but it resturn no
results
and ldap_count_entries is 0...
Any one any idea?
Thanks,
Geert