From ff4b603cc14ea6ea15caaf89a03e927920124af4 Mon Sep 17 00:00:00 2001 From: Yassir Elley Date: Tue, 22 Jul 2014 14:19:35 -0400 Subject: AD-GPO: add ad_gpo_cache_timeout option Reviewed-by: Jakub Hrozek --- src/man/sssd-ad.5.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/man/sssd-ad.5.xml') diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index d8c423541..8d90bc133 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -316,6 +316,22 @@ FOREST:EXAMPLE.COM:(memberOf=cn=admins,ou=groups,dc=example,dc=com) + + ad_gpo_cache_timeout (integer) + + + The amount of time between lookups of GPO policy + files against the AD server. This will reduce the + latency and load on the AD server if there are + many access-control requests made in a short + period. + + + Default: 5 (seconds) + + + + dyndns_update (boolean) -- cgit