<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Squid NTLM authentication configuration using ntlm_auth</title> <atom:link href="http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Anonymous</title><link>http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-47858</link> <dc:creator>Anonymous</dc:creator> <pubDate>Wed, 16 Jun 2010 18:25:14 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-47858</guid> <description>Changing &quot;WORKGROUP\Domain Users&quot; to &quot;workgroup+domain users&quot; worked for me in line below:
auth_param ntlm program /usr/lib/squid/ntlm_auth --helper-protocol=squid-2.5-ntlmssp --require-membership-of=&quot;WORKGROUP\Domain Users&quot;
auth_param basic program /usr/lib/squid/ntlm_auth --helper-protocol=squid-2.5-basic --require-membership-of=&quot;WORKGROUP\Domain Users&quot;</description> <content:encoded><![CDATA[<p>Changing &#8220;WORKGROUP\Domain Users&#8221; to &#8220;workgroup+domain users&#8221; worked for me in line below:</p><p>auth_param ntlm program /usr/lib/squid/ntlm_auth &#8211;helper-protocol=squid-2.5-ntlmssp &#8211;require-membership-of=&#8221;WORKGROUP\Domain Users&#8221;</p><p>auth_param basic program /usr/lib/squid/ntlm_auth &#8211;helper-protocol=squid-2.5-basic &#8211;require-membership-of=&#8221;WORKGROUP\Domain Users&#8221;</p> ]]></content:encoded> </item> <item><title>By: Chris</title><link>http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-43463</link> <dc:creator>Chris</dc:creator> <pubDate>Fri, 28 Aug 2009 18:01:37 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-43463</guid> <description>Does anyone know if I will break this if I disable LM on my domain controllers and also possible NTLM v1 so that NTLM V2 is the only thing on my network?We&#039;ve had ntlm_auth running successfully on our network for 8-10 years and love it. But we need to ditch LM and probably NTLM v1. Thanks,
Chris</description> <content:encoded><![CDATA[<p>Does anyone know if I will break this if I disable LM on my domain controllers and also possible NTLM v1 so that NTLM V2 is the only thing on my network?We&#8217;ve had ntlm_auth running successfully on our network for 8-10 years and love it. But we need to ditch LM and probably NTLM v1. Thanks,<br
/> Chris</p> ]]></content:encoded> </item> <item><title>By: Avinash.Rao</title><link>http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-43217</link> <dc:creator>Avinash.Rao</dc:creator> <pubDate>Tue, 18 Aug 2009 14:49:43 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-43217</guid> <description>Hi all,
Ubuntu 8.04 Server 64-bit Edition/Samba 3.0.28a/Squid 2.6 stable18
Samba is configured as PDC and i have winxp clients logging to the domain. I want to restrict these users from accessing the internet the whole day, i just want to give them access to internet only during 6:00-8:00PM everyday. How can i achieve this?
I read the documentation and have configured squid for NTLM and tested.. but below is the error i am getting when i restart squid.
/etc/init.d/squid restart
* Restarting Squid HTTP proxy squid
2009/08/18 14:04:15&#124; Invalid Proxy Auth ACL &#039;acl
AuthorizedUsers proxy_auth REQUIRED&#039; because no authentication schemes
are fully configured.
FATAL: Bungled squid.conf line 39: acl AuthorizedUsers proxy_auth REQUIRED
Squid Cache (Version 2.6.STABLE1: Terminated abnormally.
[fail]
squid.conf
visible_hostname sunbox
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
hosts_file /etc/hosts
http_port 100.100.100.50:3128
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 631 # cups
acl Safe_ports port 777 # multiling http
acl Safe_ports port 901 # SWAT
acl Safe_ports port 993 # IMAP
acl Safe_ports port 587 # SMTP
acl Safe_ports port 22 # SSH
acl purge method PURGE
acl special_urls url_regex &quot;/etc/squid/squid-noblock.acl&quot;
acl extndeny url_regex -i &quot;/etc/squid/blocks.files.acl&quot;
acl malware_block_list url_regex -i &quot;/etc/squid/malware_block_list.txt&quot;
acl badurl url_regex -i teen orkut youtube sex mp3 mp4 exe
acl lan src 192.168.1.0 100.100.100.0/24
acl stud ident_regex babu
acl download method GET
acl CONNECT method CONNECT
acl AuthorizedUsers proxy_auth REQUIRED
cache_mem 100 MB
#redirect_program /usr/bin/squidGuard –c /etc/squid/squidGuard.conf
ident_lookup_access allow all
http_access deny all
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access allow special_urls
http_access deny extndeny download
http_access deny extndeny
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny badurl
http_access deny malware_block_list
deny_info http://malware.hiperlinks.com.br/denied.shtml malware_block_list
http_access allow localhost
http_access allow lan
http_reply_access allow all
http_access allow AuthorizedUsers
http_access deny all
icp_access allow all
coredump_dir /var/spool/squid
auth_param ntlm program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 30
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
# ntlm_auth from Samba 3 supports NTLM NEGOTIATE packet
auth_param ntlm use_ntlm_negotiate on
# warning: basic authentication sends passwords plaintext
# a network sniffer can and will discover passwords
auth_param basic program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-basic
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours</description> <content:encoded><![CDATA[<p>Hi all,<br
/> Ubuntu 8.04 Server 64-bit Edition/Samba 3.0.28a/Squid 2.6 stable18<br
/> Samba is configured as PDC and i have winxp clients logging to the domain. I want to restrict these users from accessing the internet the whole day, i just want to give them access to internet only during 6:00-8:00PM everyday. How can i achieve this?</p><p>I read the documentation and have configured squid for NTLM and tested.. but below is the error i am getting when i restart squid.</p><p>/etc/init.d/squid restart<br
/> * Restarting Squid HTTP proxy squid<br
/> 2009/08/18 14:04:15| Invalid Proxy Auth ACL &#8216;acl<br
/> AuthorizedUsers proxy_auth REQUIRED&#8217; because no authentication schemes<br
/> are fully configured.<br
/> FATAL: Bungled squid.conf line 39: acl AuthorizedUsers proxy_auth REQUIRED<br
/> Squid Cache (Version 2.6.STABLE1: Terminated abnormally.<br
/> [fail]</p><p>squid.conf<br
/> visible_hostname sunbox<br
/> hierarchy_stoplist cgi-bin ?<br
/> acl QUERY urlpath_regex cgi-bin \?<br
/> no_cache deny QUERY<br
/> hosts_file /etc/hosts<br
/> http_port 100.100.100.50:3128<br
/> refresh_pattern ^ftp: 1440 20% 10080<br
/> refresh_pattern ^gopher: 1440 0% 1440<br
/> refresh_pattern . 0 20% 4320<br
/> acl all src 0.0.0.0/0.0.0.0<br
/> acl manager proto cache_object<br
/> acl localhost src 127.0.0.1/255.255.255.255<br
/> acl to_localhost dst 127.0.0.0/8<br
/> acl SSL_ports port 443 563<br
/> acl Safe_ports port 80 # http<br
/> acl Safe_ports port 21 # ftp<br
/> acl Safe_ports port 443 563 # https, snews<br
/> acl Safe_ports port 70 # gopher<br
/> acl Safe_ports port 210 # wais<br
/> acl Safe_ports port 1025-65535 # unregistered ports<br
/> acl Safe_ports port 280 # http-mgmt<br
/> acl Safe_ports port 488 # gss-http<br
/> acl Safe_ports port 591 # filemaker<br
/> acl Safe_ports port 631 # cups<br
/> acl Safe_ports port 777 # multiling http<br
/> acl Safe_ports port 901 # SWAT<br
/> acl Safe_ports port 993 # IMAP<br
/> acl Safe_ports port 587 # SMTP<br
/> acl Safe_ports port 22 # SSH<br
/> acl purge method PURGE<br
/> acl special_urls url_regex &#8220;/etc/squid/squid-noblock.acl&#8221;<br
/> acl extndeny url_regex -i &#8220;/etc/squid/blocks.files.acl&#8221;<br
/> acl malware_block_list url_regex -i &#8220;/etc/squid/malware_block_list.txt&#8221;<br
/> acl badurl url_regex -i teen orkut youtube sex mp3 mp4 exe<br
/> acl lan src 192.168.1.0 100.100.100.0/24<br
/> acl stud ident_regex babu<br
/> acl download method GET<br
/> acl CONNECT method CONNECT<br
/> acl AuthorizedUsers proxy_auth REQUIRED<br
/> cache_mem 100 MB<br
/> #redirect_program /usr/bin/squidGuard –c /etc/squid/squidGuard.conf<br
/> ident_lookup_access allow all<br
/> http_access deny all<br
/> http_access allow manager localhost<br
/> http_access deny manager<br
/> http_access allow purge localhost<br
/> http_access allow special_urls<br
/> http_access deny extndeny download<br
/> http_access deny extndeny<br
/> http_access deny purge<br
/> http_access deny !Safe_ports<br
/> http_access deny CONNECT !SSL_ports<br
/> http_access deny badurl<br
/> http_access deny malware_block_list<br
/> deny_info <a
href="http://malware.hiperlinks.com.br/denied.shtml" rel="nofollow">http://malware.hiperlinks.com.br/denied.shtml</a> malware_block_list<br
/> http_access allow localhost<br
/> http_access allow lan<br
/> http_reply_access allow all<br
/> http_access allow AuthorizedUsers<br
/> http_access deny all<br
/> icp_access allow all<br
/> coredump_dir /var/spool/squid</p><p>auth_param ntlm program /usr/bin/ntlm_auth &#8211;helper-protocol=squid-2.5-ntlmssp<br
/> auth_param ntlm children 30<br
/> auth_param ntlm max_challenge_reuses 0<br
/> auth_param ntlm max_challenge_lifetime 2 minutes<br
/> # ntlm_auth from Samba 3 supports NTLM NEGOTIATE packet<br
/> auth_param ntlm use_ntlm_negotiate on</p><p># warning: basic authentication sends passwords plaintext<br
/> # a network sniffer can and will discover passwords<br
/> auth_param basic program /usr/bin/ntlm_auth &#8211;helper-protocol=squid-2.5-basic<br
/> auth_param basic children 5<br
/> auth_param basic realm Squid proxy-caching web server<br
/> auth_param basic credentialsttl 2 hours</p> ]]></content:encoded> </item> <item><title>By: bala</title><link>http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-41850</link> <dc:creator>bala</dc:creator> <pubDate>Sun, 31 May 2009 08:42:40 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-41850</guid> <description>Hi I am able to configure NTLM with squid.It works great.
But i use Dansguardian for content filtering.With this setup (DG+SQUID+NTLM) ,things works fine for a user logged in to the  domain.But for a local user it does not fall back to the basic program and i get a access denied page (as unauthenticated user fall to filter group 1 in DG)
Any help</description> <content:encoded><![CDATA[<p>Hi I am able to configure NTLM with squid.It works great.<br
/> But i use Dansguardian for content filtering.With this setup (DG+SQUID+NTLM) ,things works fine for a user logged in to the  domain.But for a local user it does not fall back to the basic program and i get a access denied page (as unauthenticated user fall to filter group 1 in DG)<br
/> Any help</p> ]]></content:encoded> </item> <item><title>By: sameer kale</title><link>http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-41050</link> <dc:creator>sameer kale</dc:creator> <pubDate>Sun, 05 Apr 2009 08:22:30 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-41050</guid> <description>I want to authenticate the user by his username , password and MAC address.. Is it possible by ntlm_auth??? How?</description> <content:encoded><![CDATA[<p>I want to authenticate the user by his username , password and MAC address.. Is it possible by ntlm_auth??? How?</p> ]]></content:encoded> </item> <item><title>By: James Johnston</title><link>http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-39082</link> <dc:creator>James Johnston</dc:creator> <pubDate>Thu, 30 Oct 2008 04:54:34 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-39082</guid> <description>To deal with winbind permissions problems:
(1) add proxy user to winbindd_priv group. (2) comment the &quot;cache_effective_group&quot; line in squid.conf so that secondary groups for the proxy user aren&#039;t ignored.
Once I did that NTLM worked fine.</description> <content:encoded><![CDATA[<p>To deal with winbind permissions problems:<br
/> (1) add proxy user to winbindd_priv group. (2) comment the &#8220;cache_effective_group&#8221; line in squid.conf so that secondary groups for the proxy user aren&#8217;t ignored.</p><p>Once I did that NTLM worked fine.</p> ]]></content:encoded> </item> <item><title>By: matu</title><link>http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-38564</link> <dc:creator>matu</dc:creator> <pubDate>Wed, 13 Aug 2008 13:30:59 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-38564</guid> <description>one more thing, on the above wiki page there is a ownership fix by using &quot;cache_effective_group root&quot; in squid,conf. It worked for me only after removing this line from squid.conf. so do not add it to squid.conf.</description> <content:encoded><![CDATA[<p>one more thing, on the above wiki page there is a ownership fix by using &#8220;cache_effective_group root&#8221; in squid,conf. It worked for me only after removing this line from squid.conf. so do not add it to squid.conf.</p> ]]></content:encoded> </item> <item><title>By: matu</title><link>http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-38563</link> <dc:creator>matu</dc:creator> <pubDate>Wed, 13 Aug 2008 13:11:43 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-38563</guid> <description>For squid 2.6, see the following Wiki page.
I was able to start squid only after configuring squid.conf as described there.
http://wiki.squid-cache.org/ConfigExamples/WindowsAuthenticationNTLM?highlig%20ht=%28ConfigExamples%29</description> <content:encoded><![CDATA[<p>For squid 2.6, see the following Wiki page.<br
/> I was able to start squid only after configuring squid.conf as described there.<br
/> <a
href="http://wiki.squid-cache.org/ConfigExamples/WindowsAuthenticationNTLM?highlig%20ht=%28ConfigExamples%29" rel="nofollow">http://wiki.squid-cache.org/ConfigExamples/WindowsAuthenticationNTLM?highlig%20ht=%28ConfigExamples%29</a></p> ]]></content:encoded> </item> <item><title>By: newbie</title><link>http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-38080</link> <dc:creator>newbie</dc:creator> <pubDate>Wed, 11 Jun 2008 13:15:09 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-38080</guid> <description>i have two groups one group has only access to whitelist and another group have full access to internet. how can i setup squid to autorizate groups</description> <content:encoded><![CDATA[<p>i have two groups one group has only access to whitelist and another group have full access to internet. how can i setup squid to autorizate groups</p> ]]></content:encoded> </item> <item><title>By: samerk</title><link>http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-36961</link> <dc:creator>samerk</dc:creator> <pubDate>Thu, 25 Oct 2007 13:35:09 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-36961</guid> <description>thank you guys for this documentation it’s quite helpful when configuring Squid with NTLM.
However i have a couple of questions regarding clients that are not joined to the Active directory DC:
1- a NON-joined client using IE will have to log on using realm/username and passwd. Is there a way to make him authenticate with only his username and passwd ?
NB:It works fine with other browsers such as Firefox.
2- If you use IE with this NTLM auth (on an NON-joined pc) and select the ’save password’ checkbox the password gets stored in the registry as if it was for a network location. To delete the record you will have to run
“rundll32.exe keymgr.dll, KRShowKeyMgr”
This is causing real problems to users. Have you encountered this? and were you able to figure a way out?
Thanks again,
Samerk</description> <content:encoded><![CDATA[<p>thank you guys for this documentation it’s quite helpful when configuring Squid with NTLM.<br
/> However i have a couple of questions regarding clients that are not joined to the Active directory DC:</p><p>1- a NON-joined client using IE will have to log on using realm/username and passwd. Is there a way to make him authenticate with only his username and passwd ?<br
/> NB:It works fine with other browsers such as Firefox.</p><p>2- If you use IE with this NTLM auth (on an NON-joined pc) and select the ’save password’ checkbox the password gets stored in the registry as if it was for a network location. To delete the record you will have to run<br
/> “rundll32.exe keymgr.dll, KRShowKeyMgr”<br
/> This is causing real problems to users. Have you encountered this? and were you able to figure a way out?</p><p>Thanks again,<br
/> Samerk</p> ]]></content:encoded> </item> <item><title>By: deepak ray</title><link>http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-36845</link> <dc:creator>deepak ray</dc:creator> <pubDate>Thu, 20 Sep 2007 06:28:56 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-36845</guid> <description>Good work
and we have to share our experiences and idea
to all Linux worker</description> <content:encoded><![CDATA[<p>Good work<br
/> and we have to share our experiences and idea</p><p>to all Linux worker</p> ]]></content:encoded> </item> <item><title>By: vivek</title><link>http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-36817</link> <dc:creator>vivek</dc:creator> <pubDate>Wed, 12 Sep 2007 05:01:15 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-36817</guid> <description>dark_harmonics,
The FAQ has been updated. I appreciate your feedback.</description> <content:encoded><![CDATA[<p>dark_harmonics,</p><p>The FAQ has been updated. I appreciate your feedback.</p> ]]></content:encoded> </item> <item><title>By: dark_harmonics</title><link>http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-36810</link> <dc:creator>dark_harmonics</dc:creator> <pubDate>Tue, 11 Sep 2007 00:32:12 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-36810</guid> <description>If you are getting error its because the author messed up his script. Check for where he substitues ntml instead of ntlm. Fix that and you are good to go!</description> <content:encoded><![CDATA[<p>If you are getting error its because the author messed up his script. Check for where he substitues ntml instead of ntlm. Fix that and you are good to go!</p> ]]></content:encoded> </item> <item><title>By: jayaram</title><link>http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-36689</link> <dc:creator>jayaram</dc:creator> <pubDate>Fri, 27 Jul 2007 11:09:49 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-36689</guid> <description>How can l block one Active directory user to access internet through squid ( or blank password users)</description> <content:encoded><![CDATA[<p>How can l block one Active directory user to access internet through squid ( or blank password users)</p> ]]></content:encoded> </item> <item><title>By: nixcraft</title><link>http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-28471</link> <dc:creator>nixcraft</dc:creator> <pubDate>Wed, 11 Apr 2007 18:20:02 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-28471</guid> <description>Set  correct path for /usr/lib/squid/ntml_auth file</description> <content:encoded><![CDATA[<p>Set  correct path for /usr/lib/squid/ntml_auth file</p> ]]></content:encoded> </item> <item><title>By: Tapan Shah</title><link>http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-27870</link> <dc:creator>Tapan Shah</dc:creator> <pubDate>Mon, 09 Apr 2007 09:30:34 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/#comment-27870</guid> <description>I am getting an error while configuring this the error is
FATAL: authparam basic program /usr/bin/ntml_auth: (2) No such file or directory
Squid Cache (Version 2.5.STABLE6): Terminated abnormally.
CPU Usage: 0.007 seconds = 0.002 user + 0.005 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
Aborted. so do reply me about this
Thank you.</description> <content:encoded><![CDATA[<p>I am getting an error while configuring this the error is</p><p> FATAL: authparam basic program /usr/bin/ntml_auth: (2) No such file or directory<br
/> Squid Cache (Version 2.5.STABLE6): Terminated abnormally.<br
/> CPU Usage: 0.007 seconds = 0.002 user + 0.005 sys<br
/> Maximum Resident Size: 0 KB<br
/> Page faults with physical i/o: 0<br
/> Aborted. so do reply me about this<br
/> Thank you.</p> ]]></content:encoded> </item> </channel> </rss>
