Are there any tools that tell you what your LDAP connection string is?
-
@ferronrsmith Maybe you should edit your question to specify that you want the connection strings for the LDAP servers on your active directory. You ask an important question that would get voted up and have more answers if better asked.Justin Dearing– Justin Dearing2009-08-14 20:25:51 +00:00Commented Aug 14, 2009 at 20:25
-
@justin nevermind, figured it out myself thanksferronrsmith– ferronrsmith2009-08-14 21:04:22 +00:00Commented Aug 14, 2009 at 21:04
4 Answers
There's a tool called Softerra ldap browser that I used when I was first messing around with ldap on windows.
It connected something like this ldap://domaincontrollername:port/ and used my network credentials.
I also have done a little in .net with it and have had similar strings to connect and also using ldap://DC=domainname and if your domain name is something like here.there then ldap://dc=here,dc=there
2 Comments
Are you looking for examples of how to set one up?
http://www.connectionstrings.com/ should help if that's the case.
3 Comments
Do you mean what is the name of the LDAP servers for your active directory domain? Then you want to use SRV records. Assuming your active directory base domain is foo.com you want to look up the SRV record of _ldap_tcp.foo.com see this technet article