From 66318dfe1e7138ff3fc780c4b3f0b29c4b2d8712 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 17 Oct 2012 14:43:07 +0200 Subject: Allow setting the default_shell option per-domain as well https://fedorahosted.org/sssd/ticket/1583 --- src/config/SSSDConfigTest.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config/SSSDConfigTest.py') diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py index 73e1ea69..3bfa6310 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', -- cgit