Dear, Friends.
I am running squid 2.4.STABLE1, successfully.
I want to realize NCSA authentication.
I do:
1. In .../auth_modules/NCSA make, make install
2. In squid.conf
authenticate_program /usr/local/squid/bin/ncsa_auth
authenticate_options /usr/local/squid/etc/passwd
...
acl my_prv_net src 192.168.35.0/24
acl passwd proxy_auth REQUIRED
http_access allow my_prv_net passwd
where passwd is
htpasswd -cd /usr/local/squid/etc/passwd roman mypasswd or
(other variant)
htpasswd -cp /usr/local/squid/etc/passwd roman mypasswd
Farther
I'm running Internet Explorer 5 and enter: roman, mypasswd. Result is:
console:
WARNING: authenticator #1 (FD 6) exited
WARNING: authenticator #2 (FD 7) exited
......
In access.log
985706399.967 2 192.168.35.11 TCP_DENIED/407 1362 Get
http://www.yahoo.com/ roman NONE/- -
......
Can any one help me where i m wrong.
Roman
Received on Tue Mar 27 2001 - 05:42:56 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:58:59 MST