1#
2# This is a LDIF file to test wrapping failure
3#
4
5# wrong wrapping (entry must fail because DN is damaged):
6# (note, that there must eb an empty line below this comment, otherwise
7# the DN line is treaten as wrapped comment)
8
9 dn: cn=test1,ou=example,dc=cno
10objectclass: oc1
11cn: test1
12
13# wrong syntax (literal line but no wrapped content)
14dn: cn=test2,ou=example,dc=cno
15objectclass:oc1
16cn: test2
17some_wrong_literal_line
18attr3: foo
19
20# entry ok
21version: 1
22dn: cn=test,ou=example,dc=cno
23objectclass: oc1
24cn: test
25