From 4f866ccca80bb8ed4013bc8ed48ab9ae2b9587ff Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Tue, 3 Jun 2014 22:10:50 +0200 Subject: [PATCH 1/2] patch-src__man__pam_sss.8.xml --- src/man/pam_sss.8.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git src/man/pam_sss.8.xml src/man/pam_sss.8.xml index 72b497ab34a520d21964824080c7f276b26706f4..69678dac5874067fc95ec47f72ed894854c5d569 100644 --- src/man/pam_sss.8.xml +++ src/man/pam_sss.8.xml @@ -37,6 +37,12 @@ retry=N + + ignore_unknown_user + + + ignore_authinfo_unavail + @@ -103,6 +109,27 @@ . + + + + + + If this option is specified and the user does not + exist, the PAM module will return PAM_IGNORE. This causes + 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. + + -- 1.9.3