mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-25 23:21:29 +03:00
Feature #862: Fix error messages for non-authorized ACL operations
This commit is contained in:
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user