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.
显示
- Gemfile 1 个添加, 1 个删除Gemfile
- Gemfile.lock 2 个添加, 2 个删除Gemfile.lock
- changelogs/unreleased/add_ldap_tls_options.yml 5 个添加, 0 个删除changelogs/unreleased/add_ldap_tls_options.yml
- config/gitlab.yml.example 50 个添加, 15 个删除config/gitlab.yml.example
- config/initializers/1_settings.rb 18 个添加, 0 个删除config/initializers/1_settings.rb
- doc/administration/auth/ldap.md 48 个添加, 8 个删除doc/administration/auth/ldap.md
- lib/gitlab/auth/ldap/config.rb 42 个添加, 15 个删除lib/gitlab/auth/ldap/config.rb
- spec/lib/gitlab/auth/ldap/config_spec.rb 141 个添加, 12 个删除spec/lib/gitlab/auth/ldap/config_spec.rb
加载中
想要评论请 注册 或 登录