by the way Im using squid-2.4.STABLE6-6.7.3 I added this in my squid.conf and restart squid but window client can browse without any pasword requirement
authenticate_program /usr/lib/squid/ncsa_auth /etc/passwd authenticate_children 5 acl password proxy_auth REQUIRED ----- Original Message ----- From: Henrik Nordstrom To: Toto Gamez Cc: [EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 3:37 PM Subject: Re: [squid-users] ncsa_auth By also requiring a proxy_auth acl in the same http_access line. There is no authenticate_options directive in the current Squid version. You should probably upgrade to a supported Squid version. ncsa_auth is included in the Squid source distribution. When you build Squid you select which Basic authentication helpers you want to use by specifying --with-basic-auth-helpers=.... See configure --help. Regards Henrik Toto Gamez wrote: > > Hi, > Im new to squid and Im trying to have a certain IP to allow to browse the > internet as the same time enter a password. I already setup IP to browse the > internet my question is, "how can this allowed IP enter a password before > they can browse the internet. > I checked on the squid.conf and found about "ncsa_auth" but I cant find > this file on my machine. How can I go about it and can you give me an > examples of authenticate_options (password format) and a whole entry of > ncsa_auth > > Thanks > > Regards, > Toto
