We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf4ea3 commit 50cfebcCopy full SHA for 50cfebc
source/includes/options-k8s-shared.yaml
@@ -1008,8 +1008,15 @@ description: |
1008
1009
Specifies whether the |ldap| server accepts |tls|.
1010
1011
- If the |ldap| server accepts |tls|, set to ``tls``. If the |ldap|
1012
- server doesn't accept |tls|, leave this value blank.
+ If the |ldap| server accepts |tls|, set the value to ``tls``. If
+ the |ldap| server doesn't accept |tls|, leave this value blank or set
1013
+ the value to ``none``.
1014
+
1015
+ .. note::
1016
1017
+ If you specify a string other than ``none`` or ``tls``,
1018
+ |k8s-op-short| still sets the setting to ``tls``.
1019
1020
---
1021
program: _shared
1022
name: spec.security.authentication.ldap.caConfigMapRef
0 commit comments