Squid does not worry about the client OS. Using 'src' Acl you can make
authentication for required client IP Address.
For example, If You want to authenticate for client-ip 192.18.2.34 using
auth modules in squid, use acls something like this...
acl denyclient src 192.18.2.34
acl authenticate proxy-auth REQUIRED
http_access allow denyclient authenticate
Regards,
Squid@Visolve.com
www.visolve.com
> Hi list,
>
> is ot possible to make squid use username and password from WIN2000 (not
in
> mixed mode) for authentication ?
>
> Thanks,
> Joerg
Received on Fri May 11 2001 - 05:57:43 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:59:57 MST