About 50 results
Open links in new tab
  1. Why am I getting dimnames (x) <- dn - Stack Overflow

    Feb 17, 2025 · Why am I getting dimnames (x) <- dn : length of 'dimnames' [2] not equal to array extent? Asked 1 year, 2 months ago Modified 6 months ago Viewed 406 times

  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 going to happen : An …

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

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

    Nov 27, 2024 · Empty issuer DN not allowed in X509Certificates Asked 1 year, 4 months ago Modified 1 year, 4 months ago Viewed 477 times

  5. kubernetes - ELK Elasticsearch Kibana Login LDAP not working: …

    Oct 9, 2023 · ELK Elasticsearch Kibana Login LDAP not working: bind_dn secure_bind_password k8s pod postStart - elasticsearch-keystore has password for bind_dn user [closed] Ask Question Asked 2 …

  6. active directory - Is LDAP DN case insensitive? - Stack Overflow

    Apr 27, 2015 · An LDAP DN is composed of several attribute value pairs (RDNs) and each one may have a different syntax. By default, all of the attributes used in naming are DirectoryString and thus …

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

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

    Most common AD default design is to have a container, cn=users just after the root of the domain. Thus a DN might be: cn=admin,cn=users,DC=domain,DC=company,DC=com Also, you might have …

  9. 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, and check it against …

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