1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

feature #862: ADMIN is required for changing an user auth driver

This commit is contained in:
Ruben S. Montero 2012-01-02 04:53:22 +01:00
parent a04e4d9d94
commit a7d5e49264

View File

@ -87,7 +87,7 @@ public:
"Changes user's authentication driver",
"A:siss")
{
auth_op = AuthRequest::MANAGE;
auth_op = AuthRequest::ADMIN;
};
~UserChangeAuth(){};