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

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

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

    I'm trying to find the Base DN of the user that can access or controls all the users in Active Directory so I can put it in my LDAP. Usually someone will give me this, and it looks like …

  4. Easy way to test an LDAP User's Credentials - Stack Overflow

    Apr 27, 2013 · 79 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, …

  5. pki - What does "subject" mean in certificate? - Stack Overflow

    Mar 16, 2009 · The Subject DN is made of multiple relative distinguished names (RDNs) (themselves made of attribute assertion values) such as "CN=yourname" or …

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

  7. Empty issuer DN not allowed in X509Certificates - Stack Overflow

    Nov 27, 2024 · Empty issuer DN not allowed in X509Certificates Asked 11 months ago Modified 11 months ago Viewed 348 times

  8. x509certificate - What is the meaning of distinguished name …

    Feb 15, 2021 · 0 Distinguished name (DN) is a term that describes the identifying information in a certificate and is part of the certificate itself.

  9. Re-write Name,CN, and DN attribute for Active Directory users …

    May 18, 2013 · Re-write Name,CN, and DN attribute for Active Directory users with Powershell Asked 12 years, 5 months ago Modified 1 year, 1 month ago Viewed 15k times

  10. ldap query for group members - Stack Overflow

    Feb 1, 2020 · The good way to get all the members from a group is to, make the DN of the group as the searchDN and pass the "member" as attribute to get in the search function.