Entry targetEntry = ( Entry ) entry.clone();
String newOid = newRdn.getNormValue().getString();
if ( schemaManager.getSyntaxCheckerRegistry().contains( newOid ) )
{
throw new LdapSchemaViolationException( ResultCodeEnum.OTHER,
I18n.err( I18n.ERR_390, newOid ) );
}
targetEntry.put( MetaSchemaConstants.M_OID_AT, newOid );