Q: I need the LDAP DN path to an Organizational Unit in Active Directory where I have objects stored.
A: Try this:
- run ldp
- click connection / connect
- Server: <hostname of a domain controller> / OK
- Click connection / Bind
- Leave the default of (X) Bind as currently logged on user selected / OK
- Click View / Tree / BaseDN: <leave blank> / OK
- Expand the root of the tree
- navigate to the OU that contains the objects you need
- Right click on that Object in the left pane and select Copy DN
- OU=Employees,OU=HQ,DC=mycompany,DC=local
No comments:
Post a Comment