Top "Ldap" questions

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

javax.naming.CommunicationException: simple bind failed

When trying to connect to the LDAP server using a simple LDAP application I am getting an error which says "…

java ldap jndi
Authenticating against active directory using python + ldap

How do I authenticate against AD using Python + LDAP. I'm currently using the python-ldap library and all it is producing …

python authentication active-directory ldap
Using C# to authenticate user against LDAP

I'm using DirectorySearcher to search for a user entry in LDAP server. DirectoryEntry de = new DirectoryEntry(); de.Path = "LDAP://myserver/…

c# authentication ldap
How do I clone an OpenLDAP database

I know this is more like a serverfault question than a stackoverflow question, but since serverfault isn't up yet, here …

linux ldap redhat openldap
Using active directory to authenticate users on intranet site

I have an 'intranet' site that I have built, which has a login system of its own (users register as …

php authentication active-directory ldap
Ldap error code 32

I'm trying to synchronize OpenLDAP and Active directory together. To do so I'm using a program called LSC-Project which is …

active-directory ldap synchronization openldap
How to use a filter to avoid a sub OU in Active Directory?

I have an application that pulls user information from an OU in Active Directory. The parameters it takes are a …

active-directory ldap
Adding and removing users from Active Directory groups in .NET

I am writing the following methods to add and remove users from active directory in C#. void AddUserToGroup(string userId, …

c# .net active-directory ldap active-directory-group
LDAP to change user password

As I know, in PHP, we need to connect LDAP over SSL in order to change user password. Is there …

ldap change-password
ldap nested group membership

Is it possible to create an LDAP query which will return (or check for) users in a nested group? e.…

active-directory ldap nested