Most of it made sense to me, but filtering users that belong to a certain group was a little tricky.
Here is a filter that will locate a user that belongs to a specific LDAP Group:
(&(objectClass=user)(sAMAccountName=%u)(memberOf=CN=GROUP_NAME,OU=Security Groups,DC=desqld,DC=internal))
0 comments:
Post a Comment