Top "Ldap" questions

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

Configuring Tomcat to authenticate using Windows Active Directory

What is the best way to configure Tomcat 5.5 or later to authenticate users from Windows Active Directory?

tomcat ldap
Active Directory - Check username / password

I'm using the following code on Windows Vista Ultimate SP1 to query our active directory server to check the user …

c# windows-vista active-directory ldap
How to check a username/password combination?

Using LDAP is checking a username/password as simple as attempting to bind as that user and noting the results, …

ldap
ASP.NET Core 2.0 LDAP Active Directory Authentication

I have found a lot of information from the past saying that LDAP authentication isn't enabled yet but you can …

c# authentication asp.net-core active-directory ldap
Querying an LDAP

I haven't worked with an LDAP before so I am a bit lost. I need to connect to an LDAP …

c# ldap
Unable to enable PHP LDAP even though I have edited php.ini and php_ldap.dll is in the right place?

I've been working with a WAMP install for quite a while now with LDAP enabled and everything is going smoothly. …

php apache ldap wamp
How do you authenticate against an Active Directory server using Spring Security?

I'm writing a Spring web application that requires users to login. My company has an Active Directory server that I'd …

java spring active-directory ldap
Listing All Active Directory Groups

The following code lists some, but not all, Active Directory Groups. Why? I am trying to list all security groups, …

c# active-directory ldap active-directory-group
Java LDAP Authentication using username and password

I have a working code snippet by which i can authenticate a user by dn and password. My requirement is …

authentication ldap jndi
How to resolve javax.naming.PartialResultException?

We are seeing this warning messages in our logs javax.naming.PartialResultException: Unprocessed Continuation Reference(s); remaining name 'dc=global,…

ldap