summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfigTest.py
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-10-17 14:43:07 +0200
committerJakub Hrozek <jhrozek@redhat.com>2012-10-18 20:19:33 +0200
commit66318dfe1e7138ff3fc780c4b3f0b29c4b2d8712 (patch)
tree0ae1709db5b7c491795cd33d8d4b8ed81366a4f7 /src/config/SSSDConfigTest.py
parentd9b1ecd81527640e5c15e6617e981a14ead9419f (diff)
downloadsssd-66318dfe1e7138ff3fc780c4b3f0b29c4b2d8712.tar.gz
sssd-66318dfe1e7138ff3fc780c4b3f0b29c4b2d8712.tar.xz
sssd-66318dfe1e7138ff3fc780c4b3f0b29c4b2d8712.zip
Allow setting the default_shell option per-domain as well
https://fedorahosted.org/sssd/ticket/1583
Diffstat (limited to 'src/config/SSSDConfigTest.py')
-rwxr-xr-xsrc/config/SSSDConfigTest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py
index 73e1ea692..3bfa63103 100755
--- a/src/config/SSSDConfigTest.py
+++ b/src/config/SSSDConfigTest.py
@@ -510,6 +510,7 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase):
'override_homedir',
'fallback_homedir',
'override_shell',
+ 'default_shell',
'pwd_expiration_warning',
'id_provider',
'auth_provider',
@@ -848,6 +849,7 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase):
'override_homedir',
'fallback_homedir',
'override_shell',
+ 'default_shell',
'pwd_expiration_warning',
'id_provider',
'auth_provider',