19896: Configurable minimum TLS version for LDAP connection.
[arvados.git] / lib / config / config.default.yml
index 2d9119adfc747c2a937a39405dac88638ce5b5bb..3ca137e9c4c6f0417a86d10dddeabf2296c39134 100644 (file)
@@ -803,6 +803,12 @@ Clusters:
         # Skip TLS certificate name verification.
         InsecureTLS: false
 
+        # Mininum TLS version to negotiate when connecting to server
+        # (ldaps://... or StartTLS). It may be necessary to set this
+        # to "1.1" for compatibility with older LDAP servers. If
+        # blank, use the recommended minimum version (1.2).
+        MinTLSVersion: ""
+
         # Strip the @domain part if a user supplies an email-style
         # username with this domain. If "*", strip any user-provided
         # domain. If "", never strip the domain part. Example: