The modify request LDAP Message is defined in RFC 4511 as follows:
ModifyRequest ::= [APPLICATION 6] SEQUENCE
{
object LDAPDN,
changes SEQUENCE OF change SEQUENCE
{
operation ENUMERATED
{
add (0),
delete (1),
replace (2),
...
},
modification PartialAttribute
}
}
For LDIF the modify ChangeType directive is used along with the LDAP ModifyRequest Operations directive.
The elements of the modify request include: