mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-05 21:57:24 +03:00
Feature #687: Bring back the pub flag to the auth. string, deleted in commit:84a19e69
This commit is contained in:
parent
ea6fd38feb
commit
b9eae8bfbf
@ -68,7 +68,7 @@ void AuthRequest::add_auth(Object ob,
|
||||
|
||||
oss << Operation_to_str(op) << ":";
|
||||
|
||||
oss << owner << ":";
|
||||
oss << owner << ":" << pub << ":";
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Authorize the request for self authorization
|
||||
|
Loading…
x
Reference in New Issue
Block a user