diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-10-17 14:43:07 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-10-18 20:19:33 +0200 |
commit | 66318dfe1e7138ff3fc780c4b3f0b29c4b2d8712 (patch) | |
tree | 0ae1709db5b7c491795cd33d8d4b8ed81366a4f7 /src/man | |
parent | d9b1ecd81527640e5c15e6617e981a14ead9419f (diff) | |
download | sssd-66318dfe1e7138ff3fc780c4b3f0b29c4b2d8712.tar.gz sssd-66318dfe1e7138ff3fc780c4b3f0b29c4b2d8712.tar.bz2 sssd-66318dfe1e7138ff3fc780c4b3f0b29c4b2d8712.zip |
Allow setting the default_shell option per-domain as well
https://fedorahosted.org/sssd/ticket/1583
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ad.5.xml | 3 | ||||
-rw-r--r-- | src/man/sssd.conf.5.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index 0d3f3489..1570ed8a 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -205,7 +205,8 @@ fallback_homedir = /home/%u <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. + 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 (Return NULL if no shell is diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index c818b97d..f0c3b606 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -585,7 +585,8 @@ override_homedir = /home/%u <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. + 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 (Return NULL if no shell is |