diff options
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r-- | src/man/sssd.conf.5.xml | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ -486,6 +486,20 @@ override_homedir = /home/%u </listitem> </varlistentry> <varlistentry> + <term>override_shell (string)</term> + <listitem> + <para> + Override the login shell for all users. This + option can be specified globally in the [nss] + section or per-domain. + </para> + <para> + Default: not set (SSSD will use the value + retrieved from LDAP) + </para> + </listitem> + </varlistentry> + <varlistentry> <term>allowed_shells (string)</term> <listitem> <para> |