About 50 results
Open links in new tab
  1. c - Is %dn a format string? - Stack Overflow

    Jan 10, 2010 · Throughout the code , all fprintf's had the same %dn , which made me wonder if someone would make the same mistake more than once.. please chk the following link and let me …

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

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

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

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

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

  8. Struggling with LDAP query base DN vs filter - Stack Overflow

    Sep 28, 2023 · I'm trying to pull out a list of users from Active Directory with LDAP. I want to get all users from multiple OUs and I'm struggling to get results. In an attempt to simplify things, I tried settin...

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

  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 …