Skip to content
Snippets Groups Projects
Commit d5ae2bfc authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Merge branch 'fix_ldap_user_filter' into '6-9-stable'

Fix LDAP user filter
parents 13202d82 6d896ed5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -223,7 +223,6 @@ Devise.setup do |config|
method: Gitlab.config.ldap['method'],
bind_dn: Gitlab.config.ldap['bind_dn'],
password: Gitlab.config.ldap['password'],
filter: Gitlab.config.ldap['user_filter'],
name_proc: email_stripping_proc
end
 
Loading
Loading
@@ -245,4 +244,4 @@ Devise.setup do |config|
 
config.omniauth provider['name'].to_sym, *provider_arguments
end
end
\ No newline at end of file
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment