diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-12-15 14:22:41 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-12-15 15:37:30 -0500 |
commit | 6c894b23802979397fc5dfb211ddc1cdd9bcf084 (patch) | |
tree | 556c18d26e81b086701f77b5c584fc89792b495c | |
parent | 860d9f273e36ffb69f16377949b8ba9444ac99bf (diff) | |
download | sssd-6c894b23802979397fc5dfb211ddc1cdd9bcf084.tar.gz sssd-6c894b23802979397fc5dfb211ddc1cdd9bcf084.tar.xz sssd-6c894b23802979397fc5dfb211ddc1cdd9bcf084.zip |
Don't set explicit default for "timeout" in domains
-rw-r--r-- | server/config/etc/sssd.api.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/config/etc/sssd.api.conf b/server/config/etc/sssd.api.conf index 8e37b98c7..c8ddae4f0 100644 --- a/server/config/etc/sssd.api.conf +++ b/server/config/etc/sssd.api.conf @@ -45,7 +45,7 @@ debug_level = int, None, 0 command = str, None min_id = int, None, 1000 max_id = int, None -timeout = int, None, 0 +timeout = int, None enumerate = bool, None, true cache_credentials = bool, None, false store_legacy_passwords = bool, None, false |