Merge branch 'add_ldap_tls_options' into 'master'
Allow raw `tls_options` to be passed in LDAP configuration Closes #46391 See merge request gitlab-org/gitlab-ce!20678
Showing
... | @@ -68,7 +68,7 @@ gem 'gpgme', '~> 2.0.18' | ... | @@ -68,7 +68,7 @@ gem 'gpgme', '~> 2.0.18' |
# LDAP Auth | # LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | # GitLab fork with several improvements to original library. For full list of changes | ||
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master | # see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master | ||
gem 'gitlab_omniauth-ldap', '~> 2.0.4', require: 'omniauth-ldap' | gem 'gitlab_omniauth-ldap', '~> 2.1.1', require: 'omniauth-ldap' | ||
gem 'net-ldap' | gem 'net-ldap' | ||
# API | # API | ||
... | ... |
Please register or sign in to comment