1
0
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:
Ruben S. Montero 2010-07-09 13:09:55 +02:00
parent 3fdd16f094
commit 91722661a0

View File

@ -121,6 +121,10 @@ void AuthRequest::add_auth(Object ob,
{
auth = auth || (pub == true);
}
else if (ob == HOST)
{
auth = true;
}
break;
case MANAGE: