summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-04-26 13:02:04 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-04-30 07:50:58 -0400
commitfc28a2fa97feab70492b36afcc058d6b3fb52d79 (patch)
tree7f4540c19ac25c3e38e1f22714b917598b8119c2 /src/man
parentc989a15469e72a479c7c689bf830adf78ec76c99 (diff)
downloadsssd-fc28a2fa97feab70492b36afcc058d6b3fb52d79.tar.gz
sssd-fc28a2fa97feab70492b36afcc058d6b3fb52d79.tar.xz
sssd-fc28a2fa97feab70492b36afcc058d6b3fb52d79.zip
Add dns_resolver_timeout option
We had a hard-coded timeout of five seconds for DNS lookups in the async resolver. This patch adds an option 'dns_resolver_timeout' to specify this value (Default: 5)
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd.conf.5.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 93bc21905..c7071ab6c 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -641,6 +641,21 @@
</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term>dns_resolver_timeout (integer)</term>
+ <listitem>
+ <para>
+ Defines the amount of time (in seconds) to wait for a reply from
+ the DNS resolver before assuming that it is unreachable. If this
+ timeout is reached, the domain will continue to operate in
+ offline mode.
+ </para>
+ <para>
+ Default: 5
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>