gitlab-org--gitlab-foss/changelogs/unreleased/add_ldap_tls_options.yml
Drew Blessing f6350faca1 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.
2019-03-04 10:27:43 -06:00

5 lines
113 B
YAML

---
title: Allow raw `tls_options` to be passed in LDAP configuration
merge_request: 20678
author:
type: changed