From: Howard Chu Date: Thu, 29 Jul 2021 11:02:22 +0000 (+0100) Subject: ITS#9569 make reqMod optional in modify ops X-Git-Tag: OPENLDAP_REL_ENG_2_6_0~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92ea88ec1fa9116922c65b2fff8cdfb105cc8720;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 0309c81827..68bf6cd009 100644 --- a/servers/slapd/overlays/accesslog.c +++ b/servers/slapd/overlays/accesslog.c @@ -481,7 +481,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 "