[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
can not parse LDIF file
Hi all,
I tried to add entries to slapd. When I used
"slapadd -f slapd.conf -l doc\test.ldif -d -1", I got
"slapadd: could not parse entry (line=4)". test.ldif
like that:
dn: cn=Manager,dc=example,dc=com
objectclass: organizationalRole
cn: Manager
The last(4) line is a blank. If I add a CR at
last line, it told me that "slapadd: could not parse
entry (line=5)". I edit the LDIF file with notepad of
window. What's wrong with it.