Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graph user management: deleting a user doesn't remove group membership #3027

Closed
rhafer opened this issue Jan 24, 2022 · 0 comments · Fixed by #3080
Closed

graph user management: deleting a user doesn't remove group membership #3027

rhafer opened this issue Jan 24, 2022 · 0 comments · Fixed by #3080
Labels

Comments

@rhafer
Copy link
Contributor

rhafer commented Jan 24, 2022

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.

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.

Fixes owncloud#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.

Fixes owncloud#3027
rhafer added a commit to rhafer/ocis that referenced this issue Feb 2, 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.

Fixes owncloud#3027
@micbar micbar mentioned this issue Feb 16, 2022
22 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant