2016-11-19 12:15 GMT+03:00 Amos Jeffries <squ...@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.

_______________________________________________
squid-dev mailing list
squid-dev@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-dev

Reply via email to