Fixed slapd acl group/dnaddr bug (ITS#1607)
Fixed ber_bvstrdup() empty string ("") bug (ITS#1662)
Fixed back-ldbm dn normalization bug in onelevel searches (ITS#1654)
+ Fixed back-ldbm modrdn root dn check (ITS#1761)
Documentation
Updated release documents
} else {
/* no parent, must be root to modify rdn */
isroot = be_isroot( be, op->o_ndn );
- if ( ! be_isroot ) {
+ if ( ! isroot ) {
if ( be_issuffix( be, "" )
|| be_isupdate( be, op->o_ndn ) ) {
static const Entry rootp = { NOID, "", "", NULL, NULL };
isroot = be_isroot( be, op->o_ndn );
}
- if ( ! be_isroot ) {
+ if ( ! isroot ) {
if ( be_issuffix( be, "" )
|| be_isupdate( be, op->o_ndn ) ) {
static const Entry rootp = { NOID, "", "", NULL, NULL };