summaryrefslogtreecommitdiffstats
path: root/src/examples/sssd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/sssd.conf')
-rw-r--r--src/examples/sssd.conf15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/examples/sssd.conf b/src/examples/sssd.conf
index eaf70b88..cc14bc55 100644
--- a/src/examples/sssd.conf
+++ b/src/examples/sssd.conf
@@ -23,14 +23,12 @@ filter_groups = root
filter_users = root
reconnection_retries = 3
-# The entry_cache_timeout indicates the number of seconds to retain an
-# entry in cache before it is considered stale and must block to refresh.
-# The entry_cache_nowait_timeout indicates the number of seconds to
-# wait before updating the cache out-of-band. (NSS requests will still
-# be returned from cache until the full entry_cache_timeout). Setting this
-# value to 0 turns this feature off (default).
-; entry_cache_timeout = 600
-; entry_cache_nowait_timeout = 300
+# The entry_cache_nowait_percentage indicates the percentage of the
+# entry_cache_timeout to wait before updating the cache out-of-band.
+# (NSS requests will still be returned from cache until the full
+# entry_cache_timeout). Setting this value to 0 turns this feature
+# off (default).
+; entry_cache_nowait_percentage = 300
[pam]
reconnection_retries = 3
@@ -68,6 +66,7 @@ reconnection_retries = 3
; ldap_tls_reqcert = demand
; cache_credentials = true
; enumerate = False
+; entry_cache_timeout = 5400
# Example LDAP domain where the LDAP server is an Active Directory server.