Re: [squid-users] authentication with winbind

From: Alex Short <alex@dont-contact.us>
Date: Sat, 22 Feb 2003 10:11:56 -0500

Add the valid users to a 'Internet' group and use

acl internet_group external wb_group proxy_auth_regex -i /file.txt

With Internet in file.txt

Alex
----- Original Message -----
From: "Łukasz Tomaszewski" <uki@telkab.pl>
To: "Squid Users" <squid-users@squid-cache.org>
Sent: Saturday, February 22, 2003 8:41 AM
Subject: [squid-users] authentication with winbind

> hi all,
>
> i want to run authenticator without any popup windows. so i've choose
> winbind authenticators. it works fine, but i dont know how to deny some
> users to access squid.
>
> now, every user who is log into domain controller (samba 2.2.7a) got
access
> to squid.
>
> i've tried to change "acl AuthorizedUsers proxy_auth REQUIRED" into
> "acl AuthorizedUsers proxy_auth username1 username2"
>
> but than i've got popup window :(
>
> is there any authenticator which works fine without popup window, and
where
> administrator could make list of valid users?
>
> or i've missed something in squid configuration
>
> my squid.conf:
>
> auth_param ntlm program /usr/local/libexec/wb_ntlmauth
> auth_param ntlm children 5
> auth_param ntlm max_challenge_reuses 0
> auth_param ntlm max_challenge_lifetime 2 minutes
>
> auth_param basic program /usr/local/libexec/wb_auth
> auth_param basic children 5
> auth_param basics realm Squid proxy-caching web server
> auth_param basic credentialsttl 2 hours
>
> acl AuthorizedUsers proxy_auth REQUIRED
> http_access allow AuthorizedUsers
>
>
> Regards
> Uki
>
>
Received on Sat Feb 22 2003 - 08:11:27 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:13:33 MST