diff options
author | Sumit Bose <sbose@redhat.com> | 2010-04-28 10:01:06 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-05-07 17:14:32 -0400 |
commit | 3f70f0c29b85f2c3f660f5cb99f2854cc8c62c21 (patch) | |
tree | 8924635ac7c71fded7c838af03b7fcf611030cf3 /src/man | |
parent | f40f1592cf53f37430cc50f4c1d696fd46c2f073 (diff) | |
download | sssd-3f70f0c29b85f2c3f660f5cb99f2854cc8c62c21.tar.gz sssd-3f70f0c29b85f2c3f660f5cb99f2854cc8c62c21.tar.xz sssd-3f70f0c29b85f2c3f660f5cb99f2854cc8c62c21.zip |
Add retry option to pam_sss
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/pam_sss.8.xml | 17 |
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> |