Hi Norman,

Thanks for the info, but i won't find "wb_group" in the
Original "squid-2.5.STABLE3" from squid-cache.org.

Do you know how to recompile squid to get this helper?

Thanks in Advance,

Thomas


> -----Urspr�ngliche Nachricht-----
> Von: Norman Zhang [mailto:[EMAIL PROTECTED] 
> Gesendet: Dienstag, 15. Juli 2003 20:54
> An: [EMAIL PROTECTED]
> Betreff: [squid-users] Re: ntlm won't prompt
> 
> 
> Mueller, Thomas wrote:
> >>> But i want only to allow a specific NT Domain group
> >> Fully possible. See the wb_group helper.
> >>
> >>> only specific NT4 Domain Users.
> >> Also possible. See the proxy_auth acl type.
> >
> > Do I have to re-compile Squid then?
> > I cannot find the helper after my installation in the "libexec" 
> > directory?!
> 
> I found out that you don't need to recompile squid. I copied 
> squid-2.5.STABLE3/helpers/external_acl/winbind_group/wb_group 
> to my existing vendor installed squid RPM folder 
> (/usr/lib/squid). Then added the following lines to 
> /etc/squid/squid.conf
> 
> external_acl_type NT_global_group %LOGIN 
> /usr/lib/squid/wb_group acl ProxyUsers external 
> NT_global_group ProxyUsers acl AuthorizedUsers proxy_auth 
> REQUIRED http_access allow AuthorizedUsers ProxyUsers 
> http_access deny all
> 
> You need to define ProxyUsers Global Group in NT though.
> 
> HTH,
> Norman
> 
> 
> 

Reply via email to