Dear All,
I want to search ldap in CM6
I am using the following credentials:
ldapServer = "192.168.1.100";
ldapsearchbase = "ou=users, o=cisco.com";
ldapPort = 8443;
ldapUserId = "cn=Directory Manager, o=cisco.com";
ldapPassword = "cisco";
rootDn = "o=cisco.com";
And I am getting the following error:
Problem looking up name:javax.naming.ServiceUnavailableException: 192.168.1.100:8443; socket closed
can u help me in this?
Thanks alot.