From 7a5445eb3ee95788d22d87357f40c5da0e10e15a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 25 May 2011 11:25:50 -0400 Subject: Add more detail to ldap_uri manpage entry --- src/man/sssd-ldap.5.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 0fcf9ffff..1a14a962f 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 + -- cgit