Adding "all" cannot make any difference. "all" is always true.
acl all src 0.0.0.0/0
http_access allow all something
is fully identical to
http_access allow something
except that also matching "all" burns some extra CPU cycles.
Regards
Henrik Nordström
Squid Hacker
Larry J Eng wrote:
>
> Greg,
> Try adding the 'all' acl and also into the http_access line...
>
> authenticate_program /usr/local/bin/smb_auth -W RUFFNECK
> acl domainusers proxy_auth REQUIRED
> acl all src 0.0.0.0/0.0.0.0
> http_access allow all domainusers
>
> Larry
>
> Greg Gerritsen <G.Gerritsen@ruffneck.com> on 10/12/2001 01:33:01 PM
>
> To: "Squid-Users (E-mail)" <squid-users@squid-cache.org>
> cc: (bcc: Larry J Eng/TheGuardian)
>
> Subject: [squid-users] SMB Auth
>
> I have got the smb_auth working for the command line. I entered in the code.
>
> authenticate_program /usr/local/bin/smb_auth -W RUFFNECK
> acl domainusers proxy_auth REQUIRED
> http_access allow domainusers
>
> into squid.
>
> Although when I try to use IE afterwards the programs seems not to contact
> squid or squid can't authorize them.
>
> Greg Gerritsen
> Network Administrator
> Ruffneck Heaters
> B. Sc. (CIS), CCNA
Received on Fri Oct 12 2001 - 17:16:42 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:02:42 MST