diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-18 11:23:04 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-18 14:37:59 -0400 |
commit | bb79e7559dae451a14150377099e32d6b5159a6c (patch) | |
tree | 0410bbb6f6c50e1388c8a6e18e3812b36086d4e2 /src/config/etc | |
parent | dd94e9c9c586fb2c2a0e7175251c08c2762598b0 (diff) | |
download | sssd-bb79e7559dae451a14150377099e32d6b5159a6c.tar.gz sssd-bb79e7559dae451a14150377099e32d6b5159a6c.tar.bz2 sssd-bb79e7559dae451a14150377099e32d6b5159a6c.zip |
Make the client idle timeout configurable
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 e09a8bf0..c3d6fa81 100644 --- a/src/config/etc/sssd.api.conf +++ b/src/config/etc/sssd.api.conf @@ -10,6 +10,7 @@ debug_to_files = bool, None, false command = str, None, false reconnection_retries = int, None, false fd_limit = int, None, false +client_idle_timeout = int, None, false [sssd] # Monitor service |