From 368f03b2c3c63e82f8f9073f851143ff270d62a6 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 26 May 2014 18:31:06 +0200 Subject: PAM: add ignore_authinfo_unavail option Resolves: https://fedorahosted.org/sssd/ticket/2232 Reviewed-by: Sumit Bose (cherry picked from commit ffa42f689dded74b0c0b0451bff3516bc4003179) --- src/man/pam_sss.8.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/man/pam_sss.8.xml') diff --git a/src/man/pam_sss.8.xml b/src/man/pam_sss.8.xml index e42cb2d62..859d42eea 100644 --- a/src/man/pam_sss.8.xml +++ b/src/man/pam_sss.8.xml @@ -40,6 +40,9 @@ ignore_unknown_user + + ignore_authinfo_unavail + @@ -116,6 +119,17 @@ the PAM framework to ignore this module. + + + + + + + Specifies that the PAM module should return PAM_IGNORE + if it cannot contact the SSSD daemon. This causes + the PAM framework to ignore this module. + + -- cgit