anyone have a solution ??????
Noc Phibee a écrit :
Hi
i use this config:
auth_param ntlm program /usr/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 50
auth_param ntlm use_ntlm_negotiate on
auth_param basic program /usr/bin/ntlm_auth
--helper-protocol=squid-2.5-basic
auth_param basic children 15
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
external_acl_type AD_Group concurrency=50 %LOGIN
/usr/lib/squid/wbinfo_group.pl
acl AllowedADUsers external AD_Group "/etc/squid/allowedntgroups"
acl Winbind proxy_auth REQUIRED
on squid-2.5.STABLE9 with wbinfo_group.pl version 2002-07-05
into /etc/squid/allowedntgroups i have:
http-limited
http-all
I thinks that i have a problems because all user in http-limited can
connect
but user in http-all can't connect. He don't read the second line
"http-all"
anyone have a solution or i can put more that 1 Nt Groups ?
thanks bye