summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfigTest.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2012-02-07 10:29:10 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-02-10 13:30:01 -0500
commit04d27ffd7c52f7519b25ff8b8896a901c0439898 (patch)
treea3f72a9d2b6980dde971c26771fdbafb0775f3dd /src/config/SSSDConfigTest.py
parent38f98a00917c97f0b9df2be134327b6513e6c68f (diff)
downloadsssd-04d27ffd7c52f7519b25ff8b8896a901c0439898.tar.gz
sssd-04d27ffd7c52f7519b25ff8b8896a901c0439898.tar.xz
sssd-04d27ffd7c52f7519b25ff8b8896a901c0439898.zip
Add ssh service to sssd.api.conf
Diffstat (limited to 'src/config/SSSDConfigTest.py')
-rwxr-xr-xsrc/config/SSSDConfigTest.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py
index 16dbedfc6..a64a73616 100755
--- a/src/config/SSSDConfigTest.py
+++ b/src/config/SSSDConfigTest.py
@@ -1156,7 +1156,8 @@ class SSSDConfigTestSSSDConfig(unittest.TestCase):
'nss',
'pam',
'sudo',
- 'autofs']
+ 'autofs',
+ 'ssh']
for section in control_list:
self.assertTrue(sssdconfig.has_section(section),
"Section [%s] missing" %
@@ -1247,7 +1248,8 @@ class SSSDConfigTestSSSDConfig(unittest.TestCase):
'pam',
'nss',
'sudo',
- 'autofs' ]
+ 'autofs',
+ 'ssh']
service_list = sssdconfig.list_services()
for service in control_list:
self.assertTrue(service in service_list,