<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Squid configuration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022819#M75874</link>
    <description>Just a way not to leave anyone out.&lt;BR /&gt;&lt;BR /&gt;I getting to the Co. now, I'll pick up users and url lists there !&lt;BR /&gt;&lt;BR /&gt;Have a nice day, I'm leaving all the points for you today :]]&lt;BR /&gt;&lt;BR /&gt;J</description>
    <pubDate>Tue, 15 Jul 2003 03:36:38 GMT</pubDate>
    <dc:creator>Jerome Henry</dc:creator>
    <dc:date>2003-07-15T03:36:38Z</dc:date>
    <item>
      <title>Squid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022805#M75860</link>
      <description>Hi everyone,&lt;BR /&gt;&lt;BR /&gt;Few questions today, here's one :&lt;BR /&gt;&lt;BR /&gt;I'm setting up a squid proxy, for about 300 machines network, all mixed Unix all kinds and windows all versions.&lt;BR /&gt;&lt;BR /&gt;I want to creat 3 kinds of users :&lt;BR /&gt;- user A : can freely access all the web ;&lt;BR /&gt;- user B : can access only some sites, I'll define in access list ;&lt;BR /&gt;- user C : can't access the web.&lt;BR /&gt;&lt;BR /&gt;I know how to set up access list, I guess how to set up ncsa_auth, but I'm stuck on how to make people identify themselves, and then use this identification to apply the required access list.&lt;BR /&gt;&lt;BR /&gt;Any idea ? Maybe this ident stuff (but how does it work) ?&lt;BR /&gt;&lt;BR /&gt;Tks&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Mon, 14 Jul 2003 12:31:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022805#M75860</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-07-14T12:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Squid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022806#M75861</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;i am not sure if i understood ur question correctly. i had implemented squid for someone sometime back and this is what i remember.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1. use three different files containing the list of users for different category.&lt;BR /&gt;&lt;BR /&gt;2. first use the http_deny for the user C&lt;BR /&gt;&lt;BR /&gt;3. then http_allow for user B with site list&lt;BR /&gt;&lt;BR /&gt;4. then http_allow for user A&lt;BR /&gt;&lt;BR /&gt;since squid reads the acl from top to bottom, it will server your purpose.&lt;BR /&gt;&lt;BR /&gt;did i get u right.&lt;BR /&gt;-balaji</description>
      <pubDate>Mon, 14 Jul 2003 13:12:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022806#M75861</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-07-14T13:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Squid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022807#M75862</link>
      <description>Could you detail a little more ? Some kid of example ACL ? How do I use your files ?&lt;BR /&gt;&lt;BR /&gt;Hey, you're about to be Lnx Wzd too soon ! Maybe today (my time) : don't sleep tonight when on US daylight time !&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Mon, 14 Jul 2003 13:21:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022807#M75862</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-07-14T13:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Squid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022808#M75863</link>
      <description>give me some time. need to read thru the man pages before i comment. may be if not tonight, tomorrow morning, indian time.&lt;BR /&gt;-balaji</description>
      <pubDate>Mon, 14 Jul 2003 14:46:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022808#M75863</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-07-14T14:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Squid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022809#M75864</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;use identd daemon for windows 98 on all your client PCs. squid is able to listen for identd messages from clients.&lt;BR /&gt;&lt;BR /&gt;Therefore you can now configure ACL by user wise which identd supplies when conecting to squid server.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Mon, 14 Jul 2003 14:59:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022809#M75864</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-07-14T14:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Squid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022810#M75865</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;this is what i could recollect&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;authenticate_program /usr/local/bin/htpasswd /usr/local/squid/etc/passwd&lt;BR /&gt;&lt;BR /&gt;http_deny all&lt;BR /&gt;&lt;BR /&gt;acl classC proxy_auth c1 c2 c3 c4&lt;BR /&gt;http_access deny classC&lt;BR /&gt;&lt;BR /&gt;acl classB proxy_auth b1 b2 b3 b4&lt;BR /&gt;acl classBUrl url_regex !mail&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;http_access allow classB classBUrl&lt;BR /&gt;&lt;BR /&gt;acl classA proxy_auth a1 a2 a3 a4&lt;BR /&gt;http_access allow classA&lt;BR /&gt;&lt;BR /&gt;++++++++++++++&lt;BR /&gt;hope this gives some insight. the only thing i dont remember how to give a file name containing a list of all users instead of specifying them in the acl line itself. &lt;BR /&gt;&lt;BR /&gt;hope this works. post back your config if possible.&lt;BR /&gt;-balaji</description>
      <pubDate>Mon, 14 Jul 2003 15:44:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022810#M75865</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-07-14T15:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Squid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022811#M75866</link>
      <description>hi again&lt;BR /&gt;&lt;BR /&gt;guess &lt;BR /&gt;+++++++++++++++++++++++++++++++++++&lt;BR /&gt;acl classB proxy_auth b1 b2 b3 b4&lt;BR /&gt;acl classBUrl url_regex !mail&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;http_access allow classB classBUrl &lt;BR /&gt;+++++++++++++++++++++++++++++++++++&lt;BR /&gt;&lt;BR /&gt;should be like&lt;BR /&gt;&lt;BR /&gt;+++++++++++++++++++++++++++++++++++&lt;BR /&gt;acl classB proxy_auth b1 b2 b3 b4&lt;BR /&gt;acl classBUrl url_regex mail chat porn &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;http_access allow classB !classBUrl &lt;BR /&gt;+++++++++++++++++++++++++++++++++++&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jul 2003 15:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022811#M75866</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-07-14T15:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Squid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022812#M75867</link>
      <description>hello there&lt;BR /&gt;&lt;BR /&gt;i implemented this kind of configuration at my network and it is working great.&lt;BR /&gt;first of all you should make acl's :&lt;BR /&gt;&lt;BR /&gt;acl for  your user B :&lt;BR /&gt;acl User-B src "/Admin/Squid/User-B"&lt;BR /&gt;&lt;BR /&gt;acl for your user C :&lt;BR /&gt;acl User-C src "/Admin/Squid/User-C"&lt;BR /&gt;&lt;BR /&gt;acl for the web-sites that user B can Access :&lt;BR /&gt;acl B-sites url_regex "/Admin/Squid/B-sites"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;in the User-B acl file you should put the computer name of the computers that need access only to some sites&lt;BR /&gt;&lt;BR /&gt;in the User-C acl file you should put the computer name of the computers that will have no access to the web&lt;BR /&gt;&lt;BR /&gt;in the B-sites acl file you should put the &lt;BR /&gt;the sites that you wish to enable for user-B&lt;BR /&gt;&lt;BR /&gt;Ok now that we have all the acl files ready we should put the http_acess  Directive in the right formation try :&lt;BR /&gt;&lt;BR /&gt;http_access deny User-C  &lt;BR /&gt;http_access allow B-sites User-B&lt;BR /&gt;http_access deny User-B&lt;BR /&gt;&lt;BR /&gt;good Luck !!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jul 2003 15:52:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022812#M75867</guid>
      <dc:creator>Avinoam</dc:creator>
      <dc:date>2003-07-14T15:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Squid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022813#M75868</link>
      <description>Avinoam got it ! I tried your configuration, and it works perfectly. I just added a slight ncsa_auth touch.&lt;BR /&gt;&lt;BR /&gt;Thanks everyone. &lt;BR /&gt;&lt;BR /&gt;I finally didn't use identd as Windows users can easilly abuse this, loading their own identd. The idea of setting up acls in files seemed to me smarter than writing it down directly in conf file, even if you see from your points Total, Balaji, that I appreciated work and time spent.&lt;BR /&gt;&lt;BR /&gt;:]&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Tue, 15 Jul 2003 02:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022813#M75868</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-07-15T02:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Squid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022814#M75869</link>
      <description>:-)&lt;BR /&gt;thanks&lt;BR /&gt;-balaji</description>
      <pubDate>Tue, 15 Jul 2003 03:06:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022814#M75869</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-07-15T03:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Squid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022815#M75870</link>
      <description>Whilst it's not a bad idea to limit based on workstation, the idea behind limiting to user is better.&lt;BR /&gt;&lt;BR /&gt;All browsers these days have the ability to authenticate to the proxy server.  This will then force the user to enter user/pass details in order to gain Web access.&lt;BR /&gt;&lt;BR /&gt;This means that users A can go to any terminal and view their pages, and users B can also go to any terminal and access the same stuff they normally can, and user C can't access squat no matter where they go.&lt;BR /&gt;&lt;BR /&gt;It's a more maulable way of doing things.</description>
      <pubDate>Tue, 15 Jul 2003 03:08:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022815#M75870</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-07-15T03:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Squid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022816#M75871</link>
      <description>Hi Stuart,&lt;BR /&gt;&lt;BR /&gt;Here again is a time zone issue for you !&lt;BR /&gt;&lt;BR /&gt;The idea was merely that the company I design this for is using DHCP and, as you say, users can change their connection machine easily.&lt;BR /&gt;&lt;BR /&gt;Do you have this kind of user based configuration suggestion ?&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Tue, 15 Jul 2003 03:18:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022816#M75871</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-07-15T03:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Squid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022817#M75872</link>
      <description>i think then u can use the configuration sent by me.&lt;BR /&gt;&lt;BR /&gt;do u have the username/password details ready already?&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
      <pubDate>Tue, 15 Jul 2003 03:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022817#M75872</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-07-15T03:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Squid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022818#M75873</link>
      <description>*nod*nod* what Balaji said.&lt;BR /&gt;&lt;BR /&gt;The ACL's themselves that the other guy pasted were fine, but instead of the user-list, you'd use Balaji's auth lines.  They might be able to take a file-name list of user-names though.. I'm not sure.</description>
      <pubDate>Tue, 15 Jul 2003 03:24:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022818#M75873</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-07-15T03:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Squid configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022819#M75874</link>
      <description>Just a way not to leave anyone out.&lt;BR /&gt;&lt;BR /&gt;I getting to the Co. now, I'll pick up users and url lists there !&lt;BR /&gt;&lt;BR /&gt;Have a nice day, I'm leaving all the points for you today :]]&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Tue, 15 Jul 2003 03:36:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration/m-p/3022819#M75874</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-07-15T03:36:38Z</dc:date>
    </item>
  </channel>
</rss>

