From e88d426def412c0dde83e15fe17cdf374ee70166 Mon Sep 17 00:00:00 2001 From: Denis Kutin Date: Sat, 16 Nov 2013 16:48:21 +0400 Subject: NSS: Possibility to use any shells in 'allowed_shells' Resolves: https://fedorahosted.org/sssd/ticket/2219 Signed-off-by: Pavel Reichl Reviewed-by: Jakub Hrozek Reviewed-by: Pavel Reichl --- src/man/sssd.conf.5.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/man') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index d6bc42ca..e2cb0b81 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -629,6 +629,16 @@ fallback_homedir = /home/%u not in /etc/shells, a nologin shell is used. + + The wildcard (*) can be used to allow any shell. + + + The (*) is useful if you want to use + shell_fallback in case that user's shell is not + in /etc/shells and maintaining list + of all allowed shells in allowed_shells would be + to much overhead. + An empty string for shell is passed as-is to libc. -- cgit