From f6cd1236c27817b97db002094b76648d92b55f82 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Tue, 5 Jun 2012 09:10:24 -0400 Subject: Primary server support: new option in ldap provider This patch adds support for new config option ldap_backup_uri. The description of this option's functionality is included in man page in previous patch. --- src/man/sssd-ldap.5.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/man') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 0e14a2a4..93d5783a 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -57,14 +57,14 @@ - ldap_uri (string) + ldap_uri, ldap_backup_uri (string) 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. + If neither option is 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: @@ -82,7 +82,7 @@ - ldap_chpass_uri (string) + ldap_chpass_uri, ldap_chpass_backup_uri (string) Specifies the comma-separated list of URIs of the LDAP servers to -- cgit