System.out.println("Principal: " + usrs[i].getPrincipal());
}
//delete the new user and group
//Note: you have to delete the user before delete the group
hlam.removeUser("vimaster");
hlam.removeGroup("masters");
si.getServerConnection().logout();
}
}