Skip to content

WIP: Fix broken LDAP group sync

Stan Hu requested to merge fix-ldap-group-sync into master

!744 (closed) added a permission check to Member#add_user, which now rejects attempts by the LDAP group sync worker to add new users to the group. This patch simply disables the permission check if an LDAP user is being added.

Closes #1159 (closed)

Merge request reports