// apply new RDN to the attributes
applyNewRdn( newAttributes, oldRdn, newRdn );
// determine referrals handling method
ReferralHandlingMethod referralsHandlingMethod = newAttributes.get( "ref" ) != null ? ReferralHandlingMethod.MANAGE
: ReferralHandlingMethod.FOLLOW;
// create entry
targetBrowserConnection.getConnection().getJNDIConnectionWrapper().createEntry( newLdapDn.getUpName(),
newAttributes, referralsHandlingMethod, null, dummyMonitor, null );