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

Re: ldapadd: invalid format




Adam Grochowski wrote:
> 
> Hi,
> I'm having a weird problem with my ldap installation .
> trying to follow the HowTo to create my organization o=
> I created an ldif, with the following
> 
> o=Thomas Jefferson University, c=US
> objectClass=organization
> description=Thomas Jefferson University Hospital

This is not an ldif.  Try:

dn: o=Thomas Jefferson University, c=US
objectClass: organization
description: Thomas Jefferson University Hospital

> 
> However, when I ldapadd, I get
> 
> ldapadd: invalid format (line 1) entry: ""
> 
> can anyone shed light on this?
> Thanks,
> adam