You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.
We lossing group memberships for users on every login and can't explain and how this descion is made based on our ldap sync config.
Is there andy debugging ouput which logs what and why its it syncec (create, udate; remove, deactivate, added,..)
The text was updated successfully, but these errors were encountered:
No, you only get some output by running the synchronization with rake.
The only way a user can loose a group is:
That group exists on ldap but the plugin can't find a connection between the group and the user.
So the groups synchronization is done in four steps:
Searchs ldap for groups matching does the user currently belongs to on remine (these will be candidates for removal)
Searchs ldap for groups to which the user currently belongs to on ldap (these will be candidates for addition)
Removes the groups candidates for removal that weren't found on step 2.
Adds the groups candidates for addition that weren't found on step 1.
If you have nested groups enabled it adds an extra step that updates the groups found on step 2.
These feature hasn't been much tested and it might be failing and loosing groups.
We lossing group memberships for users on every login and can't explain and how this descion is made based on our ldap sync config.
Is there andy debugging ouput which logs what and why its it syncec (create, udate; remove, deactivate, added,..)
The text was updated successfully, but these errors were encountered: