summaryrefslogtreecommitdiffstats
path: root/src/man/sssd.conf.5.xml
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 23:32:11 +0200
commit96f96e74926f48ae5a023af9bed36ba813a7d024 (patch)
tree8583699ec015324804a5543e69a796822e4eca47 /src/man/sssd.conf.5.xml
parentad51468ac53ff073efeaf28733b596004433721d (diff)
downloadsssd-96f96e74926f48ae5a023af9bed36ba813a7d024.tar.gz
sssd-96f96e74926f48ae5a023af9bed36ba813a7d024.tar.xz
sssd-96f96e74926f48ae5a023af9bed36ba813a7d024.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/sssd.conf.5.xml')
-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 d57341661..77690432b 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -617,6 +617,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>