| John Ramone 2005-03-03, 5:46 pm |
| Hi,I have a problem with the group authorization on a win2000 domain
with active directory and a Debian Sarge. I installed Samba and
winbind and changed squid.conf in this way:
auth_param ntlm program /usr/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 5
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 15 minutes
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 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
external_acl_type wb_group concurrency=5 ttl=900 %LOGIN
/usr/lib/squid/wbinfo_group.pl
acl autenticati proxy_auth REQUIRED
acl internetfull external wb_group -i "/etc/squid/internetfull"
http_access allow autenticati internetfull
In the file /etc/squid/internetfull i wrote the name of the group, I also
tryed to edit wbinfo_group.pl but when i access a web site with a user
of the authorized group i only see DENIED in the access.log.
Where I wrong?
thanks in advance
|