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/etc/sssd.api.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/etc') diff --git a/src/config/etc/sssd.api.conf b/src/config/etc/sssd.api.conf index 2ba47d71..a5af1200 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 -- cgit