We have seen this too. In our case it works if the search is performed against a node of the AD domain for e.g. cn=users,dc=abc,dc=com It fails when the search base is "dc=abc,dc=com" with CONNECT_ERROR. The client is running on Solaris box.
Anyone seen this! Any help will be greatlt appreciated. Chet "Patrik Sj�gren" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > I have written some code that binds to an LDAP server anonymously > and serches the server for a list of all users. This code works fine > on, e.g. IBM Directory server but fails when calling an AD. > The bind is fine but the ldap_search_s() returns LDAP_CONNECT_ERROR > nomatter what I do. > Any ideas what could cause this problems would be greatly appreciated. > Is there anything that has to be enabled within the AD to allow > LDAP searches? > Thanks/Patrik Sj�gren
