Tag Archives: panos

How to obtain the Base DN or Bind DN Attributes from Active Directory

Basics of Active Directory With LDAP syntax the Bind DN, or the user authenticating to the LDAP Directory, is derived by using LDAP syntax and going up the tree starting at the user component. For example, the user user1 is contained in the Users container, under the example.com domain. The corresponding Bind DN will look like the following: CN=user1,CN=Users,DC=example,DC=com, but this will be… Read More »

Loading