diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-12-09 14:14:03 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-12-10 17:20:27 -0500 |
commit | 5321caf4ec3080556d0b4d83b6ce5a0101f6edba (patch) | |
tree | aa31976f3f9f5c0814d8a08485f32f1c23de4089 /server/config | |
parent | 2965baa5590a69b1de1ee84ff2d9e0f347897d54 (diff) | |
download | sssd-5321caf4ec3080556d0b4d83b6ce5a0101f6edba.tar.gz sssd-5321caf4ec3080556d0b4d83b6ce5a0101f6edba.tar.bz2 sssd-5321caf4ec3080556d0b4d83b6ce5a0101f6edba.zip |
Add missing SSSDConfig file for IPA for make install
Update tests to include IPA options
Diffstat (limited to 'server/config')
-rw-r--r-- | server/config/SSSDConfigTest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/config/SSSDConfigTest.py b/server/config/SSSDConfigTest.py index abb2b071..e2efa43f 100644 --- a/server/config/SSSDConfigTest.py +++ b/server/config/SSSDConfigTest.py @@ -477,6 +477,7 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase): domain = SSSDConfig.SSSDDomain('sssd', self.schema) control_provider_dict = { + 'ipa': ('id', 'auth', 'access', 'chpass'), 'local': ('id', 'auth', 'access', 'chpass'), 'ldap': ('id', 'auth', 'chpass'), 'krb5': ('auth', 'access', 'chpass'), |