diff options
author | Sumit Bose <sbose@redhat.com> | 2009-09-14 19:35:14 +0200 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-09-14 20:05:01 -0400 |
commit | 5028079084bf8c70213f9ba2ae8e4d37c74300ac (patch) | |
tree | 1747dd5171d8194a5877dc5b43d3acb9aeb0be6b /server/man | |
parent | 1c992f6e8f3bc527d00c6745bfe47a4dede8bf46 (diff) | |
download | sssd-5028079084bf8c70213f9ba2ae8e4d37c74300ac.tar.gz sssd-5028079084bf8c70213f9ba2ae8e4d37c74300ac.tar.bz2 sssd-5028079084bf8c70213f9ba2ae8e4d37c74300ac.zip |
added child timeout handler
Diffstat (limited to 'server/man')
-rw-r--r-- | server/man/sssd-krb5.5.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/server/man/sssd-krb5.5.xml b/server/man/sssd-krb5.5.xml index 4b26c029..234b194a 100644 --- a/server/man/sssd-krb5.5.xml +++ b/server/man/sssd-krb5.5.xml @@ -162,6 +162,20 @@ </listitem> </varlistentry> + <varlistentry> + <term>krb5auth_timeout (integer)</term> + <listitem> + <para> + Timeout in seconds after an online authentication or + change password request is aborted. If possible the + authentication request is continued offline. + </para> + <para> + Default: 15 + </para> + </listitem> + </varlistentry> + </variablelist> </para> </refsect1> |