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/config/SSSDConfigTest.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/config/SSSDConfigTest.py') diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py index 95cb00995..eefbe786a 100755 --- a/src/config/SSSDConfigTest.py +++ b/src/config/SSSDConfigTest.py @@ -581,8 +581,10 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase): backup_list = control_list[:] control_list.extend( ['krb5_server', + 'krb5_backup_server', 'krb5_realm', 'krb5_kpasswd', + 'krb5_backup_kpasswd', 'krb5_ccachedir', 'krb5_ccname_template', 'krb5_keytab', @@ -736,9 +738,11 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase): options = domain.list_provider_options('krb5', 'auth') control_list = [ 'krb5_server', + 'krb5_backup_server', 'krb5_kdcip', 'krb5_realm', 'krb5_kpasswd', + 'krb5_backup_kpasswd', 'krb5_ccachedir', 'krb5_ccname_template', 'krb5_keytab', @@ -915,9 +919,11 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase): backup_list = control_list[:] control_list.extend( ['krb5_server', + 'krb5_backup_server', 'krb5_kdcip', 'krb5_realm', 'krb5_kpasswd', + 'krb5_backup_kpasswd', 'krb5_ccachedir', 'krb5_ccname_template', 'krb5_keytab', -- cgit