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

unexpected "ldap_add: No such object"



Hi all,

I'm working on project including tranforming bookmarks into LDAP directory.
When I try to input data into slapd by ldapadd I', getting a bit unexpected
ldap_add: No such object.
In generated ldif I'd like to get into OpanLDAP are these entries :

...

dn: Folder=LDAP,dc=runner,dc=ascs,dc=muni,dc=cz
objectclass: top
objectclass: Folder

dn: UriEntry=The Castor Project,Folder=LDAP,dc=runner,dc=ascs,dc=muni,dc=cz
objectclass: top
objectclass: UriEntry
labeledURI: http://castor.exolab.org/ The Castor Project

... 

In the moment the second entry should be inserted I get this:
adding new entry UriEntry=The Castor
Project,Folder=LDAP,dc=runner,dc=ascs,dc=muni,dc=cz 
ldap_add: No such object

I don't understand it a bit because entry with dn:
Folder=LDAP,dc=runner,dc=ascs,dc=muni,dc=cz
seems to exist(at least I see it in GQ).

Classes UriEntry and Folder are from my schema, I can send it if somebody
intersted.

Somebody helps me ? I'm starting to be a bit desperate. 

Thanks for replies

+-----------------------------------------------------------------------------+
|  ROSTISLAV MATL, student of Masaryk University - Faculty of Informatics     |
|  e-mail: xmatl@fi.muni.cz      WWW: http://www.fi.muni.cz/~xmatl/index.html | 
|  ICQ#: 17058749                                                             |
+-----------------------------------------------------------------------------+