ITS#9569 make reqMod optional in modify ops

This commit is contained in:
Howard Chu 2021-07-29 12:02:22 +01:00 committed by Quanah Gibson-Mount
parent e6bab60c80
commit 9bb4299f51

View 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 "