Henrik,

Thanks so much that worked. 

Later.

On Wed, 2003-08-20 at 17:23, Henrik Nordstrom wrote:
> On Wednesday 20 August 2003 23.24, Edward Mann wrote:
> > I am running squid 2.5.STABLE3, samba 2.2.8a with wb_group.
> > wb_group is working fine, but what i want to know is if there is a
> > way that i can setup the configuration so that if the user is not
> > in the group the wb_group helper will put them back to basic and IE
> > will give them the login box?
> 
> Squid can reject the login, asking for a new login. It is MSIE who 
> decides if a login box is to be presented or not.
> 
> Squid will reject the login if the request is denied by a 
> authentication related acl (proxy_auth or proxy_auth_regex in 
> Squid-2.5). When using external acls you can still make this happen 
> by adding a proxy_auth type acl.
> 
> acl all_users proxy_auth REQUIRED
> 
> if you today have
> 
> acl groupX external ...
> http_access allow ... groupX
> 
> then add on the next line
> 
> http_access deny ... !groupX all_users
> 
> Regards
> Henrik
> 

Reply via email to