Merge branch 'feature/ldap_groups' of /home/git/repositories/gitlab/gitlab-ee
Showing
... | ... | @@ -30,6 +30,7 @@ gem 'gitlab-grack', '~> 1.0.1', require: 'grack' |
# LDAP Auth | ||
gem 'gitlab_omniauth-ldap', '1.0.3', require: "omniauth-ldap" | ||
gem 'net-ldap' | ||
# Syntax highlighter | ||
gem "gitlab-pygments.rb", '~> 0.3.2', require: 'pygments.rb' | ||
... | ... |
lib/gitlab/ldap/access.rb
0 → 100644
lib/gitlab/ldap/adapter.rb
0 → 100644
lib/gitlab/ldap/group.rb
0 → 100644
lib/gitlab/ldap/person.rb
0 → 100644
Please register or sign in to comment