summaryrefslogtreecommitdiffstats
path: root/src/man/pam_sss.8.xml
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 17:14:32 -0400
commit3f70f0c29b85f2c3f660f5cb99f2854cc8c62c21 (patch)
tree8924635ac7c71fded7c838af03b7fcf611030cf3 /src/man/pam_sss.8.xml
parentf40f1592cf53f37430cc50f4c1d696fd46c2f073 (diff)
downloadsssd_unused-3f70f0c29b85f2c3f660f5cb99f2854cc8c62c21.tar.gz
sssd_unused-3f70f0c29b85f2c3f660f5cb99f2854cc8c62c21.tar.xz
sssd_unused-3f70f0c29b85f2c3f660f5cb99f2854cc8c62c21.zip
Add retry option to pam_sss
Diffstat (limited to 'src/man/pam_sss.8.xml')
-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 9a681960..aed76e2f 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>