1 # slapd prevents us from adding the same value multiple times 2 dn: cn=Ursula Hampster,ou=Alumni Association,ou=People,dc=example,dc=com 3 changetype: modify 4 add: description 5 description: one 6 description: 7 description: two 8 description: three 9 description: four 10 # a space is distinct from an empty value 11 description:: ICAg 12 - 13 replace: drink 14 drink: Earl Grey, hot 15 - 16 delete: description 17 description: 18 - 19 replace: drink 20 drink: Earl Grey, hot 21 22 # there is no such restriction on deletes, so we exercise this part of the overlay here 23 dn: cn=Ursula Hampster,ou=Alumni Association,ou=People,dc=example,dc=com 24 changetype: modify 25 delete: description 26 description: 27 description: four 28 description: 29 description: three 30 description: two 31 description: 32 description: 33 description: one 34 description: 35 - 36 add: description 37 description: 38 39 dn: cn=James A Jones 1,ou=Alumni Association,ou=People,dc=example,dc=com 40 changetype: modify 41 replace: drink 42 drink: 43 44 dn: cn=All Staff,ou=Groups,dc=example,dc=com 45 changetype: modify 46 delete: member 47 - 48 add: member 49 # an empty DN should not be stripped 50 member: 51 member: cn=Dorothy Stevens,ou=Alumni Association,ou=People,dc=example,dc=com 52 53 dn: cn=Gern Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com 54 changetype: add 55 objectclass: testPerson 56 cn: Gern Jensen 57 sn: Jensen 58 uid: gjensen 59 title: 60 postaladdress: ITD $ 535 W. William St $ Anytown, MI 48103 61 seealso: cn=All Staff,ou=Groups,dc=example,dc=com 62 drink: Coffee 63 homepostaladdress: 844 Brown St. Apt. 4 $ Anytown, MI 48104 64 description: Very odd 65 description: 66 description: More than you think 67 facsimiletelephonenumber: +1 313 555 7557 68 telephonenumber: +1 313 555 8343 69 mail: gjensen (a] mailgw.example.com 70 homephone: +1 313 555 8844 71 testTime: 20050304001801.234Z 72