About 34,600 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. LDAP: error code 49 - 80090308: LdapErr: DSID-0C09044E, …

    Dec 15, 2022 · 1 Comment Ultiorra Over a year ago thanks it was the problem java spring ldap spring-ldap spring-security-ldap

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

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

  7. Java upgrade 8 to 11 causing issue with LDAPS ... - Stack Overflow

    Nov 18, 2019 · This issue seen after java upgrade. LDAP with DNS alias does not connect with java 11.0.2 where as it worked with java 8 DNS alias as below this remain same no change …

  8. Active Directory LDAP Query by sAMAccountName and Domain

    Mar 9, 2009 · How do you do a query of an LDAP store by sAMAccountName and Domain? What is the "domain" property named in Active Directory or LDAP terms? This is what I have for the …

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

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