Blob Blame History Raw
From e786e081edecabb8e8506dd3c5e668094827bc52 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek@redhat.com>
Date: Thu, 11 Dec 2014 11:19:58 +0100
Subject: [PATCH 136/138] 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 <preichl@redhat.com>
---
 src/man/sssd.conf.5.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 3525d78caff28fd05cc18061d023fec3c50d1a47..2002ccc7caf7013ead5b97c463fba46b734090ae 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.
                         </para>
-                        <para>
-                            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.
-                        </para>
                     </listitem>
                 </varlistentry>
                 <varlistentry>
-- 
1.9.3