About 50 results
Open links in new tab
  1. 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?

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

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

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

  5. Understanding LDAP OR filter - Stack Overflow

    I'm trying to understand OR LDAP queries (specifically Blind LDAP injection). Am I right in saying that in order to infer about the value objectClass can assume (here U) the following filter sent ...

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

  7. Installing Ldap on windows for ldapsearch cmd - Stack Overflow

    Dec 15, 2021 · All the Ldap installers for windows seemed super fishy and not trust worthy. An installation for linux based OS seems pretty straightforward, but I was wondering if there's a way to …

  8. How to resolve LDAP error code 49 - Stack Overflow

    Jun 4, 2023 · How to resolve LDAP error code 49 - AcceptSecurityContext Error during Spring Security LDAP authentication in a multi-forest domain? Asked 2 years, 7 months ago Modified 2 years, 7 …

  9. java.net.ConnectException: Connection timed out when connecting to …

    i am trying to connect to ldap active directory on windows server 2008 using spring ldap 1.3.1.RELEASE and ldap config is as follows: ldap url is: ldap://dc.fabrikam.com username: administrator pas...

  10. LDAP server which is my base dn - Stack Overflow

    If openca behaves like most ldap aware applications, this is what is going to happen : An ldap search for the user admin will be done by the server starting at the base dn (dc=example,dc=com). When the …