[squid-dev] [PATCH] auth_schemes directive

Eduard Bagdasaryan eduard.bagdasaryan at measurement-factory.com
Tue Nov 22 09:33:19 UTC 2016


  2016-11-19 12:15 GMT+03:00 Amos Jeffries <squid3 at treenet.co.nz>:
 >  To add auth scheme access controls in a way that does not actively
 > prevent (1) from being implemented later IMO we need to add access
 > controls as a member of the Config object, *not* as a global access list.
 >
 > The config would look like:
 >  auth_param foo access allow blah blah
 >  auth_param foo access deny bar
 >
 >  auth_param foo2 access deny blah
 >  auth_param foo2 access allow all

If I understood you correctly, we have foo and foo2 auth schemes, and do
not want foo to be used with "bar", foo2 with "blah" and want both
schemes for others. I don't see problem here because with new
auth_schemes we similarly get:

  auth_param foo ...
  auth_param foo2 ...

  auth_schemes foo blah
  auth_schemes foo2 bar


Eduard.



More information about the squid-dev mailing list