White Young wrote:
> I have install a squid,and add access controls allow only
> subnet machines can access to the web through the proxy.
> but I want to out of subnet can access my proxy server
> with username and passwd.what should i do£¿
Give proxy_auth users access.
You probably have something like
http_access allow mysubnet
http_access deny all
What you need to do is:
1. Select a authentication program. See the directory auth_modules for
two examples (NCSA style htpasswd authentication or SMB authentication
for Windows domains)
2. Create a password list, or find another method of validating the
users password.
3. Configure your squid to use the selected authentication module.
4. make a new proxy_auth acl that maches your authenticated users.
5. Control access based on this new acl.
--- Henrik Nordstrom Spare time Squid hackerReceived on Sat Nov 28 1998 - 08:09:54 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:43:23 MST