About 69,500 results
Open links in new tab
  1. 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 …

  2. 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?

  3. 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, …

  4. 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 …

  5. Enter LDAP Password keeps saying ldap_bind: Invalid credentials (49)

    Enter LDAP Password keeps saying ldap_bind: Invalid credentials (49) Asked 14 years, 5 months ago Modified 2 years, 1 month ago Viewed 107k times

  6. What are CN, OU, DC in an LDAP search? - Stack Overflow

    Sep 12, 2013 · CN = Common Name OU = Organizational Unit DC = Domain Component These are all parts of the X.500 Directory Specification, which defines nodes in a LDAP directory. …

  7. How to write LDAP query to test if user is member of a group?

    Aug 21, 2014 · I want to write an LDAP query which tests whether a user (sAMAccountName) is a member of a particular group. Is it possible to do that so that I get either 0 or 1 result records? …

  8. AD vs ADFS vs LDAP: Explain it like I'm 5 - Stack Overflow

    Jun 24, 2018 · LDAP as such is a protocol used by Directory servers including AD (and other directory services like OpenLDAP). If the statement had instead said "LDAP server", I would …

  9. active directory - LDAP Query via Windows CMD - Stack Overflow

    Apr 13, 2017 · Everywhere I find solutions for what a LDAP Query has to look in Windows CMD. For instance: Example for a LDAP Query in commandline-program: ldapsearch -h …

  10. PHP Warning: ldap_bind(): Unable to bind to server: Can't contact …

    The ldap_connect method does not connect or open a session to the server. From the docs Note: This function does not open a connection. It checks whether the given parameters are …