Commit 7dfb2b6379719cd6c3ee7b919f973146e9dbc645

Authored by Dmitriy Zaporozhets
1 parent 71abf704

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 1 require_relative 'shell_env'
2   -require_relative 'grack_ldap'
3 2 require_relative 'grack_helpers'
4 3  
5 4 module Grack
6 5 class Auth < Rack::Auth::Basic
7   - include LDAP
8 6 include Helpers
9 7  
10 8 attr_accessor :user, :project, :ref, :env
... ...