LDAP users that don't pass the filter get the account created anyway.
Created by: wsouto
So I have this situation where a user that don't match the filter condition on my user_filter
parameter for LDAP in the gitlab.yml
(gitlab:check
correctly don't list the user) get the account created as a valid user.
He cannot login as expected tho but the account is there...
Is that behavior expected?