/build/static/layout/Breadcrumb_cap_w.png

LDAP label for users into a specific group(s)

Hi everyone

i have some groups in my Active Directory and i need users LDAP Label(s) that automatically fills with the users contained in those groups.
The groups are called "Sharepoint_xyz" and the OU maybe OU=Group,OU=Other,DC=DOMAIN,DC=loc

I've tried some base dn and advanced search like this, but i can't get any username

(&(member=KBOX_FULL_NAME)(memberOf=CN=Sharepoint_Tech,OU=Groups,OU=Rome,DC=mydomain,DC=loc))

Can you help me, please?

0 Comments   [ + ] Show comments

Answers (1)

Answer Summary:
Posted by: JasonEgg 5 years ago
Red Belt
1

Top Answer

For all user queries you must include KBOX_USER_NAME since this is the unique identifier of a user. So your query would become something like:
(&(SAMAccountName=KBOX_USER_NAME)(member=KBOX_FULL_NAME)(memberOf=CN=Sharepoint_Tech,OU=Groups,OU=Rome,DC=mydomain,DC=loc))

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ