About 35,600 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. 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, although this …

  4. Understanding LDAP OR filter - Stack Overflow

    I'm trying to understand OR LDAP queries (specifically Blind LDAP injection). Am I right in saying that in order to infer about the value objectClass can assume (here U) the following filter sent ...

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

  6. LDAP Connection error ("The server is not operational.") when ...

    Mar 6, 2019 · 7 Three things need to happen for LDAP over SSL to work: You need network connectivity (no firewall in the way). To test this, you can use PowerShell's Test-NetConnection: Test …

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

  8. PHP Warning: ldap_bind(): Unable to bind to server: Can't contact LDAP ...

    The ldap_connect method does not connect or open a session to the server. From the docs Note: This function does not open a connection. It checks whether the given parameters are plausible and can …

  9. ldap - NetBox AD Authentication - Stack Overflow

    Dec 12, 2023 · LDAP_IGNORE_CERT_ERRORS = True # Include this setting if you want to validate the LDAP server certificates against a CA certificate directory on your server # Note that this is a NetBox …

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