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: |
592592 ---
593593program : _shared
594594name : spec.security.authentication.ldap.servers
595- type : string
595+ type : array of strings
596596directive : setting
597597description : |
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 ---
607613program : _shared
608614name : spec.security.authentication.ldap.transportSecurity
You can’t perform that action at this time.
0 commit comments