mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#9569 make reqMod optional in modify ops
This commit is contained in:
parent
e6bab60c80
commit
9bb4299f51
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Reference in a new issue