Commit 7dfb2b6379719cd6c3ee7b919f973146e9dbc645
1 parent
71abf704
Exists in
master
and in
4 other branches
Remove include of grack_ldap
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
lib/gitlab/backend/grack_auth.rb
1 | require_relative 'shell_env' | 1 | require_relative 'shell_env' |
2 | -require_relative 'grack_ldap' | ||
3 | require_relative 'grack_helpers' | 2 | require_relative 'grack_helpers' |
4 | 3 | ||
5 | module Grack | 4 | module Grack |
6 | class Auth < Rack::Auth::Basic | 5 | class Auth < Rack::Auth::Basic |
7 | - include LDAP | ||
8 | include Helpers | 6 | include Helpers |
9 | 7 | ||
10 | attr_accessor :user, :project, :ref, :env | 8 | attr_accessor :user, :project, :ref, :env |