About 50 results
Open links in new tab
  1. 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 …

  2. 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. You can also …

  3. OpenLDAP ldapadd Invalid DN syntax (34) - Stack Overflow

    Aug 2, 2021 · I've been strugling/googling for hours about this, just trying a very simple thing add entries to my ldap using ldapadd (OpenLDAP on Ubuntu). my structure.ldif looks like this : dn: …

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

    Nov 27, 2024 · Empty issuer DN not allowed in X509Certificates Asked 1 year, 1 month ago Modified 1 year, 1 month ago Viewed 426 times

  5. Parsing a DN from certificate in pem format (correct order)

    Jul 23, 2020 · I have seen a few posts related to parsing DN from a certificate in PEM format. I am writing a UNIX script that will read the pem files in a given path and spits out their corresponding …

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

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

  7. LDAP unauthenticated bind (DN with no password) disallowed

    Oct 7, 2020 · I set a centos 8 server as openldap server and kerberos auth. and I'm not able to get userldap remotely #server: [15:04 root@server ~] > ldapsearch -x -b …

  8. zpl ii - ZPL ^DN command? - Stack Overflow

    Nov 30, 2023 · A comma in the data pads the current line with 00 (white space), minimizing the data sent. ~DN or any caret or tilde character prematurely aborts the download. See: ZPL 2 Command …

  9. r - 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 11 months ago Modified 2 months ago Viewed 311 times

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