Skip to content

Commit 8034a41

Browse files
(DOCSP-11746): Change type of ldap.servers
1 parent 96d30da commit 8034a41

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

source/includes/options-k8s-shared.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -592,17 +592,23 @@ description: |
592592
---
593593
program: _shared
594594
name: spec.security.authentication.ldap.servers
595-
type: string
595+
type: array of strings
596596
directive: setting
597597
description: |
598598
*Required for LDAP authentication.*
599599
600-
Hostname and port of an |ldap| server in the format
601-
``<hostname>:<port>``.
600+
List of hostnames and ports of the |ldap| servers. Specify
601+
hostnames with their respective ports in the following format:
602602
603-
To specify multiple |ldap| servers, use a
604-
comma-separated list. For example, specify
605-
``"<hostname1>:<port1>,<hostname2>:<port2>"``.
603+
.. code-block:: yaml
604+
605+
spec:
606+
security:
607+
authentication:
608+
ldap:
609+
servers:
610+
- "<hostname1>:<port1>"
611+
- "<hostname2>:<port2>"
606612
---
607613
program: _shared
608614
name: spec.security.authentication.ldap.transportSecurity

0 commit comments

Comments
 (0)