Results 1 to 3 of 3

Thread: How to prevent concurrent user connection accessing squid proxy?

  1. #1
    Associate
    Join Date
    Apr 2007
    Posts
    18

    How to prevent concurrent user connection accessing squid proxy?

    Hi all,

    We have set up the squid server to use ntlm_auth to allow authenticated user (Win2k3 Domain Users) to access internet. Here the problem is if the username and password is shared ( especially on the non-domain member machine ), any user can access ineternet using that username.

    Can we have setting done like, a single authenticated user can access internet from only one machine at a time, so that even if the same username is being used somewhere else, it would simply deny the second session for the same username.

    Please help to configure "maximum concurrent connection by a single user" setting....

  2. #2
    Associate
    Join Date
    Apr 2007
    Posts
    18
    Sorry for replying to my own question, but for those who want the answer to the same question can refer the following excellent communication.

    http://www.mail-archive.com/squid-us.../msg04756.html

    I got my answer here only!!!

  3. #3

    Solved How to prevent concurrent user connection accessing squid proxy

    Hi Guys This is Om Singh from Fcs Software Solution Ltd



    How to prevent concurrent user connection accessing squid proxy


    For this you have to find line authenticate_ip_ttl in your squid.conf

    and set it as
    authenticate_ip_ttl 1 seconds it will bind currently logged user to that machine IP.Then user cannot use same username and password on 2 or more machines.
    Last edited by om1999; 08-06-2007 at 12:47 PM.

Similar Threads

  1. Replies: 0
    Last Post: 04-14-2007, 07:12 AM
  2. configure Internet Connection Sharing in XP
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 06:29 AM
  3. Set Up SQL Server with Proxy Server
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 02:18 AM
  4. Live Communications Server 2005 Glossary
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:16 PM
  5. Install Proxy Server 2.0 on Windows 2000
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 01:38 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •