first, make a process account that is NOT a domain admin ... just a domain user or less. My guess is that you have the base DN set up to limit where it is searching. Another possibility is the filter has some limite in it. Check the configruation against these > Set up your Auth server as an LDAP server > if your domain controllers have LDAP cers, use LDAP port 636 > enter at least two DCs (if you don't have any LDAP load balancing) > set the LDAP server type to AD > enter username and password for your account (you may need to use LDAP format for the CN) > base dn: CN=yourdomain,CN=com (or use .local or whatever your domain has for the domain suffix) > filter: samAccountName=<USER> or CN=<USER> > basedn: dc=yourdomain,dc=com (this searches the entire directory) > another basedn: cn=users,dc=yourdomain,dc=com (this searches just the users container) > another basedn: ou=SomeOU,dc=yourdomain,dc=com (this searches just an ou named SomeOU) > filter: cn=<GROUPNAME> > Member Attribute: memberOf > check reverse group search > query Attribute: <memberURL>
... View more