Halo, Sekalian salam kenal buat semua miliser ^_^ Saya pernah nyoba pake ncsa_auth di squid 2.5.STABLE4, kira-kira begini conf-nya:
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/basic.passwd auth_param basic children 5 auth_param basic realm Proxy myproxy.server.net server acl coba_auth proxy_auth REQUIRED 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 our_networks src 192.168.1.0/255.255.255.0 http_access allow our_networks coba_auth http_access deny all File /etc/squid/basic.passwd digenerate dengan htpasswd touch htpasswd htpasswd /etc/squid/basic.passwd namauser On Fri, 3 Sep 2004 14:44:34 +0700, Pinkan <[EMAIL PROTECTED]> wrote: > Hallo Admin, > > Maaf nih kalo pertanyaan saya sangat obsolete. Tapi terus terang saya lagi > pusing soal squid auth. Kalo ngelihat squid.conf, yang paling gampang, kita > pakai ncsa_auth. Saya udah baca-baca di squid-cache soal auth ini, sampai > dL chpasswd-1.9.1.tar.gz, tapi kok squid auth yang saya inginkan belum > berjalan sesuai yg diharapkan. Di client cuma nampilin user dan pass aja. > kalo di masukin pass nya, setelah gagal 3x masukin pass, tampil: ERROR Cache > Access Denied... > Btw, kalo udah ada yg berhasil, tolong dong, infoin ke saya. Ini petikan > squid.conf saya. squid2.4.STABLE7. > > authenticate_program /usr/lib/squid/ncsa_auth /usr/etc/passwd > acl all src 0.0.0.0/0.0.0.0 > acl coba_auth proxy_auth REQUIRED > acl cobanetwork src 172.21.0.0/255.255.0.0 > acl manager proto cache_object > acl localhost src 127.0.0.1/255.255.255.255 > > http_access allow localhost > http_access allow coba_auth > http_access allow cobanetwork > http_access deny all > > Makasih ya buat yang mau jawab. > -Pinkan > -- http://anmsid.blogthing.com -- Unsubscribe: kirim email kosong ke [EMAIL PROTECTED] Arsip, FAQ, dan info milis di http://linux.or.id/milis.php Tidak bisa posting? Baca: http://linux.or.id/wiki/index.php?pagename=ProblemMilisDanSolusi http://linux.or.id/wiki/index.php?pagename=TataTertibMilis
