>From 3872153e4fd6595c1eb1adb1f0377a223bbf6649 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 29 Jan 2014 13:24:15 +0100 Subject: [PATCH] MAN: clarify which shell option takes precedence --- src/man/sssd.conf.5.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index c25b44fc9f3df08ff8d9b1e379c68694c0b01f5b..b3b70e14af686defe04e8a2eb919cba8e5b04b65 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -518,8 +518,9 @@ fallback_homedir = /home/%u 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. Default: not set (SSSD will use the value @@ -583,10 +584,10 @@ fallback_homedir = /home/%u default_shell - 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. Default: not set (Return NULL if no shell is -- 1.8.4.2