Modrdn operation on an entry with child entries kills the DIT
-------------------------------------------------------------
Key: DIRSERVER-1086
URL: https://issues.apache.org/jira/browse/DIRSERVER-1086
Project: Directory ApacheDS
Issue Type: Bug
Affects Versions: 1.5.1
Reporter: Stefan Seelmann
Having the following DIT structure:
ou=system
|
- ou=Writers
|
- cn=Tori Amos
The modrdn operation to rename ou=Writers to ou=Singers works fine.
But performing a one-level search on ou=Singers with
returningAttributes=objectClass fails:
javax.naming.NamingException: [LDAP: error code 36 - failed on search
operation: Unexpected exception.]; remaining name ''
Also reading cn=Tori Amos directly fails:
javax.naming.NameNotFoundException: [LDAP: error code 32 - failed on search
operation: Attempt to search under non-existant entry: 2.5.4.3=tori
amos,2.5.4.11=singers,2.5.4.11=system]; remaining name 'cn=Tori Amos'
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.