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

ldbmcat,ldapadd and 2.x?



I exported the databases from my 1.2.11 server using ldbmcat. When I try to import them into 2.0.1, I get the error:

ldapadd: invalid format (line 1) entry: ""
ldif_record() = 89

Is it choking on the numeral line?
The man page for ldapadd states that these lines will be ignored.  ?

Here's an example of the files I am adding:

1
dn: dc=lumeria, dc=com
dc: lumeria
o: Lumeria Inc.
objectclass: organization
objectclass: dcObject

2
dn: cn=root, dc=lumeria, dc=com
cn: root
sn: root
objectclass: person

Also, it would not accept my {crypt} password for binding, although 1.2 doesn't have that problem. Once I changed the password to plain text it worked.

Hugh