Skip to content

Commit

Permalink
Merge branch 'fix_ldap_user_filter' into '6-9-stable'
Browse files Browse the repository at this point in the history
Fix LDAP user filter
  • Loading branch information
maxlazio committed May 30, 2014
2 parents 13202d8 + 6d896ed commit d5ae2bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/initializers/devise.rb
Expand Up @@ -223,7 +223,6 @@
method: Gitlab.config.ldap['method'], method: Gitlab.config.ldap['method'],
bind_dn: Gitlab.config.ldap['bind_dn'], bind_dn: Gitlab.config.ldap['bind_dn'],
password: Gitlab.config.ldap['password'], password: Gitlab.config.ldap['password'],
filter: Gitlab.config.ldap['user_filter'],
name_proc: email_stripping_proc name_proc: email_stripping_proc
end end


Expand All @@ -245,4 +244,4 @@


config.omniauth provider['name'].to_sym, *provider_arguments config.omniauth provider['name'].to_sym, *provider_arguments
end end
end end

0 comments on commit d5ae2bf

Please sign in to comment.