diff options
-rw-r--r-- | src/man/sssd-ldap.5.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 9490fe8d..043a28c0 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -60,12 +60,24 @@ <term>ldap_uri (string)</term> <listitem> <para> - Specifies the list of URIs of the LDAP servers to which + Specifies the comma-separated list of URIs of the LDAP servers to which SSSD should connect in the order of preference. Refer to the <quote>FAILOVER</quote> section for more information on failover and server redundancy. If not specified, service discovery is enabled. For more information, refer to the <quote>SERVICE DISCOVERY</quote> section. </para> + <para> + The format of the URI must match the format defined in RFC 2732: + </para> + <para> + ldap[s]://<host>[:port] + </para> + <para> + For explicit IPv6 addresses, <host> must be enclosed in brackets [] + </para> + <para> + example: ldap://[fc00::126:25]:389 + </para> </listitem> </varlistentry> |