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

Re: can't bind in subtree



On 09/21/2009 09:32 AM, mkappe wrote:
Hi all,
i'm having a problem that i can't understand:
i create an openldap tree with a subtree called studenti.
when i add an entry in the main tree i can bind correctly.
when i insert an entry in the studenti subtree i can't bind.
In attachment you will find the log files.

What can i do?

Hi,

The error that appears in your logs "DB_NOTFOUND: No matching key/data pair found" would indicate that the entry you're trying to bind with doesn't exist.

You should check you can indeed find dn="uid=zzzz.test@studenti.it,dc=studenti,dc=unipd,dc=it" in your tree, with ldapsearch. If not, you either didn't create it or you have some indexing problems.

If this doesn't solve your problem, you should post here with more information, particularly: your OpenLDAP version, some LDIF of your entries, and your config.

Hope this helps,
Jonathan