summaryrefslogtreecommitdiffstats
path: root/server/providers/ipa
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2009-11-07 23:10:26 -0500
committerStephen Gallagher <sgallagh@redhat.com>2009-11-10 09:33:58 -0500
commite6fe8fcb688c89770c55bc7a81422c4141c44d42 (patch)
tree42e56e7c7448a9d33fc0e90adb24551dab9cbab7 /server/providers/ipa
parent0f6f40eee34677b0169fe9fdbbf65c3a838165bb (diff)
downloadsssd-e6fe8fcb688c89770c55bc7a81422c4141c44d42.tar.gz
sssd-e6fe8fcb688c89770c55bc7a81422c4141c44d42.tar.xz
sssd-e6fe8fcb688c89770c55bc7a81422c4141c44d42.zip
Add cleanup task
Diffstat (limited to 'server/providers/ipa')
-rw-r--r--server/providers/ipa/ipa_common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/providers/ipa/ipa_common.c b/server/providers/ipa/ipa_common.c
index a571aead6..4d7dc952e 100644
--- a/server/providers/ipa/ipa_common.c
+++ b/server/providers/ipa/ipa_common.c
@@ -51,6 +51,7 @@ struct dp_option ipa_def_ldap_opts[] = {
{ "ldap_offline_timeout", DP_OPT_NUMBER, { .number = 60 }, NULL_NUMBER },
{ "ldap_force_upper_case_realm", DP_OPT_BOOL, BOOL_TRUE, BOOL_TRUE },
{ "ldap_enumeration_refresh_timeout", DP_OPT_NUMBER, { .number = 300 }, NULL_NUMBER },
+ { "ldap_purge_cache_timeout", DP_OPT_NUMBER, { .number = 3600 }, NULL_NUMBER },
{ "entry_cache_timeout", DP_OPT_NUMBER, { .number = 1800 }, NULL_NUMBER },
{ "ldap_tls_cacert", DP_OPT_STRING, NULL_STRING, NULL_STRING },
{ "ldap_tls_cacertdir", DP_OPT_STRING, NULL_STRING, NULL_STRING },
@@ -211,7 +212,7 @@ done:
/* the following preprocessor code is used to keep track of
* the options in the ldap module, so that if they change and ipa
* is not updated correspondingly this will trigger a build error */
-#if SDAP_OPTS_BASIC > 28
+#if SDAP_OPTS_BASIC > 29
#error There are ldap options not accounted for
#endif