[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldap_add: Naming violation (64)
On Fri, Feb 27, 2004 at 04:31:07PM +1100, King Lung Chiu wrote:
>
> dn:dc=hpc,dc=csiro,dc=au
> objectclass:top
> objectclass:organizationalUnit
> ou:hpc
>
> ldapadd: update failed: dc=hpc,dc=csiro,dc=au
> ldap_add: Naming violation (64)
> additional info: naming attribute 'dc' is not present in entry
>
> So any ideas how I can add my ldif entries?
I believe you need to add the following line to the above ldif entry:
objectClass: dcObject
Emmanuel