About 50 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 LDAP. Short …

  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. 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. You can also …

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

    Apr 13, 2017 · Ldapsearch.exe is a tool that was included with Windows 2000, it isn't used anymore, and was superseded by dsquery in Server 2003. However if you are querying Active Directory, you …

  5. 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, although this …

  6. Postgres secure ldap authentication issues - Stack Overflow

    Sep 21, 2022 · The certificate presented by your LDAP server is not trusted by your postgres server. There are various ways of addressing this problem. The right way: Install the correct CA certificate …

  7. java - LDAP error code 49 AcceptSecurityContext error data 52e v2580 ...

    Oct 15, 2019 · The LDAP result code You might try using the userPrincipal name for login (username@example.com) instead of the DN. Sometimes improper escaping of the DN is a culprit …

  8. LDAP root query syntax to search more than one specific OU

    I need to run a single LDAP query that will search through two specific organization units (OU) in the root query however I'm having a tough go of it. I've tried the following queries below and nei...

  9. Easy way to test an LDAP User's Credentials - Stack Overflow

    Apr 27, 2013 · Is there an easy way to test the credentials of a user against an LDAP instance? I know how to write a Java program that would take the 'User DN' and password, and check it against the …

  10. 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 para...