Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Finding An LDAP URL?

I would like to access the company server's Active Directory so I can write a simple phonebook program. It would seem that I need to use LDAP to connect to it in order to grab a recordset. Is there anyway to figure out what the LDAP URL is based on settings and properties in Outlook (or otherwise)?

Can some one help me to understand these Ldap field and to fill the values!

Thanks

alt text

like image 332
NaV Avatar asked Dec 29 '10 21:12

NaV


Video Answer


1 Answers

An alternative quick lookup is to run nslookup from Windows - Run

This should give you the Default Server. See here for more info:

https://serverfault.com/questions/78089/find-name-of-active-directory-domain-controller

You can then connect with AD Explorer (http://technet.microsoft.com/en-ca/sysinternals/bb963907.aspx) to make sure that it is correct.

like image 157
opticyclic Avatar answered Sep 23 '22 18:09

opticyclic