diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/man/sssd.conf.5.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index c25b44fc..b3b70e14 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -518,8 +518,9 @@ fallback_homedir = /home/%u <listitem> <para> Override the login shell for all users. This - option can be specified globally in the [nss] - section or per-domain. + option supersedes any other shell options if + it takes effect and can be set either in the + [nss] section or per-domain. </para> <para> Default: not set (SSSD will use the value @@ -583,10 +584,10 @@ fallback_homedir = /home/%u <term>default_shell</term> <listitem> <para> - The default shell to use if the provider does not - return one during lookup. This option supersedes - any other shell options if it takes effect and can - be set either in the [nss] section or per-domain. + The default shell to use if the provider does + not return one during lookup. This option can + be specified globally in the [nss] section + or per-domain. </para> <para> Default: not set (Return NULL if no shell is |
