Hi All, We are trying to use the LDAP C SDK over IPv6 network. We have two Windows 2003 SP1 machines; one has Sun Directory Server v6 installed. Base IPv6 connectivity works between the two machines - we can ping and telnet.
The ldapsearch command returns with an error - "Can't connect to the LDAP server - Unknown error" when run against either localhost or against the server's IPv6 address. In this particular case we are using the ldapsearch to read the root DSE record of the server. The server error log does not show any error messages. We are using the LDAP SDK that is shipped with the Sun Directory Server v6 and testing it against the v6 server. The command that we are using is "ldapsearch -h localhost -p 1389 -b "" -s base "(objectclass=*)" or "ldapsearch -h [fd00:b00:ffff:1::4] -p 1389 -b "" -s base "(objectclass=*)" and the response that we get is "ldap_search: Can't connect to the LDAP server - Unknown error" or ldapsearch -h [fd00:b00:ffff:1::4] -p 1389 -D "cn=Directory Manager" -w <password> -b "" -s base "(objectclass=*)" and the response that we get is " ldap_simple_bind: Can't connect to the LDAP server - Unknown error " We have tried using fully qualified host name, localhost [::] and IP address. We have tried searching the Directory Server on the same machine and on a remote machine but we always get the same error. Pls indicate if we the scenario is supported or are we missing anything here. Thanks and Regards, Repen Raina **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS*** _______________________________________________ dev-tech-ldap mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-ldap
