Skip to content

block_removed_ldap_users task should only cleanup active users

username-removed-23607 requested to merge (removed):cleanup-only-active into master

We run the task gitlab:block_removed_ldap_users nightly to cleanup/block any users that have been removed from LDAP. The task iterates over all users scoped with "ldap" but some have already been blocked. Those can be ignored by further scoping the users with "active".

Merge request reports