Feature #23039
Remove deleted AuthSource Users from Foreman
Description
In order to comply with German (European?) data privacy laws, users that got removed from active directory (or another LDAP auth source) have to also be removed from Foreman's database.
We should provide a rake task to achieve this. Users can then set a cron job periodically do the housekeeping.
Associated revisions
History
#1
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5392 added
#2
Updated by Tomer Brisker over 4 years ago
- Legacy Backlogs Release (now unused) set to 330
#3
Updated by Julian Todt over 4 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset b42045f1159a7e22529cc249419d684ef40a6445.
#4
Updated by Tomer Brisker about 2 years ago
- Category changed from 218 to Users, Roles and Permissions
Fixes #23039 - Remove deleted LDAP users
Adds a rake task ldap:remove_deleted_users which checks all users
that authenticate via LDAP whether their users are valid and
deletes invalid ones.