Re: [squid-users] Problem with acl helper

2009-04-11 Thread Matus UHLAR - fantomas
  Hello, i have proxy server transparent running in
 
  OpenBSD 4.4
  with Mysql
  cautive portal
 
 
  i create acl helper, to lookup mysql database, this return ej squid put
  192.168.35.121
  OK user=$usuerofdb\n
 
  this is work fine, but my problem is when i need loggin other user from
  192.168.35.121
  , in access.log, the name user is olduser
  whats happen? squid cache username for ip??

On 08.04.09 13:11, Amos Jeffries wrote:
 Yes. When determining user name solely from IP there can only be one
 logged in at a time. You will have to determine some other criteria to add
 to the IP to tell the difference.

or force users to use a proxy by PAC or and/or disabling port 80 access,
instead of intercepting connections in which case he only can guess who is
really logged in.

-- 
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Despite the cost of living, have you noticed how popular it remains? 


[squid-users] Problem with acl helper

2009-04-07 Thread Rodrigo Gliksberg

Hello, i have proxy server transparent running in

OpenBSD 4.4
with Mysql
cautive portal


i create acl helper, to lookup mysql database, this return ej squid put
192.168.35.121
OK user=$usuerofdb\n

this is work fine, but my problem is when i need loggin other user from 
192.168.35.121

, in access.log, the name user is olduser
whats happen? squid cache username for ip??


help!!!
regards!


[squid-users] Problem with acl helper

2009-04-07 Thread Rodrigo Gliksberg

Hello, i have proxy server transparent running in

OpenBSD 4.4
with Mysql
cautive portal


i create acl helper, to lookup mysql database, this return ej squid put
192.168.35.121
OK user=$usuerofdb\n

this is work fine, but my problem is when i need loggin other user from
192.168.35.121
, in access.log, the name user is olduser
whats happen? squid cache username for ip??

when restart squid, work fine with new user, but cached user when loggin 
other.



help!!!
regards!



Re: [squid-users] Problem with acl helper

2009-04-07 Thread Chris Robertson

Rodrigo Gliksberg wrote:

Hello, i have proxy server transparent running in

OpenBSD 4.4
with Mysql
cautive portal


i create acl helper, to lookup mysql database, this return ej squid put
192.168.35.121
OK user=$usuerofdb\n

this is work fine, but my problem is when i need loggin other user 
from 192.168.35.121

, in access.log, the name user is olduser
whats happen? squid cache username for ip??


Yes.  For the length of the TTL on the helper (which defaults to 3600 
seconds).



help!!!
regards!



Chris


Re: [squid-users] Problem with acl helper

2009-04-07 Thread Amos Jeffries
 Hello, i have proxy server transparent running in

 OpenBSD 4.4
 with Mysql
 cautive portal


 i create acl helper, to lookup mysql database, this return ej squid put
 192.168.35.121
 OK user=$usuerofdb\n

 this is work fine, but my problem is when i need loggin other user from
 192.168.35.121
 , in access.log, the name user is olduser
 whats happen? squid cache username for ip??

Yes. When determining user name solely from IP there can only be one
logged in at a time. You will have to determine some other criteria to add
to the IP to tell the difference.

Amos