How can I figure out my LDAP connection string?

The ASP.NET Active Directory Membership Provider does an authenticated bind to the Active Directory using a specified username, password, and “connection string”. The connection string is made up of the LDAP server’s name, and the fully-qualified path of the container object where the user specified is located. The connection string begins with the URI LDAP://. … Read more

What are the differences between LDAP and Active Directory?

Active Directory is a database based system that provides authentication, directory, policy, and other services in a Windows environment LDAP (Lightweight Directory Access Protocol) is an application protocol for querying and modifying items in directory service providers like Active Directory, which supports a form of LDAP. Short answer: AD is a directory services database, and … Read more