summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfigTest.py
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-05-05 11:55:01 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-05-07 17:14:31 -0400
commit19c62f37ad3b974eed383c602d2dd5171a23c6c6 (patch)
tree6b938eaf987f6b3c400095bf1c339ef69cc6f93a /src/config/SSSDConfigTest.py
parent2d54b2a56b83315b3f89e082f8bf89fe8132a685 (diff)
downloadsssd-19c62f37ad3b974eed383c602d2dd5171a23c6c6.tar.gz
sssd-19c62f37ad3b974eed383c602d2dd5171a23c6c6.tar.xz
sssd-19c62f37ad3b974eed383c602d2dd5171a23c6c6.zip
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
Diffstat (limited to 'src/config/SSSDConfigTest.py')
-rwxr-xr-xsrc/config/SSSDConfigTest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py
index e88996534..7b005f6ca 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',