<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=1147361&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / Contrôle parental avec squid et squidguard]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1147361</link>
		<description><![CDATA[Les sujets les plus récents dans Contrôle parental avec squid et squidguard.]]></description>
		<lastBuildDate>Wed, 02 Jan 2013 10:03:13 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  Contrôle parental avec squid et squidguard]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12060161#p12060161</link>
			<description><![CDATA[<p>Je suis sûr que tu n&#039;es pas loin du but.<br />Peut-être un problème de syntaxe dans la configuration.</p><p>Bon courage !</p>]]></description>
			<author><![CDATA[dummy@example.com (tiramiseb)]]></author>
			<pubDate>Wed, 02 Jan 2013 10:03:13 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12060161#p12060161</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Contrôle parental avec squid et squidguard]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12060031#p12060031</link>
			<description><![CDATA[<p>Merci quand-même pour ton aide.</p>]]></description>
			<author><![CDATA[dummy@example.com (lorrinux)]]></author>
			<pubDate>Wed, 02 Jan 2013 09:55:26 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12060031#p12060031</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Contrôle parental avec squid et squidguard]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12055801#p12055801</link>
			<description><![CDATA[<p>Il faudrait que je me replonge dans la doc et que j&#039;installe Squid et SquidGuard pour faire des tests et comprendre, mais je n&#039;ai pas le temps de faire ça, désolé...</p>]]></description>
			<author><![CDATA[dummy@example.com (tiramiseb)]]></author>
			<pubDate>Tue, 01 Jan 2013 19:47:03 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12055801#p12055801</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Contrôle parental avec squid et squidguard]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12042421#p12042421</link>
			<description><![CDATA[<p>Désolé, j&#039;étais fatigué.</p><p>Il y a deux comptes installés sur la machine : parent et enfant.</p><p>Je commence par Squid tout seul et je m&#039;occupe uniquement de parent pour le moment.</p><p>Ceci fonctionne :</p><div class="codebox"><pre><code>http_access allow all</code></pre></div><p>Ceci ne fonctionne pas :</p><div class="codebox"><pre><code>auth_param basic program /usr/lib/squid3/ncsa_auth /etc/passwd
acl parent proxy_auth REQUIRED
http_access allow parent</code></pre></div><p>et affiche la boite d&#039;authentification &quot;le proxy demande un nom d&#039;utilisateur et un mot de passe&quot;. Je renseigne les champs, je me fais jeter. Je finis par annuler et j&#039;obtiens la page &quot;ERROR, cache accès interdit&quot;.<br />Rien dans access.log mais ceci dans cache.log :</p><div class="codebox"><pre><code>2012/12/31 10:54:56| Starting Squid Cache version 3.1.19 for i686-pc-linux-gnu...
2012/12/31 10:54:56| Process ID 3275
2012/12/31 10:54:56| With 65535 file descriptors available
2012/12/31 10:54:56| Initializing IP Cache...
2012/12/31 10:54:56| DNS Socket created at [::], FD 5
2012/12/31 10:54:56| DNS Socket created at 0.0.0.0, FD 6
2012/12/31 10:54:56| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2012/12/31 10:54:56| helperOpenServers: Starting 5/5 &#039;ncsa_auth&#039; processes
2012/12/31 10:54:56| Unlinkd pipe opened on FD 21
2012/12/31 10:54:56| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2012/12/31 10:54:56| Store logging disabled
2012/12/31 10:54:56| Swap maxSize 0 + 262144 KB, estimated 20164 objects
2012/12/31 10:54:56| Target number of buckets: 1008
2012/12/31 10:54:56| Using 8192 Store buckets
2012/12/31 10:54:56| Max Mem  size: 262144 KB
2012/12/31 10:54:56| Max Swap size: 0 KB
2012/12/31 10:54:56| Using Least Load store dir selection
2012/12/31 10:54:56| Current Directory is /
2012/12/31 10:54:56| Loaded Icons.
2012/12/31 10:54:56| Accepting  intercepted HTTP connections at 0.0.0.0:3128, FD 22.
2012/12/31 10:54:56| HTCP Disabled.
2012/12/31 10:54:56| Squid plugin modules loaded: 0
2012/12/31 10:54:56| Adaptation support is off.
2012/12/31 10:54:56| Ready to serve requests.
2012/12/31 10:54:57| storeLateRelease: released 0 objects
2012/12/31 10:55:38| IpIntercept.cc(137) NetfilterInterception:  NF getsockopt(SO_ORIGINAL_DST) failed on FD 8: (92) Protocol not available</code></pre></div><p>J&#039;essaie donc ceci (qui fonctionne avec Squid seul) </p><div class="codebox"><pre><code>auth_param basic program /usr/lib/squid3/ncsa_auth /etc/passwd
acl parent proxy_auth REQUIRED
http_access allow all</code></pre></div><p>et je branche SquidGuard :</p><p>Toutes les configurations suivantes de SquidGuard font que le navigateur mouline indéfiniment<br />1.</p><div class="codebox"><pre><code>acl {
	default {
		pass	 all
		redirect http://admin.foo.bar.de/cgi-bin/blocked.cgi?clientaddr=%a&amp;clientname=%n&amp;clientuser=%i&amp;clientgroup=%s&amp;targetgroup=%t&amp;url=%u
	}
}</code></pre></div><p>2.</p><div class="codebox"><pre><code>acl {
	parent {
		pass all
	}	
	default {
		pass	 all
		redirect http://admin.foo.bar.de/cgi-bin/blocked.cgi?clientaddr=%a&amp;clientname=%n&amp;clientuser=%i&amp;clientgroup=%s&amp;targetgroup=%t&amp;url=%u
	}
}</code></pre></div><p>3.</p><div class="codebox"><pre><code>src parent {
	user parent
}
acl {
	parent {
		pass all
	}	
	default {
		pass	 all
		redirect http://admin.foo.bar.de/cgi-bin/blocked.cgi?clientaddr=%a&amp;clientname=%n&amp;clientuser=%i&amp;clientgroup=%s&amp;targetgroup=%t&amp;url=%u
	}
}</code></pre></div><p>4.</p><div class="codebox"><pre><code>src admin {
	user parent
}
acl {
	admin {
		pass all
	}	
	default {
		pass	 all
		redirect http://admin.foo.bar.de/cgi-bin/blocked.cgi?clientaddr=%a&amp;clientname=%n&amp;clientuser=%i&amp;clientgroup=%s&amp;targetgroup=%t&amp;url=%u
	}
}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (lorrinux)]]></author>
			<pubDate>Mon, 31 Dec 2012 12:38:58 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12042421#p12042421</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Contrôle parental avec squid et squidguard]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12040001#p12040001</link>
			<description><![CDATA[<p>Sans plus de détails on ne peut pas t&#039;aider.<br />- configuration de SquidGuard<br />- manipulation(s) effectuée(s)<br />- logs de Squid<br />- toute autre information intéressante...</p>]]></description>
			<author><![CDATA[dummy@example.com (tiramiseb)]]></author>
			<pubDate>Mon, 31 Dec 2012 08:31:46 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12040001#p12040001</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Contrôle parental avec squid et squidguard]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12035181#p12035181</link>
			<description><![CDATA[<p>Bon, je patine.<br />Je mets </p><div class="codebox"><pre><code>auth_param basic program /usr/lib/squid3/ncsa_auth /etc/passwd

acl parent proxy_auth REQUIRED</code></pre></div><p>ce qui permet de naviguer. <br />Par contre, dès que je branche squidguard, la connexion échoue. Je ne sais pas comment le configurer correctement.</p>]]></description>
			<author><![CDATA[dummy@example.com (lorrinux)]]></author>
			<pubDate>Sun, 30 Dec 2012 17:40:15 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12035181#p12035181</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Contrôle parental avec squid et squidguard]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12015611#p12015611</link>
			<description><![CDATA[<p>Je n&#039;ai pas pu répondre car j&#039;étais absent toute la journée.<br />Je suis entrain de faire des manips en tenant compte de tes remarques. Je crois que tu m&#039;as mis sur la bonne voie, je fais un retour dès que j&#039;ai qqch de concret.</p>]]></description>
			<author><![CDATA[dummy@example.com (lorrinux)]]></author>
			<pubDate>Fri, 28 Dec 2012 20:45:38 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12015611#p12015611</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Contrôle parental avec squid et squidguard]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12009061#p12009061</link>
			<description><![CDATA[<p>As-tu défini auth_param ?</p>]]></description>
			<author><![CDATA[dummy@example.com (tiramiseb)]]></author>
			<pubDate>Fri, 28 Dec 2012 08:54:45 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12009061#p12009061</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Contrôle parental avec squid et squidguard]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12009011#p12009011</link>
			<description><![CDATA[<p>Et Squid est-il bien démarré ?</p>]]></description>
			<author><![CDATA[dummy@example.com (tiramiseb)]]></author>
			<pubDate>Fri, 28 Dec 2012 08:47:09 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12009011#p12009011</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Contrôle parental avec squid et squidguard]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12008921#p12008921</link>
			<description><![CDATA[<p>Bon alors, j&#039;ai redécomposé comme au début en débranchant SquidGuard. Il n&#039;y a donc que Squid qui fonctionne pour l&#039;instant.<br />A l&#039;origine, dans le fichier de config, j&#039;ai </p><div class="codebox"><pre><code>http_access allow all</code></pre></div><p>et la navigation fonctionne bien.<br />Si je remplace pour voir par</p><div class="codebox"><pre><code>http_access deny all</code></pre></div><p>le navigateur affiche une page bien explicite &quot;vous n&#039;êtes pas autorisés bla bla bla ...&quot; et les logs montrent bien les tentatives de connexion aux sites avec NONE après les URL (au lieu de DIRECT quand la navigation est autorisée).<br />Si je mets une des deux lignes suivantes ou les deux ensemble</p><div class="codebox"><pre><code>acl parent proxy_auth REQUIRED
http_access allow parent</code></pre></div><p>j&#039;ai le message d&#039;erreur (approximatif) &quot;FF est configuré pour utiliser un proxy mais celui-ci refuse les connexions&quot; et plus rien n&#039;est écrit dans les logs.</p>]]></description>
			<author><![CDATA[dummy@example.com (lorrinux)]]></author>
			<pubDate>Fri, 28 Dec 2012 08:41:12 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12008921#p12008921</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Contrôle parental avec squid et squidguard]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12008661#p12008661</link>
			<description><![CDATA[<p>Quand tu mets &quot;autre chose que http_access allow all&quot;, es-tu sûr que ta syntaxe est correcte ? Squid démarre-t-il bien ? Si Squid est arrêté pour cause d&#039;erreur de syntaxe dans la configuration, c&#039;est normal qu&#039;il ne réponde pas et qu&#039;il n&#039;écrive rien dans les logs...</p>]]></description>
			<author><![CDATA[dummy@example.com (tiramiseb)]]></author>
			<pubDate>Fri, 28 Dec 2012 08:10:39 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12008661#p12008661</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Contrôle parental avec squid et squidguard]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12006781#p12006781</link>
			<description><![CDATA[<p>Pareil, bonne nuit !</p>]]></description>
			<author><![CDATA[dummy@example.com (lorrinux)]]></author>
			<pubDate>Thu, 27 Dec 2012 22:44:30 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12006781#p12006781</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Contrôle parental avec squid et squidguard]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12006751#p12006751</link>
			<description><![CDATA[<p>Étrange. Là je vais dormir, j&#039;y réfléchirai demain. </p><p>Si quelqu&#039;un d&#039;autre qui passe par là a une idée, qu&#039;il ne se gêne pas !</p>]]></description>
			<author><![CDATA[dummy@example.com (tiramiseb)]]></author>
			<pubDate>Thu, 27 Dec 2012 22:40:55 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12006751#p12006751</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Contrôle parental avec squid et squidguard]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12006611#p12006611</link>
			<description><![CDATA[<p>Rien dans les logs. Je veux dire que quand je rajoute des lignes avec proxy_auth ... required, il n&#039;y a plus de mises à jour des logs lors des tentatives de connexion, comme si squid n&#039;était pas sollicité.</p>]]></description>
			<author><![CDATA[dummy@example.com (lorrinux)]]></author>
			<pubDate>Thu, 27 Dec 2012 22:30:25 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12006611#p12006611</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Contrôle parental avec squid et squidguard]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=12006461#p12006461</link>
			<description><![CDATA[<p>Et dans les logs de Squid ?</p>]]></description>
			<author><![CDATA[dummy@example.com (tiramiseb)]]></author>
			<pubDate>Thu, 27 Dec 2012 22:15:45 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=12006461#p12006461</guid>
		</item>
	</channel>
</rss>
