From 695bca9d2f73096254308e0883fcc74b2631850e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 19 Jul 2012 15:50:52 -0400 Subject: NSS: Add override_shell option If override_shell is specified in the [nss] section, all users managed by SSSD will have their shell set to this value. If it is specified in the [domain/DOMAINNAME] section, it will apply to only that domain (and override the [nss] value, if any). https://fedorahosted.org/sssd/ticket/1087 --- src/man/sssd.conf.5.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/man') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 26f05eae..a6e5e82b 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -485,6 +485,20 @@ override_homedir = /home/%u + + override_shell (string) + + + Override the login shell for all users. This + option can be specified globally in the [nss] + section or per-domain. + + + Default: not set (SSSD will use the value + retrieved from LDAP) + + + allowed_shells (string) -- cgit