In Robert Clove
writes:
> Hi,
> I have to find if user is the member of a group, for this i am using the
> following query
> (&(objectClass=user)(sAMAccountName=yourUserName)
> (memberof=CN=YourGroup,OU=Users,DC=YourDomain,DC=com))
> The above query doesn't work fine even if group doesn't e
Hi,
I have to find if user is the member of a group, for this i am using the
following query
(&(objectClass=user)(sAMAccountName=yourUserName)
(memberof=CN=YourGroup,OU=Users,DC=YourDomain,DC=com))
(memberof=CN=YourGroup,OU=Users,DC=YourDomain,DC=com)== values from
distinguished name of your
I am attempting to use python-ldap to connect to our company ldap server. I
have downloaded and installed python-ldap 2.3.2 on my Ubuntu system and have
been working through the "LDAP Programming with Python" documentation. I am
confused because the documentation states that "After an LDAP object