From: Howard Chu Date: Thu, 29 Jul 2021 11:02:22 +0000 (+0100) Subject: ITS#9569 make reqMod optional in modify ops X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bb4299f51855ae53427be59f2214c0bb949e5d3;p=thirdparty%2Fopenldap.git ITS#9569 make reqMod optional in modify ops --- diff --git a/servers/slapd/overlays/accesslog.c b/servers/slapd/overlays/accesslog.c index 88367cdd27..5648f6234f 100644 --- a/servers/slapd/overlays/accesslog.c +++ b/servers/slapd/overlays/accesslog.c @@ -454,7 +454,7 @@ static struct { { "( " LOG_SCHEMA_OC ".9 NAME 'auditModify' " "DESC 'Modify operation' " "SUP auditWriteObject STRUCTURAL " - "MAY reqOld MUST reqMod )", &log_ocs[LOG_EN_MODIFY] }, + "MAY ( reqOld $ reqMod ) )", &log_ocs[LOG_EN_MODIFY] }, { "( " LOG_SCHEMA_OC ".10 NAME 'auditModRDN' " "DESC 'ModRDN operation' " "SUP auditWriteObject STRUCTURAL "