diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-04-26 13:02:04 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-04-30 07:51:19 -0400 |
commit | 83bc461f812b3c3df260b5f75d84b34bb1135062 (patch) | |
tree | 7a0a98cedea387a575e1c7410a308bb28c098b28 /src/config/etc | |
parent | 01c94127cf0fd72b6db828f1830fff1e5ed55bd1 (diff) | |
download | sssd-83bc461f812b3c3df260b5f75d84b34bb1135062.tar.gz sssd-83bc461f812b3c3df260b5f75d84b34bb1135062.tar.bz2 sssd-83bc461f812b3c3df260b5f75d84b34bb1135062.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/config/etc')
-rw-r--r-- | src/config/etc/sssd.api.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/etc/sssd.api.conf b/src/config/etc/sssd.api.conf index 3347d9fa..7d0e20c7 100644 --- a/src/config/etc/sssd.api.conf +++ b/src/config/etc/sssd.api.conf @@ -58,6 +58,7 @@ lookup_family_order = str, None, false account_cache_expiration = int, None, false filter_users = list, str, false filter_groups = list, str, false +dns_resolver_timeout = int, None, false # Special providers [provider/permit] |