diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-09 12:43:06 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-09 19:23:09 -0400 |
commit | 312818233ce48471c56d1a7589579892d9726e3b (patch) | |
tree | d080a3d6d90cda4305b779ffcd2ba6a4bc79ff89 /src/man/sssd.conf.5.xml | |
parent | f6dbb235373b122ae15643ef5dbbe821ee1307d9 (diff) | |
download | sssd-312818233ce48471c56d1a7589579892d9726e3b.tar.gz sssd-312818233ce48471c56d1a7589579892d9726e3b.tar.xz sssd-312818233ce48471c56d1a7589579892d9726e3b.zip |
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
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r-- | src/man/sssd.conf.5.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 24c6a74a5..1332f2891 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -517,6 +517,21 @@ </listitem> </varlistentry> <varlistentry> + <term>default_shell</term> + <listitem> + <para> + 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. + </para> + <para> + Default: not set (Return NULL if no shell is + specified and rely on libc to substitute something + sensible when necessary, usually /bin/sh) + </para> + </listitem> + </varlistentry> + <varlistentry> <term>get_domains_timeout (int)</term> <listitem> <para> |