About 39,000 results
Open links in new tab
  1. 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 …

  2. 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 filter so far. …

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

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

  5. Enter LDAP Password keeps saying ldap_bind: Invalid credentials (49)

    Enter LDAP Password keeps saying ldap_bind: Invalid credentials (49) Asked 14 years, 7 months ago Modified 2 years, 3 months ago Viewed 107k times

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

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

    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 after providing …

  8. active directory - How do I filter an LDAP query for groups containing ...

    How do I filter an LDAP query for groups containing a specific user? Asked 14 years, 7 months ago Modified 12 years, 7 months ago Viewed 70k times

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

  10. active directory - ldap nested group membership - Stack Overflow

    Jun 1, 2011 · 67 Is it possible to create an LDAP query which will return (or check for) users in a nested group? e.g. UserA is a member of GroupA, and GroupA is a member of GroupB. I want a query on …