diff options
author | Michal Zidek <mzidek@redhat.com> | 2013-07-04 13:32:07 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-07-24 13:54:33 +0200 |
commit | 6176eeeae6e75d3ce78eb98d46dc478541ba6282 (patch) | |
tree | dde99de32de70f0b588d2421aa12ad2669d0747e /src/man | |
parent | bfd59d1a2d0d45125e5164ef12c425690d519f61 (diff) | |
download | sssd-6176eeeae6e75d3ce78eb98d46dc478541ba6282.tar.gz sssd-6176eeeae6e75d3ce78eb98d46dc478541ba6282.tar.bz2 sssd-6176eeeae6e75d3ce78eb98d46dc478541ba6282.zip |
Set default DNS resolution timeout to 6 seconds.
Partially solves ticket:
https://fedorahosted.org/sssd/ticket/1966
To avoid the problem mentioned in the ticket above, option
dns_discovery_domain must be set properly.
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd.conf.5.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index a0321df8..4f01794d 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -1660,7 +1660,7 @@ override_homedir = /home/%u offline mode. </para> <para> - Default: 5 + Default: 6 </para> </listitem> </varlistentry> |