From 3f70f0c29b85f2c3f660f5cb99f2854cc8c62c21 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 28 Apr 2010 10:01:06 +0200 Subject: Add retry option to pam_sss --- src/man/pam_sss.8.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/man') diff --git a/src/man/pam_sss.8.xml b/src/man/pam_sss.8.xml index 9a681960a..aed76e2f0 100644 --- a/src/man/pam_sss.8.xml +++ b/src/man/pam_sss.8.xml @@ -31,6 +31,9 @@ use_authtok + + retry=N + @@ -75,6 +78,20 @@ password module. + + + + + + If specified the user is asked another N times for a + password if authentication fails. Default is 0. + Please note that this option might not work as + expected if the application calling PAM handles the user + dialog on its own. A typical example is + sshd with + . + + -- cgit