
What are the differences between LDAP and Active Directory?
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 …
What is LDAP used for? - Stack Overflow
Oct 27, 2008 · I know that LDAP is used to provide some information and to help facilitate authorization. But what are the other usages of LDAP?
authentication - LDAP: error code 49 - Stack Overflow
Jul 14, 2015 · LDAP is trying to authenticate with AD when sending a transaction to another server DB. This authentication fails because the user has recently changed her password, …
How to build LDAP integration for my web app? - Stack Overflow
My company develops and sells a SaaS application that has hundreds of customers. Some of our customers have asked us to support LDAP integration for authenticating user accounts against …
active directory - ldap nested group membership - Stack Overflow
Jun 1, 2011 · 66 Is it possible to create an LDAP query which will return (or check for) users in a nested group? e.g. UserA is a member of GroupA, and GroupA is a member of GroupB. I want …
windows - Is LDAP a TCP or a UDP protocol? - Stack Overflow
May 6, 2011 · 4 Lightweight Directory Access Protocol (LDAP) The Lightweight Directory Access Protocol: The protocol accessing data from directory services like OpenLDAP, Microsoft Active …
ldap query for group members - Stack Overflow
May 13, 2010 · If I understand, this query will show all members that have the same domain as the group. What if I want to see all group members, regardless of domain?
ldap - How to use a filter to avoid a sub OU in Active Directory ...
I have an application that pulls user information from an OU in Active Directory. The parameters it takes are a base for the search and a filter string. I have an OU I want to pull information fr...
Connect to Active Directory via LDAP - Stack Overflow
I want to connect to our local Active Directory with C#. I've found this good documentation. But I really don't get how to connect via LDAP. Can somebody of you explain how to use the asked …
ldap - How to check a username/password combination? - Stack …
32 Using LDAP is checking a username/password as simple as attempting to bind as that user and noting the results, or is there a special LDAP "check password" function? I'm trying to get …