mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-11 01:12:54 -05:00
If add to "" is allowed, also modrdn should
This commit is contained in:
parent
04c29fb3ea
commit
2baa2f0f24
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ ldbm_back_modrdn(
|
|||
|
||||
} else {
|
||||
/* no parent, modrdn entry directly under root */
|
||||
if( ! be_isroot( be, op->o_ndn ) ) {
|
||||
if( ! be_isroot( be, op->o_ndn ) && ! be_issuffix( be, "" ) ) {
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG(( "backend", LDAP_LEVEL_INFO,
|
||||
"ldbm_back_modrdn: (%s) no parent & not a root.\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue