mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
Default lastmod to ON.
This commit is contained in:
parent
9c61bc561f
commit
5456f4ed18
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue