File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -592,17 +592,23 @@ description: |
592
592
---
593
593
program : _shared
594
594
name : spec.security.authentication.ldap.servers
595
- type : string
595
+ type : array of strings
596
596
directive : setting
597
597
description : |
598
598
*Required for LDAP authentication.*
599
599
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:
602
602
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>"
606
612
---
607
613
program : _shared
608
614
name : spec.security.authentication.ldap.transportSecurity
You can’t perform that action at this time.
0 commit comments