mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#9569 make reqMod optional in modify ops
This commit is contained in:
parent
e1c90d0977
commit
92ea88ec1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Reference in a new issue