From 312818233ce48471c56d1a7589579892d9726e3b Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 9 May 2012 12:43:06 -0400 Subject: NSS: Add default_shell option This option will allow administrators to set a default shell to be used if a user does not have one set in the identity provider. https://fedorahosted.org/sssd/ticket/1289 --- src/man/sssd.conf.5.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/man') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 24c6a74a..1332f289 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -516,6 +516,21 @@ + + default_shell + + + The default shell to use if the provider does not + return one during lookup. This option supercedes + any other shell options if it takes effect. + + + Default: not set (Return NULL if no shell is + specified and rely on libc to substitute something + sensible when necessary, usually /bin/sh) + + + get_domains_timeout (int) -- cgit