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

newbie: quickstart ldapadd fails



Hi,
 
I installed openLDAP 2.0.18 on Solaris 7 (SPARC), and followed the QuickStart documentation to create an initial database from a "entries.ldif" file with the "ldapadd" command :
 
entries.ldif contents:
 
dn: dc=mycompany,dc=com
objectclass: organization
o: MyCompany
dc: mycompany
description: My Own Company
 
the ldapadd command:
 
ldapadd -D "cn=Manager,dc=mycompany,dc=com" -f entries.ldif
 
returns with the message:
ldapadd: missing value on line " (attr is objectclass: organization)
 
Any hints and tips please...
 
TIA
 
Rob