SysFera / vishnu

Modular and high-level middleware for tasks, files and information management in heterogeneous and distributed HPC environments
http://sysfera.github.com/vishnu.html
Other
4 stars 12 forks source link

Fixed miscs problems in UMS related to users #414

Closed rchakode closed 10 years ago

rchakode commented 10 years ago

* The default value of user privilige in EMF objects is not longer 0. Indeed, that was a cause of troubles to know if user set privilege when running vishnu_update_user * A control is now introduced concerning the status a account when updating the user account. Previously, it was possible to delete a user like this : vishnu_update_user -s 2. And with other status than 0, 1 or 2, it was subject to segfault. \ Removed the including of namespace std in the header of ums_api.cpp