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
(This is when using the LDAP backend of the Graph API)
When deleting a user, we don't yet cleanup the user's groupmember ship in the LDAP server. As LDAP doesn't make any promises about referential integrity we should explicitly remove the user from the groups it was member of.
The text was updated successfully, but these errors were encountered:
Upon deleting a User from the LDAP backend, we also need to cleanup
the user's group memberships as LDAP itself doesn't make any promises
about referential integrity.
Fixesowncloud#3027
rhafer
added a commit
to rhafer/ocis
that referenced
this issue
Feb 1, 2022
Upon deleting a User from the LDAP backend, we also need to cleanup
the user's group memberships as LDAP itself doesn't make any promises
about referential integrity.
Fixesowncloud#3027
Upon deleting a User from the LDAP backend, we also need to cleanup
the user's group memberships as LDAP itself doesn't make any promises
about referential integrity.
Fixesowncloud#3027
Describe the bug
(This is when using the LDAP backend of the Graph API)
When deleting a user, we don't yet cleanup the user's groupmember ship in the LDAP server. As LDAP doesn't make any promises about referential integrity we should explicitly remove the user from the groups it was member of.
The text was updated successfully, but these errors were encountered: