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

Feature : Fix error messages for non-authorized ACL operations

This commit is contained in:
Carlos Martín 2012-01-10 07:05:53 -08:00
parent 320bae1426
commit 319c191459

@ -82,6 +82,10 @@ bool Request::basic_authorization(int oid,
object->unlock();
}
else
{
perms.obj_type = auth_object;
}
AuthRequest ar(att.uid, att.gid);