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

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

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

  6. 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 agree that any …

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

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

  9. Keycloak LDAP Sync: Existing Keycloak User Not Linking to New LDAP …

    Feb 11, 2025 · The LDAP sync works fine when a user only exists in LDAP—Keycloak automatically creates the user upon sync. However, when a user already exists in Keycloak and I later create the …

  10. Could someone please explain LDAP? - Stack Overflow

    May 8, 2009 · LDAP is a protocol for querying user directories. For example, Active Directory or Novell eDirectory both support LDAP. It is also, to a degree a syntax for doing such queries, like how SQL is …