From 5456f4ed18b4c093a5311d1bae0d11f4e1f53587 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 27 Jul 1999 20:05:37 +0000 Subject: [PATCH] Default lastmod to ON. --- servers/slapd/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/config.c b/servers/slapd/config.c index 4805e885c8..6017101f63 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -24,7 +24,7 @@ int deftime = SLAPD_DEFAULT_TIMELIMIT; AccessControl *global_acl = NULL; int global_default_access = ACL_READ; char *replogfile; -int global_lastmod; +int global_lastmod = ON; int global_idletimeout = 0; char *global_realm = NULL; char *ldap_srvtab = ""; -- 2.39.5