for ( Modification modItem : clonedMods )
{
// TODO: handle correctly http://issues.apache.org/jira/browse/DIRSERVER-1198
mods.add( modItem );
forward.addModification( modItem );
}
Entry clientEntry = new DefaultEntry( serverEntry.getDn() );
for ( Attribute attribute:serverEntry )