From 7a5445eb3ee95788d22d87357f40c5da0e10e15a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: May 27 2011 19:20:23 +0000 Subject: Add more detail to ldap_uri manpage entry --- diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 0fcf9ff..1a14a96 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -60,12 +60,24 @@ ldap_uri (string) - 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 FAILOVER section for more information on failover and server redundancy. If not specified, service discovery is enabled. For more information, refer to the SERVICE DISCOVERY section. + + The format of the URI must match the format defined in RFC 2732: + + + ldap[s]://<host>[:port] + + + For explicit IPv6 addresses, <host> must be enclosed in brackets [] + + + example: ldap://[fc00::126:25]:389 +