[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ldapadd: peroblems with an very weird error (invalid format)



MY LDIF file
$ cat inicio.ldif
dn: dc=terminalquequen,dc=com,dc=ar
objectClass top
objectClass dcObject
objectClass organization
dc: terminalquequen
o: TerminalQuequenSA
description: Elevador de granos

ldif_parse_line: missing ':' after
ldapadd: invalid format (line 2) entry:
"dc=terminalquequen,dc=com,dc=ar"



You're missing ':'s, just like the error says.
Line 2 is missing a :, and so are 3 and 4.  The
dc=terminalquequen,dc=com,dc=ar is printed because that's the entry
with the errors.