summaryrefslogtreecommitdiffstats
path: root/server/man
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-01-25 13:45:16 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-02-02 14:41:41 -0500
commit7ea48433b3bab77813b11c60e1ea82cb9793dc33 (patch)
treef7012746fd8f727cd80bd2361cb239893004f2b5 /server/man
parent245818557767e511d46b566bd1352f4d8fcb3426 (diff)
downloadsssd-7ea48433b3bab77813b11c60e1ea82cb9793dc33.tar.gz
sssd-7ea48433b3bab77813b11c60e1ea82cb9793dc33.tar.xz
sssd-7ea48433b3bab77813b11c60e1ea82cb9793dc33.zip
Add offline failed login counter
Diffstat (limited to 'server/man')
-rw-r--r--server/man/sssd.conf.5.xml36
1 files changed, 35 insertions, 1 deletions
diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml
index c9c556849..531d0f5d5 100644
--- a/server/man/sssd.conf.5.xml
+++ b/server/man/sssd.conf.5.xml
@@ -338,13 +338,47 @@
<listitem>
<para>
If the authentication provider is offline, how
- long should we allow cached logins (in days).
+ long should we allow cached logins (in days since
+ the last successful online login).
</para>
<para>
Default: 0 (No limit)
</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term>offline_failed_login_attempts (integer)</term>
+ <listitem>
+ <para>
+ If the authentication provider is offline, how
+ many failed login attempts are allowed.
+ </para>
+ <para>
+ Default: 0 (No limit)
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>offline_failed_login_delay (integer)</term>
+ <listitem>
+ <para>
+ The time in minutes which has to pass after
+ offline_failed_login_attempts has been reached
+ before a new login attempt is possible.
+ </para>
+ <para>
+ If set to 0 the user cannot authenticate offline if
+ offline_failed_login_attempts has been reached. Only
+ a successful online authentication can enable
+ enable offline authentication again.
+ </para>
+ <para>
+ Default: 5
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect2>
</refsect1>