public void testMoveAndRenameEntrySuperiorHasReferralAncestorCoreAPIWithoutManageDsaIT() throws Exception
{
CoreSession coreSession = service.getAdminSession();
DN dn = new DN( "cn=Emmanuel Lecharny,ou=apache,ou=Roles,o=MNN,c=WW,ou=system" );
DN newParent = new DN( "o=PNN,c=WW,ou=system" );
RDN newRdn = new RDN( "cn=Alex" );
try
{
coreSession.moveAndRename( dn, newParent, newRdn, false, false );
fail();