summaryrefslogtreecommitdiffstats
path: root/src/config
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:20:29 +0200
commitb8c33686aeb5fb34112b46fc93175a3ec887d9a1 (patch)
tree1a7cd663ac9f91af761d0dc4ff4aa30b54ebed35 /src/config
parent78fb6ec085ba14e513361e42ed9285888ac319e3 (diff)
downloadsssd-b8c33686aeb5fb34112b46fc93175a3ec887d9a1.tar.gz
sssd-b8c33686aeb5fb34112b46fc93175a3ec887d9a1.tar.xz
sssd-b8c33686aeb5fb34112b46fc93175a3ec887d9a1.zip
Allow setting the default_shell option per-domain as well
https://fedorahosted.org/sssd/ticket/1583
Diffstat (limited to 'src/config')
-rwxr-xr-xsrc/config/SSSDConfigTest.py2
-rw-r--r--src/config/etc/sssd.api.conf1
2 files changed, 3 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',
diff --git a/src/config/etc/sssd.api.conf b/src/config/etc/sssd.api.conf
index 2ba47d716..a5af1200b 100644
--- a/src/config/etc/sssd.api.conf
+++ b/src/config/etc/sssd.api.conf
@@ -109,6 +109,7 @@ case_sensitive = bool, None, false
override_homedir = str, None, false
fallback_homedir = str, None, false
override_shell = str, None, false
+default_shell = str, None, false
#Entry cache timeouts
entry_cache_user_timeout = int, None, false