summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-10-17 14:43:07 +0200
committerJakub Hrozek <jhrozek@redhat.com>2012-10-18 20:19:33 +0200
commit66318dfe1e7138ff3fc780c4b3f0b29c4b2d8712 (patch)
tree0ae1709db5b7c491795cd33d8d4b8ed81366a4f7 /src/man
parentd9b1ecd81527640e5c15e6617e981a14ead9419f (diff)
downloadsssd-66318dfe1e7138ff3fc780c4b3f0b29c4b2d8712.tar.gz
sssd-66318dfe1e7138ff3fc780c4b3f0b29c4b2d8712.tar.xz
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.xml3
-rw-r--r--src/man/sssd.conf.5.xml3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml
index 0d3f34890..1570ed8a7 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 c818b97d8..f0c3b606e 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