diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2012-06-05 15:07:10 -0400 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-08-01 16:19:42 +0200 |
commit | 07b7b76d7cd494cbd26263503ba2732c21819941 (patch) | |
tree | 860a74f647b7b1b28fedaf2de808693ae28e8dd4 /src/man/sssd-krb5.5.xml | |
parent | f6cd1236c27817b97db002094b76648d92b55f82 (diff) | |
download | sssd-07b7b76d7cd494cbd26263503ba2732c21819941.tar.gz sssd-07b7b76d7cd494cbd26263503ba2732c21819941.tar.xz sssd-07b7b76d7cd494cbd26263503ba2732c21819941.zip |
Primary server support: new options in krb5 provider
This patch adds support for new config options krb5_backup_server and
krb5_backup_kpasswd. The description of this option's functionality
is included in man page in one of previous patches.
Diffstat (limited to 'src/man/sssd-krb5.5.xml')
-rw-r--r-- | src/man/sssd-krb5.5.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index efc84e240..f4fd1cb73 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -71,7 +71,7 @@ for details on the configuration of a SSSD domain. <variablelist> <varlistentry> - <term>krb5_server (string)</term> + <term>krb5_server, krb5_backup_server (string)</term> <listitem> <para> Specifies the comma-separated list of IP addresses or hostnames @@ -110,7 +110,7 @@ </varlistentry> <varlistentry> - <term>krb5_kpasswd (string)</term> + <term>krb5_kpasswd, krb5_backup_kpasswd (string)</term> <listitem> <para> If the change password service is not running on the |