LdifFileLoader loader = new LdifFileLoader( service.getAdminSession(), file );
int count = loader.execute();
loader = new LdifFileLoader( service.getAdminSession(), file2 );
count = loader.execute();
// Try to modify the entry with the created user
LdapConnection cnx = getConnectionAs( "uid=READER ,ou=users,ou=system", "secret" );
Entry res = cnx.lookup( "uid=READER ,ou=users,ou=system" );