From 5d5687c43ec20d343da3f9d7322143718d38267e Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 11 Dec 2014 11:19:58 +0100 Subject: MAN: Misspelled username in pam_trusted_users is not fatal The man page claimed that failing to resolve an user name results in failure to start SSSD, but it's not the case and shouldn't be, because marking a user as trusted only elevates privileges, so it's safe to ignore that failure. https://fedorahosted.org/sssd/ticket/2530 Reviewed-by: Pavel Reichl --- src/man/sssd.conf.5.xml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/man/sssd.conf.5.xml') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 3525d78ca..2002ccc7c 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -907,11 +907,6 @@ fallback_homedir = /home/%u the PAM responder even in case it is not in the pam_trusted_users list. - - Also please note that if there is a user name in - pam_trusted_users list which fails to be resolved - it will cause that SSSD will not be started. - -- cgit