Top "Ldap" questions

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

Active Directory (LDAP) - Check account locked out / Password expired

Currently I authenticate users against some AD using the following code: DirectoryEntry entry = new DirectoryEntry(_path, username, pwd); try { // Bind …

c# active-directory ldap
Using LDAP (AD) for MySQL authentication

I'm trying to come up with a plan to allow users to auth with a MySQL database (many, actually) using …

mysql authentication active-directory ldap
Can a user be a member of multiple Organization Units (OU) in Active Directory?

Can a user be a member of multiple Organization Units (OU) in Active Directory? Also, is there a standard format …

active-directory ldap
Node JS LDAP Auth User

I am creating a login authentication page, where a user would input there active directory username and password and using …

node.js authentication ldap
How to use Spring Ldap Authentication

In my current project, I have to implement LDAP authentication. I am using JSF 2.2, primefaces and Spring 4.0 and spring-ldap-core 1.3.2 and …

spring ldap spring-ldap
LDAP/AD filter - "objectclass not equal to" is not working

I am working with LDAP Active Directory and trying to list all users. I have this filter which works perfect: (&…

php active-directory ldap ldap-query
LDAP Filter - Find all users of specific OU

I am having trouble with an LDAP Search Filter. What I am needing to retrieve is all the users of …

php active-directory ldap ldap-query
Could someone please explain LDAP?

I often hear things like "Can we load our employee info using LDAP?" Yet, the title "Lightweight Directory Access Protocol" …

database ldap protocols
Modify passwords in an LDIF file using ldapmodify command

I have a LDIF file that consists of a set of test users and I would like to change the …

ldap ldif
How can I make a LDAP query that returns only groups having OU=Groups from all levels?

If I am looking for all Groups, I get too much garbage. If I try to narrow down the base, …

ldap ldap-query