Chris, My http_access lines are below: http_access allow manager localhost http_access deny manager http_access deny !Safe_ports http_access deny CONNECT !SSL_ports acl MyNetwork src 10.1.0.0/255.255.0.0 http_access allow MyNetwork Please let me know if you need to see any other lines. I will review the link you sent. Thanks for the help. Shane -----Original Message----- From: Chris Robertson [mailto:crobertson@xxxxxxx] Sent: Wednesday, November 21, 2007 3:49 PM To: Squid Users Subject: Re: Authenticating with Samba for logging username in Squid access log Leach, Shane - MIS Laptop wrote: > Good morning. > > I have successfully followed the steps in the walk-through > http://mkeadle.org/?p=13 <http://mkeadle.org/?p=13> > > However, now, I am interested in how to get the username to appear in > the access log. I have been unable to find any information on this. > > Can you provide assistance? Otherwise, if there is a better way to > accomplish my goal, please let me know. I am still open to other > options. > > Thank you for the assistance. > > Shane > The referenced article was a bit sparse on where to insert the ACL and http_access line... My guess is you are allowing the traffic without authentication, but without seeing your http_access lines (in order) it's impossible to say. Have a look at the FAQ section on ACLs to see if that helps you solve this issue: http://wiki.squid-cache.org/SquidFaq/SquidAcl Chris