LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   How to setup Proxy Authentication in Squid (https://www.linuxquestions.org/questions/linux-networking-3/how-to-setup-proxy-authentication-in-squid-114315/)

enginner 11-10-2003 12:53 AM

How to setup Proxy Authentication in Squid
 
hello sir,

please help me i had install the redhalt 9 and install webmin also .i need to setup proxy for internet. i had try to setup now i am able to use internet .i had configur my browser by giving ip of the proxy server but now how do
i configure proxy that it will ask for user name and password setup throug Authentication ???? i had add users also in and configur in squid group also but it is not asking for user name and password


please help me ?????
thank you


prashant

gomix100 11-13-2003 08:44 AM

Hi

The easiest way to do it is with Webmin authentication default program (a perl scriptt).

After setting this up u need to declare proxy users and passwords.

Later u can build you ACL with "groups" of authenticated people to filter them if u want.

auth_param basic program /etc/squid/squid-auth.pl /etc/squid/users # Use webmin for
creating, enabling, deleting the users in /etc/squid/users

acl usuarios_web proxy_auth REQUIRED # This will match any authenticated user

http_access allow usuarios_web_proxy

If u want to go deeper u have other authentications methods:

linux traditional user/password database lookup
shadow password database lookup
smb authentication (samba)
ntlm
ldap
and i think there are other ones....

Try the webmin fastroad first for starting.

Hope this help

Guillermo


All times are GMT -5. The time now is 02:02 PM.