LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to create an single User session in Proxy Server (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-create-an-single-user-session-in-proxy-server-4175505837/)

vijaybhandari 05-23-2014 12:00 AM

How to create an single User session in Proxy Server
 
Hi,

I want the user's send their request to proxy server through
username and password

So i added following entry in our squid configuration file

auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid passwd
acl ncsa_users proxy_auth REQUIRED
http_access allow ncsa_users

Now i want that a user can make only a single session with the proxy server i.e. multiple user can not login with a single User id
Is that possible ??????

Proxy :
Name : squid
Version : 3.1.10
Release : 20.el6_5

O.S.: Redhat 6.4

dijetlo 05-23-2014 01:10 PM

Quote:

Now i want that a user can make only a single session with the proxy server i.e. multiple user can not login with a single User id
Shoot the ones who share their credentials.
Don't shoot the ones who don't

Short of that? Not that I can see.

You realize if you limit the proxy sessions to one per user, they get one tab, one window regardless of browser and checking email?
Forget it, you'd have to shut down any port connections that extend past the proxy server to do that.
Download a file?
You better know how to curl.
Are you sure this is what you want to do?


All times are GMT -5. The time now is 04:10 AM.