About 38,900 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. java - connection refused error with LDAP? - Stack Overflow

    Nov 18, 2015 · Error: javax.naming.CommunicationException: [server]:[port] [Root exception is java.net.ConnectException: Connection refused: connect] Cause: The port name you have …

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

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

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

    Oct 15, 2019 · I'm adding LDAP authentication to the spring-boot application. All set accordingly and I'm getting "LDAP error code 49 AcceptSecurityContext error data 52e v2580" error even …

  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 …

  9. ldap query for group members - Stack Overflow

    May 13, 2010 · If I understand, this query will show all members that have the same domain as the group. What if I want to see all group members, regardless of domain?

  10. Authenticate javax.naming.NamingException: LDAP - Stack Overflow

    I am trying authenticate with LDAP using SpringBoot, but I get error for NamingException, I am new with this, but I saw this post Authenticating using LDAP with ...