From 91722661a07ea9469c8d1013df39423aaae82835 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Fri, 9 Jul 2010 13:09:55 +0200 Subject: [PATCH] feature #203: Hosts can be used by anybody in plain auth --- src/authm/AuthManager.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/authm/AuthManager.cc b/src/authm/AuthManager.cc index b1505f0e4d..8879f588a7 100644 --- a/src/authm/AuthManager.cc +++ b/src/authm/AuthManager.cc @@ -121,6 +121,10 @@ void AuthRequest::add_auth(Object ob, { auth = auth || (pub == true); } + else if (ob == HOST) + { + auth = true; + } break; case MANAGE: