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

  2. What is LDAP used for? - Stack Overflow

    Oct 27, 2008 · LDAP is the Lightweight Directory Access Protocol. Basically, it's a protocol used to access data from a database (or other source) and it's mostly suited for large numbers of queries …

  3. What is JNDI? What is its basic use? When is it used?

    JNDI is designed to provide a common interface to access existing services like DNS, NDS, LDAP, CORBA and RMI. When it is used? You can use the JNDI to perform naming operations, including …

  4. What are the differences between LDAP and Active Directory?

    LDAP (Lightweight Directory Access Protocol) is an application protocol for querying and modifying items in directory service providers like Active Directory, which supports a form of LDAP. Short …

  5. Security & Authentication: SSL vs SASL - Stack Overflow

    Jul 5, 2012 · SSL vs SASL It's true that SASL is not a protocol but an abstraction layer. It's also true that SSL and SASL are kind of providing similar features. Both of them provide authentication, data …

  6. c# - LDAP Authentication in ASP.Net MVC - Stack Overflow

    This is how to do it in web Apps forms authentication so it may need some adapting for MVC. Use the asp.net membership and roles engine. Setup the provider to use the Active Directory Membership …

  7. oracle database - Difference between using a TNS name and a service ...

    Apr 5, 2013 · I have a java based server (Tomcat) that connects to an Oracle database using a JDBC connection. There are multiple ways to connect to the database: SID, TNS name, Service name. I …

  8. ldap - Why is full name used for DN in Active Directory ... - Stack ...

    Jan 9, 2017 · [Rewriting my question based on comments] My DN in Active Directory is "CN=Jesse Barnum,cn=users,dc=360works,dc=com". I'm writing a web application which attempts to bind to the …

  9. VBA retrieve the real name of the user associated with logged …

    Jul 9, 2025 · I want to get the full name of the user (logged in already) in VBA. This code I found online would do getting the username: UserName = Environ ("USERNAME") but I want the user's real name.

  10. active directory - Domain Name and DC in LDAP - Stack Overflow

    May 15, 2020 · A domain name in general is an internet address that can be resolved through the Domain Name System (DNS), just like stackoverflow.com or example.com. Every Active Directory …