[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: (ITS#4035) rootdn incorrect in cn=config backend/database
That gdb run was not very accurate, it was at the beginning.
Here is one just after this message:
=> access_allowed: read access to "olcDatabase={1}bdb,cn=config" "olcDbShmKey" requested
652 return dn_match( &be->be_rootndn, ndn );
(gdb) p be->be_rootndn
$22 = {bv_len = 33, bv_val = 0x820d578 "uid=andreas,cn=digest-md5,cn=auth"}
(gdb) p *ndn
$24 = {bv_len = 33, bv_val = 0x8219fd0 "uid=andreas,cn=digest-md5,cn=auth"}
So, things seem right. Why it doesn't work I don't know.