github.com/tacerus/ldifdiff@v0.0.0-20181030102753-4dccbe38183b/t/modify.ldif (about)

     1  dn: some_dn,ou=aAccounts,dc=domain,dc=ext
     2  changetype: add
     3  mail: auth2@domain.ext
     4  phone: +32364564645
     5  
     6  dn: some_dn,ou=aAccounts,dc=domain,dc=ext
     7  changetype: delete
     8  
     9  dn: some_dn,ou=aAccounts,dc=domain,dc=ext
    10  changetype: modify
    11  add: mail
    12  mail: auth2@domain.ext
    13  -
    14  add: phone
    15  phone: +32364564645
    16  -
    17  delete: mail
    18  mail: auth2@domain.ext
    19  -
    20  delete: phone
    21  phone: +32364564645
    22  -
    23  replace: mail
    24  mail: auth2@domain.ext