Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Operation

AddRequest

DelRequest

ModifyRequest

ModifyDNRequest

ModifyRDNRequest

AddRequest

Computing the revert LDIF for an AddRequest is easy : it's a DelRequest where we use the DN of the created entry.

...

No Format
dn: cn=test, dc=example, dc=com
objectclass: top
objectclass: person
cn: test
sn: This is a testcreatorsName:   dcdc=admin, ou=systemcreateTimestamp: 20071010150132ZmodifiersName:  dc dc=admin, ou=systemmodifyTimestamp:  20071010150133Z 20071010150133Z

 if we have a delRequest which ldif is :

...