On Fri, 31 Mar 2000, R.Ilker Gokhan wrote:
> Hi to all,
>
> I have installed authentication on my 2.3S1. But I can't access to the
> internet with created user1. why?
I don't know. You could turn on debugging for the ACL source
code:
debug_options ALL,1 28,9
>
> In addition, when i each hit to any page, will the login screen come up
> everytime?
It should not.
Duane W.
> authenticate_program /usr/local/squid/bin/ncsa_auth
> /usr/local/squid/etc/prxaut
> authenticate_children 5
> authenticate_ttl 3600
> authenticate_ip_ttl 0
> acl all src 0.0.0.0/0.0.0.0
> acl lan src 10.0.0.0/255.255.255.0
> acl user_passwd proxy_auth REQUIRED
> acl localhost src 127.0.0.1/255.255.255.255
> http_access allow manager localhost
> http_access allow user_passwd
> http_access deny manager
> http_access allow lan
> http_access deny all
> miss_access allow manager
> miss_access allow lan
> miss_access deny !lan
>
> The prxaut file has been created by htpasswd prg. like this: htpasswd -bcm
> prxaut user1 passwd1 etc.
>
> Thanks in advance...
>
> Ilker G.
> Project Leader
> Istanbul / Turkey
>
Received on Fri Mar 31 2000 - 09:51:45 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:52:30 MST