diff options
author | Michael Kozono <mkozono@gmail.com> | 2017-06-13 14:01:28 -0700 |
---|---|---|
committer | Michael Kozono <mkozono@gmail.com> | 2017-07-26 02:43:40 -0700 |
commit | 7f92a36a36ab8183c843982bf91bdabb45861154 (patch) | |
tree | 83d7a07f93ff42c370274d898902fca4f56df0b2 /Gemfile | |
parent | 951bd2a43161206dbafe2a6099098e5fb48a6005 (diff) | |
download | gitlab-ce-7f92a36a36ab8183c843982bf91bdabb45861154.tar.gz |
Fix plain LDAP (no encryption)
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ gem 'browser', '~> 2.2' # LDAP Auth # GitLab fork with several improvements to original library. For full list of changes # see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master -gem 'gitlab_omniauth-ldap', '~> 2.0.1', require: 'omniauth-ldap' +gem 'gitlab_omniauth-ldap', '~> 2.0.2', require: 'omniauth-ldap' # Git Wiki # Required manually in config/initializers/gollum.rb to control load order |