About 50 results
Open links in new tab
  1. 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?

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

  3. Postgres secure ldap authentication issues - Stack Overflow

    Sep 21, 2022 · I cannot seem to get my CNPG postgres database to connect to LDAP via secured means; I've setup a bitnami openldap container with a user user01 and password password01 and …

  4. active directory - LDAP Query via Windows CMD - Stack Overflow

    Apr 13, 2017 · Ldapsearch.exe is a tool that was included with Windows 2000, it isn't used anymore, and was superseded by dsquery in Server 2003. However if you are querying Active Directory, you …

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

  6. 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 group members, regardless of domain?

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

  8. windows - Is LDAP a TCP or a UDP protocol? - Stack Overflow

    May 6, 2011 · Is LDAP a TCP or a UDP protocol? Asked 14 years, 11 months ago Modified 7 years, 9 months ago Viewed 85k times

  9. how to get groups of a user in ldap - Stack Overflow

    There are tons of literature on LDAP and queries, that explain how to search for groups, with examples. First the baseDN (-b) should be the top of your hierarchy: dc=openldap. Second, you're searching …

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