From 19c62f37ad3b974eed383c602d2dd5171a23c6c6 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 5 May 2010 11:55:01 -0400 Subject: Make krb5_kpasswd available for any krb5 provider Previously, the option krb5_kpasswd was only available if 'chpass_provider = krb5' was specified explicitly. Now it will be available also if 'auth_provider = krb5'. This option was also missing from the IPA options, so I have added it there as well --- src/config/SSSDConfigTest.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config/SSSDConfigTest.py') diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py index e8899653..7b005f6c 100755 --- a/src/config/SSSDConfigTest.py +++ b/src/config/SSSDConfigTest.py @@ -543,6 +543,7 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase): control_list.extend( ['krb5_kdcip', 'krb5_realm', + 'krb5_kpasswd', 'krb5_ccachedir', 'krb5_ccname_template', 'krb5_keytab', @@ -715,6 +716,7 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase): control_list = [ 'krb5_kdcip', 'krb5_realm', + 'krb5_kpasswd', 'krb5_ccachedir', 'krb5_ccname_template', 'krb5_keytab', @@ -860,6 +862,7 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase): control_list.extend( ['krb5_kdcip', 'krb5_realm', + 'krb5_kpasswd', 'krb5_ccachedir', 'krb5_ccname_template', 'krb5_keytab', -- cgit