Toto Gamez said:

> authenticate_program /usr/lib/squid/ncsa_auth /etc/passwd
> authenticate_children 5
> acl password proxy_auth REQUIRED
>
> but it doesn work client can browse the internet without any  password.
> Ismy conf correct or do I missed something
> How can I go about it and can you give me some examples

I haven't done this before  but my suggestion is to look at the
http_access directives in squid.conf

#  TAG: http_access
#       Allowing or Denying access based on defined access lists
#
#       Access to the HTTP port:
#       http_access allow|deny [!]aclname ...
#
#       Access to the ICP port:
#       icp_access  allow|deny [!]aclname ...


try

http_access allow password

and remove the other http_access rules, the main one is probably
http_access allow all

(don't remove it, just comment it out)

be sure to restart squid..

nate





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to