About 68,300 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. certificate - How do I solve ldap_start_tls () "Unable to start TLS ...

    In my case--using the LDAP Authentication extension for Mediawiki on an Ubuntu 18.04 LTS server, and authenticating against Active Directory on a Windows Server 2012 server- …

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

  8. java - LDAP error code 49 AcceptSecurityContext error data 52e …

    Oct 15, 2019 · The LDAP result code You might try using the userPrincipal name for login ([email protected]) instead of the DN. Sometimes improper escaping of the DN is a …

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

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