diff options
Diffstat (limited to 'contrib/slapd-modules/datamorph/tests/data/test005-04-fail.ldif')
-rw-r--r-- | contrib/slapd-modules/datamorph/tests/data/test005-04-fail.ldif | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/slapd-modules/datamorph/tests/data/test005-04-fail.ldif b/contrib/slapd-modules/datamorph/tests/data/test005-04-fail.ldif new file mode 100644 index 0000000..d97effc --- /dev/null +++ b/contrib/slapd-modules/datamorph/tests/data/test005-04-fail.ldif @@ -0,0 +1,10 @@ +# a value outside the bounds +dn: ou=People,dc=example,dc=com +changetype: modify +replace: signed +signed: 2 +- +replace: number +number: -1 +- + |