Top "Ldap" questions

Lightweight Directory Access Protocol (LDAP), is an application protocol for accessing and maintaining distributed directory information services over an IP network.

Authenticating in PHP using LDAP through Active Directory

I'm looking for a way to authenticate users through LDAP with PHP (with Active Directory being the provider). Ideally, it …

php authentication active-directory ldap
Authenticating against Active Directory with Java on Linux

I have a simple task of authenticating against Active Directory using Java. Just verifying credentials and nothing else. Let's say …

java authentication active-directory ldap
How can I find out which server hosts LDAP on my windows domain?

I am trying develop an application (C#) to query an LDAP server. I don't know the actual server named to …

asp.net active-directory ldap
LDAP server which is my base dn

Hello I'm trying to use my ldap test server in order to authenticate users in openca. I'm currently connecting through …

authentication ldap openca
How do a LDAP search/authenticate against this LDAP in Java

I am playing with LDAP and Java search. Here's my LDIF export with a simple organization version: 1 dn: dc=example,…

java ldap jndi
LDAP root query syntax to search more than one specific OU

I need to run a single LDAP query that will search through two specific organization units (OU) in the root …

active-directory ldap ou
How to get the current user's Active Directory details in C#

I am working on an C# and ASP.Net application, that uses Windows Authentication. i.e. in Web.config: <…

c# .net active-directory ldap windows-authentication
Finding CN of users in Active Directory

I'm trying to find the Base DN of the user that can access or controls all the users in Active …

active-directory ldap distinguishedname
LDAP Authentication using Java

I need to do LDAP Authentication for an application. I tried the following program: import java.util.Hashtable; import javax.…

java authentication ldap
LDAP filter for blank (empty) attribute

I have searched on this topic, but all I find are filters that return entries where a certain attribute is …

ldap