[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ldbmcat,ldapadd and 2.x?
- To: OpenLDAP-software <OpenLDAP-software@OpenLDAP.org>
- Subject: ldbmcat,ldapadd and 2.x?
- From: Hugh Caley <hcaley@loomer.com>
- Date: Wed, 06 Sep 2000 13:08:34 -0700
- User-agent: Mozilla/5.0 (X11; U; Linux 2.4.0-test7 i686; en-US; m18) Gecko/20000906
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