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

Re: Building ldap directory - How? [Virus checked by FIDUCI



Your input is bad.  Each attribute type must start in the left
most column.  A line which starts with white space character
is considered a continuation of the previous line.  See ldif(5) for details.


>dn: o=FAG, c=de
>  o:  FAG
>  sn: FAG
>  objectclass: organisation

This is equivalent to:

dn: o=FAG, c=de o:  FAG sn: FAG objectclass: organisation

ldapadd should complain that the entry has no attributes.

Also, note that the standard objectclass for an organisation
is 'organization' (note the spelling).  Likewise for
'organizationalunit'.  Enabling schema checking would catch
such errors in your input.

	Kurt

----
Kurt D. Zeilenga		<kurt@boolean.net>
Net Boolean Incorporated	<http://www.boolean.net/>