summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorDenis Kutin <dekutin@ya.ru>2013-11-16 16:48:21 +0400
committerJakub Hrozek <jhrozek@redhat.com>2014-10-22 16:40:20 +0200
commite88d426def412c0dde83e15fe17cdf374ee70166 (patch)
treeeef55b64b1d3849112dbfbdb0d7c33985a059b28 /src/man
parent03b02ec99ea4be8e6f41c70dbe91d7175d5b63ea (diff)
downloadsssd-e88d426def412c0dde83e15fe17cdf374ee70166.tar.gz
sssd-e88d426def412c0dde83e15fe17cdf374ee70166.tar.xz
sssd-e88d426def412c0dde83e15fe17cdf374ee70166.zip
NSS: Possibility to use any shells in 'allowed_shells'
Resolves: https://fedorahosted.org/sssd/ticket/2219 Signed-off-by: Pavel Reichl <preichl@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Pavel Reichl <preichl@redhat.com>
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd.conf.5.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index d6bc42ca0..e2cb0b81b 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -630,6 +630,16 @@ fallback_homedir = /home/%u
is used.
</para>
<para>
+ The wildcard (*) can be used to allow any shell.
+ </para>
+ <para>
+ The (*) is useful if you want to use
+ shell_fallback in case that user's shell is not
+ in <quote>/etc/shells</quote> and maintaining list
+ of all allowed shells in allowed_shells would be
+ to much overhead.
+ </para>
+ <para>
An empty string for shell is passed as-is to libc.
</para>
<para>