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

Re: Installation of OpenLDAP 2.0.11 on RedHat 7.1 >>> NEWBIE WARNING <<<



Hey Jason,

I think you need a space inbetween your two entries (where you specify
your distinguished name).  If you don't do this, ldapadd will not know how
to parse your different object.  Here's what you want:
>
> 	dn: dc=sdh,dc=sk,dc=ca
> 	objectclass: dcObject
> 	objectclass: organization
> 	o: Saskatoon District Health
> 	dc: sdh

	--you want a space here--

> 	dn: cn=Manager,dc=sdh,dc=sk,dc=ca
> 	objectclass: oranizationalRule
> 	cn: Manager
>