summaryrefslogtreecommitdiffstats
path: root/server/examples/sssd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'server/examples/sssd.conf')
-rw-r--r--server/examples/sssd.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/server/examples/sssd.conf b/server/examples/sssd.conf
index 90e0c8d11..b47ab9ddd 100644
--- a/server/examples/sssd.conf
+++ b/server/examples/sssd.conf
@@ -13,6 +13,15 @@ description = NSS Responder Configuration
filterGroups = root
filterUsers = root
+# The EntryCacheTimeout indicates the number of seconds to retain before
+# an entry in cache is considered stale and must block to refresh.
+# The EntryCacheNoWaitRefreshTimeout 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 EntryCacheTimeout). Setting this
+# value to 0 turns this feature off (default)
+; EntryCacheTimeout = 600
+; EntryCacheNoWaitRefreshTimeout = 300
+
[services/dp]
description = Data Provider Configuration