Module: check_mk
Branch: master
Commit: ee57f70eb2fbc76c9d097460cb95cd7bb32bb95c
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ee57f70eb2fbc7…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Fri Sep 27 11:02:03 2013 +0200
LDAP Cache Livetime: use better ValueSpec "Age"
---
web/plugins/wato/check_mk_configuration.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/plugins/wato/check_mk_configuration.py
b/web/plugins/wato/check_mk_configuration.py
index ec25642..52df834 100644
--- a/web/plugins/wato/check_mk_configuration.py
+++ b/web/plugins/wato/check_mk_configuration.py
@@ -731,7 +731,7 @@ register_configvar(group,
register_configvar(group,
"ldap_cache_livetime",
- Integer(
+ Age(
title = _('LDAP Cache Livetime'),
help = _('This option defines the maximum age for using the cached LDAP
data. The time of the '
'last LDAP synchronisation is saved and checked on every request to
the multisite '