diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2012-06-05 09:10:24 -0400 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-08-01 16:19:42 +0200 |
commit | f6cd1236c27817b97db002094b76648d92b55f82 (patch) | |
tree | ec52e8402eed1564c005b7bddf1505eaaf084488 /src/man/sssd-ldap.5.xml | |
parent | 9da182cf4e6af46164d7e60574dcdd07bc11de3e (diff) | |
download | sssd-f6cd1236c27817b97db002094b76648d92b55f82.tar.gz sssd-f6cd1236c27817b97db002094b76648d92b55f82.tar.xz sssd-f6cd1236c27817b97db002094b76648d92b55f82.zip |
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.
Diffstat (limited to 'src/man/sssd-ldap.5.xml')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 0e14a2a43..93d5783af 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -57,14 +57,14 @@ <variablelist> <varlistentry> - <term>ldap_uri (string)</term> + <term>ldap_uri, ldap_backup_uri (string)</term> <listitem> <para> 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. + If neither option is 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: @@ -82,7 +82,7 @@ </varlistentry> <varlistentry> - <term>ldap_chpass_uri (string)</term> + <term>ldap_chpass_uri, ldap_chpass_backup_uri (string)</term> <listitem> <para> Specifies the comma-separated list of URIs of the LDAP servers to |