Allow raw `tls_options` to be passed in LDAP configuration
We've previously exposed ca_file and ssl_version but there are many possible options that can be used inside tls_options. Instead of exposing individual ones, simply expose the entire hash so it can be passed in and we won't have to add things in the future.
Showing
... | ... | @@ -68,7 +68,7 @@ gem 'gpgme', '~> 2.0.18' |
# 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.4', require: 'omniauth-ldap' | ||
gem 'gitlab_omniauth-ldap', '~> 2.1.1', require: 'omniauth-ldap' | ||
gem 'net-ldap' | ||
# API | ||
... | ... |
Please register or sign in to comment