About 23,800,000 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 LDAP. Short …

  2. LDAP query in python - Stack Overflow

    The ldap_server is the object you get from ldap.initialize (). You will probably need to bind before calling this function, too, depending on what LDAP server you are using and what you are trying to query for.

  3. LDAP root query syntax to search more than one specific OU

    I need to run a single LDAP query that will search through two specific organization units (OU) in the root query however I'm having a tough go of it. I've tried the following queries below and nei...

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

  5. ldap - Finding CN of users in Active Directory - Stack Overflow

    Tools > Options: LDAP://RootDSE plus all available domains Most common AD default design is to have a container, cn=users just after the root of the domain. Thus a DN might be: …

  6. java.net.ConnectException: Connection timed out when connecting to …

    i am trying to connect to ldap active directory on windows server 2008 using spring ldap 1.3.1.RELEASE and ldap config is as follows: ldap url is: ldap://dc.fabrikam.com username: administrator pas...

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

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

    4 Lightweight Directory Access Protocol (LDAP) The Lightweight Directory Access Protocol: The protocol accessing data from directory services like OpenLDAP, Microsoft Active Directory, Netscape …

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

  10. Query to list all users of a certain group - Stack Overflow

    For Active Directory users, an alternative way to do this would be -- assuming all your groups are stored in OU=Groups,DC=CorpDir,DC=QA,DC=CorpName -- to use the query …