mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-25 02:50:08 +03:00
feature #203: Hosts can be used by anybody in plain auth
This commit is contained in:
parent
3fdd16f094
commit
91722661a0
@ -121,6 +121,10 @@ void AuthRequest::add_auth(Object ob,
|
||||
{
|
||||
auth = auth || (pub == true);
|
||||
}
|
||||
else if (ob == HOST)
|
||||
{
|
||||
auth = true;
|
||||
}
|
||||
break;
|
||||
|
||||
case MANAGE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user