Top "Ldap" questions

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

LDAP through Ruby or Rails

I've been attempting to hook a Rails application up to ActiveDirectory. I'll be synchronizing data about users between AD and …

ruby-on-rails ruby active-directory ldap
Using DN in Search Filter

In my LDAP Client program sometimes I have to include the DN value within the search filter. But this DN …

ldap ldap-query
Need help ignoring server certificate while binding to LDAP server using PHP

I'm trying to bind to an LDAP server using PHP. It's a fairly straightforward process, except that I can't get …

php ldap
single line LDAP query that enumerates users from a group within a supergroup

I have a scheme that looks like this: Users exist like UserA, UserB, UserC. Groups exist like OverGroup, SubGroup. OverGroup …

active-directory ldap
LDAP user authentication across trusted domains

My application defines authorized users via LDAP (usually Active Directory): The customer defines an LDAP server (TreeA) and a group (…

authentication active-directory ldap dns trust
memberOf vs. groupMembership in LDAP (Liferay)

What is the difference b/n memberOf attribute and groupMembership attribute when used in LDAP Authentication settings in Liferay? The …

ldap liferay liferay-6 ldap-query ldapconnection
Spring LDAP - bind for successful connection

I'm trying to authenticate and then query our corporate LDAP using Spring LDAP and Spring security. I managed to make …

spring-security ldap bind spring-ldap
Using AD as authentication for Django

I'm working on a Django-based application in a corporate environment and would like to use the existing Active Directory system …

python django active-directory ldap
LDAP: How to authenticate user with connection details

I am not able to authenticate a user using LDAP. I have got following details: URL=ldap://10.10.10.10:389 LDAP BASE:DC=…

java spring ldap spring-ldap ldapconnection
LDAPException when trying to connect using userPrincipalName

We made a new enhancement to the client around LDAP, to enable login using userPrincipalName. He was earlier using sAMAccountName …

active-directory ldap ldapconnection