Skip to content

fixes the `block_removed_ldap_users` rake task

gitlab-qa-bot requested to merge github/fork/MrMarvin/fix/ldap_cleanup_task into master

Created by: MrMarvin

In e23a26ae (and later 1bc99369) the API for Gitlab::LDAP::Adapter was changed. I assume this rake task was an oversight in the refactoring of the changed class.

While being on it, I noticed that already blocked users cannot be blocked again.

Merge request reports