diff options
Diffstat (limited to 'tests/data/constraint/t_ok_12.ldif')
-rw-r--r-- | tests/data/constraint/t_ok_12.ldif | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/data/constraint/t_ok_12.ldif b/tests/data/constraint/t_ok_12.ldif new file mode 100644 index 0000000..ce89978 --- /dev/null +++ b/tests/data/constraint/t_ok_12.ldif @@ -0,0 +1,11 @@ +dn: cn=John Doe,ou=users,dc=example,dc=com +changetype: modify +add: mail +mail: b@example.com +mail: c@example.com +mail: d@example.com +mail: e@example.com +- +delete: mail +mail: original@example.com +mail: e@example.com |