[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
error trying to add entries
Hi there,
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
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