tags:

views:

31

answers:

2
+1  A: 

This probably happens becuase you should specify base dn and use filter option in LDAP URL syntax. Try this: ldap://localhost/dc=repository,dc=com?db-serverName?sub?(db-configname=local1)

Vladimir Volodin
Thanks for the response, but I still get the error : "LDAP Error! No such object 'ldap://localhost/dc=repository,dc=com?db-serverName?sub?(db-configname=local1)' specified as the search base does not exist in the directory server."
ring bearer
A: 

Well, I think we have a problem with LDAP Admin utility that you're using to open links. Apparently it only supports self-defined format for LDAP URLs. http://ldapadmin.sourceforge.net/docs/commandline.html

Vladimir Volodin
Right you are,..! i removed "ldapAdmin", tested the URL with Java code - accepted your first answer.
ring bearer
Glad it worked out for you.
Vladimir Volodin