Re: Newbie question - proxy authentication and user logs

From: <kaypee@dont-contact.us>
Date: Wed, 30 Jun 1999 13:01:05 +0530 (IST)

Venkatesh,

        Hi. Firstly, try running `/usr/bin/ncsa_auth /etc/squidusers' from
the command line. Then enter a username and password. A valid input will
return `OK', else `ERR'.

        Ok, once this is working fine, replace the line

-----------
acl all_users user REQUIRED
http_access allow all_users
-----------

to
----------
acl password proxy_auth REQUIRED
http_access allow password
----------

        Hope this helps.

        Looks like you are from India. Me too !!! I live in Bombay. R u in
anyway connected to PCQuest ?

Bye,

Kunal

On Tue, 29 Jun 1999, Venkatesh K wrote:

> We are using squid squid-1.1.22-2 and RedHat 5.2.
>
> We wish to enable proxy authentication and user level
> logging.
>
> We recompiled the squid with -DUSE_PROXY_AUTH=1.
>
> excerpt from /src/Makefile.
> --------------------------------------------------------
> AUTH_OPT = -DUSE_PROXY_AUTH=1
> --------------------------------------------------------
>
> excerpt from /etc/squid.conf
> --------------------------------------------------------
> authenticate_program /usr/bin/ncsa_auth /etc/squidusers
> acl all src 0.0.0.0/0.0.0.0
> acl all_users user REQUIRED
> http_access allow all_users
> http_access deny all
> -----------------------------------------------------------
>
> We get message "all authenticators exited" when we
> start the squid.
>
> We would like to know where we have gone wrong.
>
> Regards,
>
> --
> Venkatesh. K
>
> --------------------------------------------------------------
> Genisys | Email : kvs@blr.vsnl.net.in
> # 2, MIG, 2nd Stage | : kaevee@usa.net
> Basaveswaranagar | Phone : +91 80 348 1315
> Bangalore - 79, India | Telefax : +91 80 348 1443
> --------------------------------------------------------------
>
>
Received on Wed Jun 30 1999 - 01:33:52 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:47:03 MST