216217218219220221222223224225226
ldif.setDn( modifyContext.getDn() ); // Store the modifications for ( Modification modification : modifyContext.getModItems() ) { ldif.addModification( modification ); } journal.log( getPrincipal( modifyContext ), opRevision, ldif ); }
249250251252253254255256257258259
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 )