Hello,
The configuration of my Mycrosoft AD is the following:
I would like to filter just the users who are in the different groups1 using the OU but I get an error doing the following:
(&(objectClass=user)(sAMAccountName=*)(memberOf=ou=groups1,dc=Example,dc=com))
Hi @PES-Project-Owner ,
please take a look to the following article : https://confluence.atlassian.com/kb/how-to-write-ldap-search-filters-792496933.html
You should use the following sintax :
(&(objectCategory=Person)(sAMAccountName=*)(memberOf=cn=CaptainPlanet,ou=users,dc=company,dc=com))
Hope this helps,
Fabio
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.