[squid-users] Authorization in a different way

2016-01-13 Thread Christian Kunkel
Hey guys, i need a way to autheticate or authorize users to my squid server so i can create some kind of a session and drop users after x hours they have been using my proxy. important thing would be to create only one session per user. i do not have access to users network. they are connecting

Re: [squid-users] Authorization in a different way

2016-01-13 Thread Amos Jeffries
On 14/01/2016 5:35 a.m., Christian Kunkel wrote: > Hey guys, > > i need a way to autheticate or authorize users to my squid server so > i can create some kind of a session and drop users after x hours they > have been using my proxy. important thing would be to create only one > session per user.

Re: [squid-users] Authorization in a different way

2016-01-13 Thread Christian Kunkel
hey amos, maybe my english is too bad or maybe i am just not getting it. i can not use any kind of ip as authentication or authorization. first of all because of nat and second would be that the ip of a user changes regarding his location (mobile network). my understanding of ext_session_acl i

Re: [squid-users] Authorization in a different way

2016-01-13 Thread Amos Jeffries
On 14/01/2016 6:50 a.m., Christian Kunkel wrote: > hey amos, > > maybe my english is too bad or maybe i am just not getting it. i can > not use any kind of ip as authentication or authorization. first of > all because of nat and second would be that the ip of a user changes > regarding his locatio

Re: [squid-users] Authorization in a different way

2016-01-13 Thread Eliezer Croitoru
I do not know if an old idea of mine will be good for you but... I will write it anyway. The basic way to do what you want is to use some kind of authentication in the session level and not the IP but.. You can use some "keep-alive" page which will use some JS to re-authenticate every couple sec