Top "Ldap" questions

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

How do I resolve "WILL_NOT_PERFORM" MS AD reply when trying to change password in scala w/ the unboundid LDAP SDK?

I'm wrestling with Active Directory, trying to get it to let me change a password. I've found tons of useful …

java scala active-directory ldap unboundid-ldap-sdk
Kerberos/SASSL/OpenLDAP : GSSAPI Error: Unspecified GSS failure. Minor code may provide more information ()

I'm setting up openLDAP with SASL authentification with kerberos. I got problem with this auth. First, I get the kerberos …

ldap kerberos openldap sasl gssapi
LDAP Operations error

I have a problem with ldap connection. $hostname="ldap://sub.domain.com"; $ds=ldap_connect($hostname, 389); ldap_set_option ($ds, …

php ldap
How secure is your password in LDAP?

Is your password more secure in any way if it is stored on LDAP rather than a database or an …

security ldap passwords
Understanding Django-LDAP authentication

I am new to Django and have been assigned the task of implementing a user authentication system with LDAP as …

python django authentication ldap django-auth-ldap
How to bind (authenticate) a user with ldap3 in python3

I'm trying to update some code to python3, using ldap3 version '0.9.7.4'. (https://pypi.python.org/pypi/ldap3) Previously, …

python python-3.x ldap ldap3
Listing users in ad group recursively with powershell script without CmdLets

I'm trying to list everyone in a security group in an active directory without using CmdLets in PowerShell. The weird …

powershell active-directory ldap active-directory-group
how to accept self-signed certificates for JNDI/LDAP connections?

I need to connect to an LDAP directory over SSL. In non-production environments, we use self-signed certificates which, of course, …

java security ssl ldap jndi
Ldap filter for attribute that may not exist

I have a problem with adding filter for attribute, which exist not in all members of organization unit. I set …

attributes filter ldap
Working with DirectoryServices in ASP.NET Core

I am upgrading my ASP.NET Core RC1 application to RC2. I have some references to System.DirectoryServices and System.…

c# asp.net-core active-directory ldap