By: Timur Umarov user 08 Jul 2020 at 6:03 a.m. CDT

2 Responses
Timur Umarov gravatar
I setted up Cache Refresh and ALL users from my AD was import to Gluu ldap. I need to sort my users who should use Gluu and who not. In other products I use AD groups for that, but I read FAQ and understood thats Gluu doesn't sync groups. maybe there is a solution for me? Thanks!

By Michael Schwartz Account Admin 08 Jul 2020 at 8:20 a.m. CDT

Michael Schwartz gravatar
You could use a filter on memberOf if you want to use groups. See the "Custom LDAP filter" filed on the "Customer Backend/Key Attributes" tab of the cache refresh config. Set it to something like: ``` (& (membeof={dn-group1}) (membeof={dn-group2}) (membeof={dn-group3}) (membeof={dn-group4}) . . . ) ```

By Timur Umarov user 08 Jul 2020 at 8:49 a.m. CDT

Timur Umarov gravatar
Thank you! It's works!