]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9569 make reqMod optional in modify ops
authorHoward Chu <hyc@openldap.org>
Thu, 29 Jul 2021 11:02:22 +0000 (12:02 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 16 Aug 2021 16:13:17 +0000 (16:13 +0000)
servers/slapd/overlays/accesslog.c

index 88367cdd276e0be5e40591095d21e4bad4cc2739..5648f6234f0637eaf6d99b5a4eccae1bf67c3f0b 100644 (file)
@@ -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 "