On Thu, 2006-02-09 at 15:56 +0100, Gunnar Groetschel wrote: > Hi > > I am using an external line > > external_acl_type NT_global_group children=10 ttl=900 %LOGIN /usr/local/squid/libexec/wbinfo_group.pl > > to authenticate my users over their windows accounts. > It is possible to log user infos to the access.log file? A ha! You're not authenticating, you're authorizing. To perform authentication, see the various auth_param commands in squid.conf. They're quite well-explained there, you can find more infos in the FAQ. Kinkie