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

Re: (ITS#4035) rootdn incorrect in cn=config backend/database



Actually, things are not that right. I added some debug messages in
acl.c and this is what I get:

=> access_allowed: read access to "olcDatabase={1}bdb,cn=config" "olcDbSearchStack" requested
<= root access granted
=> access_allowed: read access to "olcDatabase={1}bdb,cn=config" "olcDbShmKey" requested
<= root access granted
acl_access_allowed: not root. op->o_bd->be_rootndn.bv_val={0}config
op->o_ndn.bv_val=uid=andreas,cn=digest-md5,cn=auth
=> access_allowed: backend default write access denied to "uid=andreas,cn=digest-md5,cn=auth"

So, suddenly I'm not rootdn anymore and the write doesn't succeed.