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

Re: ldapadd Naming Violation error 64



On Saturday, 31 July 2010 12:49:27 Raymond Norton wrote:
> Ubuntu server 10.0.4, ldap 2.4.21
> 
> 
> I am getting the following error when attempting to use the ldapadd
>  command:
> 
> sudo ldapadd -Y EXTERNAL -H ldapi:/// -f db.ldif
> 
> (error)
> adding new entry "cn=module{0},cn=config"
> ldap_add: Naming violation (64)

Could you provide the matching log entries from slapd?

> db.ldif:
> # Load modules for database type
> dn: cn=module{0},cn=config
> objectClass: olcModuleList
> cn: module{0}
> olcModulePath: /usr/lib/ldap
> olcModuleLoad: {0}back_hdb

I don't think it is the cause, but shouldn't this be:

olcModuleLoad: {0}back_hdb.la

Or, does /usr/lib/ldap/back_hdb actually exist?

Regards,
Buchan