About 50 results
Open links in new tab
  1. ldap - Base DN vs Root DN? - Stack Overflow

    Jan 21, 2021 · 2 Root dn is the dn with empty string ("") and root entry generally includes information about ldap server like supported controls, supported auth mechanisms etc. "dc=example,dc=com" is …

  2. c# - LDAP test connection - Invalid DN Syntax - Stack Overflow

    Apr 23, 2024 · LDAP test connection - Invalid DN Syntax Asked 1 year, 9 months ago Modified 1 year, 9 months ago Viewed 1k times

  3. LDAP server which is my base dn - Stack Overflow

    A base dn is the point from where a server will search for users. So I would try to simply use admin as a login name. If openca behaves like most ldap aware applications, this is what is going to happen : An …

  4. What are CN, OU, DC in an LDAP search? - Stack Overflow

    Sep 12, 2013 · It is a DN (Distinguished Name) (a series of comma-separated key/value pairs used to identify entries uniquely in the directory hierarchy). The DN is actually the entry's fully qualified name.

  5. x509 - Certificate subject X.509 - Stack Overflow

    Sep 29, 2023 · Those attributes are specified in X.520 : Information technology - Open Systems Interconnection - The Directory: Selected attribute types. When present in the Subject or Issuer, they …

  6. Login to ldap with uid instead of cn in DN input - Stack Overflow

    I'm running into a problem using LDAP to authenticate logins. I already created a user with all basic info and try to login through phpldapadmin with detail : Login DN: cn=Sample User,ou=people,dc=

  7. Getting dn-attributes-failure error after AAD connect upgrade V2.0

    Sep 27, 2021 · Getting dn-attributes-failure error after AAD connect upgrade V2.0. How to fix the error?

  8. active directory - Ldap DN (distinguished name) with more than one …

    Jan 8, 2018 · Ldap DN (distinguished name) with more than one CN. What is the purpose? Asked 8 years, 1 month ago Modified 3 years, 2 months ago Viewed 7k times

  9. Invalid DN syntax on LDAP Authentication - Stack Overflow

    Mar 29, 2016 · Your DN for binding to the LDAP-Server is (cn=[username]),ou=students,o=bhs which is not a valid DN-Syntax. That should read cn=[username],ou=students,o=bhs without the braces. You …

  10. c - Is %dn a format string? - Stack Overflow

    Jan 10, 2010 · Is %dn a format string? Asked 16 years, 1 month ago Modified 16 years, 1 month ago Viewed 14k times