my users are members of A LOT OF GROUPS, so I tried to configure a LDAP filter in the Group Search
ex:
GROUP FILTER -- (&(ObjectClass=Group)(sAMAccountName=%s)(sAMAccountName=XXX_*))
GROUP MEMBER ATTRIBUTE -- member
USER GROUP ATTRIBUTE -- memberOf
It works well when I import a user, the groups assigned are correct, only groups starting with XXX_ are shown in the GROUP LDAP and LINKED TO CONTACT GROUPS
But when the user logs in the LDAP sync occurs, it takes a VERY LONG TIME and all the LINKED TO CONTACT GROUPS is replaced with all the memberships from the Active Directory.
Is there a way to keep the synchronization filtered ?