summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-04-28 10:01:06 +0200
committerStephen Gallagher <sgallagh@redhat.com>2010-05-07 16:38:23 -0400
commitbced0bf9546e452dfae1e69733ba4be347930107 (patch)
treeec01f3aa793363fadb3e1198a4db733cceaed0f4 /src/man
parentfc7ec12f1b851bab1eedf3ecdcb094ea80b46dd2 (diff)
downloadsssd-bced0bf9546e452dfae1e69733ba4be347930107.tar.gz
sssd-bced0bf9546e452dfae1e69733ba4be347930107.tar.xz
sssd-bced0bf9546e452dfae1e69733ba4be347930107.zip
Add retry option to pam_sss
Diffstat (limited to 'src/man')
-rw-r--r--src/man/pam_sss.8.xml17
1 files changed, 17 insertions, 0 deletions
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 @@
<arg choice='opt'>
<replaceable>use_authtok</replaceable>
</arg>
+ <arg choice='opt'>
+ <replaceable>retry=N</replaceable>
+ </arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -75,6 +78,20 @@
password module.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>
+ <option>retry=N</option>
+ </term>
+ <listitem>
+ <para>If specified the user is asked another N times for a
+ password if authentication fails. Default is 0.</para>
+ <para>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
+ <command>sshd</command> with
+ <option>PasswordAuthentication</option>.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>