// Check that we don't have an entryUUID AT in the incoming entry, as it's a NO-USER-MODIFICATION AT
// Of course, we will allow if for replication (see above @TODO)
boolean isAdmin = opContext.getSession().getAuthenticatedPrincipal().getName().equals(
ServerDNConstants.ADMIN_SYSTEM_DN_NORMALIZED );
if ( entry.containsAttribute( SchemaConstants.ENTRY_UUID_AT ) )
{
if ( !isAdmin )
{
// Wrong !
String message = I18n.err( I18n.ERR_30, SchemaConstants.ENTRY_UUID_AT );