About 7,380,000 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. 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 10 months ago Modified 2 months ago Viewed 284 times

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

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

  5. 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 DC=domain,DC=

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

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

  7. x509certificate - What is the meaning of distinguished name qualifier ...

    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.

  8. How should I escape ldap special characters? - Stack Overflow

    I don't know, it would be worthwhile to ensure the query is correcly parsed by ldap. Depending on what is performing the query (what kind of program and how it parses strings), and as heiglandreas …

  9. image processing - Difference between intensity value and digital ...

    Oct 20, 2017 · On the other hand, digital number (DN) is a numerical representation of the intensity value, which is obtained by converting the analog signal from the sensor to a digital signal. DN …

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