entry.setDn( "ou=test" );
entry.addAttribute( "ObjectClass", "top", "metaTop", "metaSyntax" );
entry.addAttribute( "m-oid", "1.2.3.4" );
entry.addAttribute( "m-description", "description" );
ManageDsaITImpl control = new ManageDsaITImpl();
entry.addControl( control );
String converted = LdifUtils.convertToLdif( entry );