Adam, You need an IDENTD client running on your workstation. You also need to check the identd_lookup access lines in your Squid.CONF.
Regards, Stephen -----Original Message----- From: IpNextGen [mailto:[EMAIL PROTECTED] Sent: 08 July 2004 15:04 To: [EMAIL PROTECTED] Subject: Re: [squid-users] Re: RFC931 -- How do i make this work? On Wednesday 07 July 2004 20:29, Adam Aube wrote: > IpNextGen wrote: > > i just implemented squid on my network. Im trying to use Squidalyser and > > it seems i have no rfc931 (ident) entries in my access.log. Wondering if > > there's something special to put into the squid.conf or in the server? > > You need to use either ident or some sort of authentication. See the Squid > FAQ for info on setting either of those up. > > Adam Okay. I dont know really how to use ident but i have added those line. For sure it doesnt work. Maybe a more detailed explanation of how combining ident with squid to enhance squid's access.log would help. -- START-PASTE # acl aclname ident username ... # acl aclname ident_regex [-i] pattern ... # # string match on ident output. # # use REQUIRED to accept any non-null ident. ive seen that. -- STOP-PASTE -- START-PASTE # Definition acl Marlene_Tremblay src 10.10.10.3 acl Erick_Gravel src 10.10.10.4 acl Guy_Rheaume src 10.10.10.8 Tryied that -- no success -- END-PASTE Maybe the first pasting is the thing i need to setup to make it work..
