Top "Ldap-query" questions

A type of transaction performed against an LDAP database

What are CN, OU, DC in an LDAP search?

I have a search query in LDAP like this. What exactly does this query mean? ("CN=Dev-India,OU=Distribution Groups,…

active-directory ldap ldap-query
Query to list all users of a certain group

How can I use a a search filter to display users of a specific group? I've tried the following: (& (…

active-directory ldap ldap-query
Active Directory LDAP Query by sAMAccountName and Domain

How do you do a query of an LDAP store by sAMAccountName and Domain? What is the "domain" property named …

active-directory ldap ldap-query
LDAP query in python

I want to execute the following query in the ldap ldapsearch -h hostname -b dc=ernet,dc=in -x "(&(…

python ldap ldap-query
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
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
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
Query AD Group Membership Recursively Through SQL

Background I'm creating some SQL to assist with security auditing; this will take security info from various systems databases and …

tsql active-directory sql-server-2008-r2 adsi ldap-query
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