1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
#
# This is a LDIF file to test writing changes of entries
#
#
version: 1
dn: cn=test1,ou=example,dc=com
changetype: modify
delete: attr1
-
delete: attr2
attr2: baz
-
delete: attr4
-
dn:: Y249dGVzdCD25Pwsb3U9ZXhhbXBsZSxkYz1jb20=
changetype: modify
add: newattr
newattr: foo
-
delete: attr3
-
replace: attr1
attr1: newvaluefor1
-
replace: attr2
attr2: newvalue1for2
attr2: newvalue2for2
-
dn:: OmNuPWVuZHNwYWNlLGRjPWNvbSA=
changetype: delete
dn: cn=foo,ou=example,dc=com
changetype: modrdn
newrdn: cn=Bar
deleteoldrdn: 1
dn: cn=footest,ou=example,dc=com
changetype: modrdn
newrdn: cn=foobartest
deleteoldrdn: 1
newsuperior: ou=newexample,dc=com
|