summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
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>