From 07b7b76d7cd494cbd26263503ba2732c21819941 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Tue, 5 Jun 2012 15:07:10 -0400 Subject: 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. --- src/man/sssd-krb5.5.xml | 4 ++-- src/man/sssd-ldap.5.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/man') diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index efc84e24..f4fd1cb7 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. - krb5_server (string) + krb5_server, krb5_backup_server (string) Specifies the comma-separated list of IP addresses or hostnames @@ -110,7 +110,7 @@ - krb5_kpasswd (string) + krb5_kpasswd, krb5_backup_kpasswd (string) If the change password service is not running on the diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 93d5783a..e7d49c96 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1474,7 +1474,7 @@ - krb5_server (string) + krb5_server, krb5_backup_server (string) Specifies the comma-separated list of IP addresses or hostnames -- cgit