summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfigTest.py
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-07-05 19:45:14 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-07-06 11:44:46 -0400
commit03532fb1cbb7e8c1d5cf2e93aa3719f926631cab (patch)
tree86749acc2fb38d087c99af41c2c47cbbd612f609 /src/config/SSSDConfigTest.py
parent4e2d9fe30bf8b692972a9654c60d2d90ed355815 (diff)
downloadsssd-03532fb1cbb7e8c1d5cf2e93aa3719f926631cab.tar.gz
sssd-03532fb1cbb7e8c1d5cf2e93aa3719f926631cab.tar.xz
sssd-03532fb1cbb7e8c1d5cf2e93aa3719f926631cab.zip
AD: Add manpages and SSSDConfig entries
Diffstat (limited to 'src/config/SSSDConfigTest.py')
-rwxr-xr-xsrc/config/SSSDConfigTest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py
index f4d4d5412..c1fbe4811 100755
--- a/src/config/SSSDConfigTest.py
+++ b/src/config/SSSDConfigTest.py
@@ -704,7 +704,8 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase):
domain = SSSDConfig.SSSDDomain('sssd', self.schema)
control_provider_dict = {
- 'ipa': ['id', 'auth', 'access', 'chpass', 'autofs', 'session' ],
+ 'ipa': ['id', 'auth', 'access', 'chpass', 'autofs', 'session'],
+ 'ad': ['id', 'auth', 'access', 'chpass'],
'local': ['id', 'auth', 'chpass'],
'ldap': ['id', 'auth', 'access', 'chpass', 'sudo', 'autofs'],
'krb5': ['auth', 'access', 'chpass'],