[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: error trying to add entries
At 05:23 AM 2002-09-24, Igor Stroh wrote:
>I get this message when I try to add entries to ldap using ldapadd:
># ldapadd -D "<amin dn>" -x -f <ldif file>
>adding new entry "<dn of the new entry>"
>ldap_add: Unknown error
> additional info: cache add failed
I note that a similar condition was reported as ITS#1986.
You are welcomed to submit follow up material to this issue
by sending mail to <mailto:openldap-its@openldap.org?subject=ITS#1986>.
>ldif_record() = 80
>
>the ldif file looks like this:
>
>dn: <new dn>
>objectClass: top
>objectClass: virtualHost
>ServerName: <some name>
>ZopeServer: <some other name>
>DocumentRoot: <a path>
>ZopeRoot: <some other path>
>
>the objectClass virtualHost is a custom class of my own, there already
>are entries with this OC...
>
>any hints?
>
>greetings,
>Igor