[squid-users] Squid Authentication utilising user group definitions in a separate file

2004-11-01 Thread Glenn Baptista
Hi, I realise that user authentication in squid is done via an external authentication program (e.g. NCSA module) with the appropriate password file. Administratively it is preferable to write Authentication ACLs using Groups rather than User Names. Hence grouping ACLs are defined that enumer

[squid-users] Digest Authentication

2004-12-06 Thread Glenn Baptista
s possible? 2. What is the authentication program and is it part of the '/usr/lib/squid/' directory or does it have to be separately compiled. 3. What is the name of the program which will create the password file and where is it located. Thank you for your help. Yours sincerely, Glenn Baptista

Re: [squid-users] Digest Authentication

2004-12-15 Thread Glenn Baptista
in squid.conf to read 'Test' I created the password file using htdigest .../passwd Test userName I am unable to get it to authenticate using the encrypted file. If I change the password file to store name:password like before, it works fine. What am I doing wrong? Thanks once again for you

Re: [squid-users] Digest Authentication

2004-12-16 Thread Glenn Baptista
there is a link to some detailed docs it may help, since this is not my area of expertise. I have searched a fair bit on the web, in the conf file and experimented a bit as well but have been unable to reach the intended goal. Thanks Glenn Baptista Henrik Nordstrom wrote: On Wed, 15 Dec 2004,

Re: [squid-users] Digest Authentication

2004-12-16 Thread Glenn Baptista
Dear Henrik, Thanks for your help and suggestions. Will try the same and revert back. Regards Glenn Baptista Henrik Nordstrom wrote: On Thu, 16 Dec 2004, Glenn Baptista wrote: Did try to look around to see how to proceed, but did not reach the desired outcome. Saw the code for the

Re: [squid-users] Digest Authentication

2004-12-17 Thread Glenn Baptista
passwords when used within squid. Is there something I need to do while building the same to use it in this mode? Thanks Glenn Henrik Nordstrom wrote: On Thu, 16 Dec 2004, Glenn Baptista wrote: Did try to look around to see how to proceed, but did not reach the desired outcome. Saw the code for

Re: [squid-users] Digest Authentication

2004-12-13 Thread Glenn Baptista
ed for your convenience. I look forward to hearing from you. Warm regards Glenn Baptista 1. CONFIGURING THE MAKEFILE ./configure --enable-digest-auth-helpers RELEVANT OUTPUT FROM CONFIGURE creating helpers/digest_auth/Makefile creating helpers/digest_auth/password/Makefile 2. MAKE AL

[squid-users] Problem with applet files embedded within html???

2005-02-02 Thread Glenn Baptista
t from the squid.log file Thanks Glenn Baptista 1107409966.241 1 192.168.2.4 TCP_DENIED/407 1720 GET http://www.axis.com/ - NONE/- text/html 1107409981.217 9545 192.168.2.4 TCP_MISS/200 25480 GET http://www.axis.com/ glenn DIRECT/212.209.10.247 text/html 1107409983.131 5225 192.168.2.4 TC

[squid-users] Problem with applet files embedded within html???

2005-02-04 Thread Glenn Baptista
retrieved. I have tested this a number of times and get repeatable results. Does anyone know what could be happening? Below is an excerpt from the squid.log file Thanks Glenn Baptista 1107409966.241 1 192.168.2.4 TCP_DENIED/407 1720 GET http://www.axis.com/ - NONE/- text/html 1107409981.

Re: [squid-users] Problem with applet files embedded within html???

2005-02-06 Thread Glenn Baptista
this to be added to browsers with a JRE of 1.4 or lower. Any pointers by anyone in this regard would be a great help. Thanks Glenn Henrik Nordstrom wrote: On Thu, 3 Feb 2005, Glenn Baptista wrote: However when I request pages with java applets within, I get a TCP_DENIED message in the squid.log

Re: [squid-users] Problem with applet files embedded within html???

2005-02-06 Thread Glenn Baptista
/2005, Glenn Baptista wrote: Hello, I had earlier posted a message detailing problems with digest authentication (digest_pw_auth copied) from Squid Pre 3 run from within squid 2.5 Stable 7. The earlier message is appended below. The problem however does not occur when I use Squid Pre 3 version

Re: [squid-users] Problem with applet files embedded within html???

2005-02-06 Thread Glenn Baptista
with the 1.4 and 1.5 plugins. Will test also for the base 1.1.8. In the access_log file, all java driven requests only have the IP; whereas all other browser requests also have the identity of the user. Thanks once again Glenn Serassio Guido wrote: Hi, At 09.13 06/02/2005, Glenn Baptista wrote

Re: [squid-users] Problem with applet files embedded within html???

2005-02-06 Thread Glenn Baptista
Hi Guido, Yes, understand the security implications; thanks for pointing them out; will use the workaround in a safe environment. Thanks Glenn Serassio Guido wrote: Hi, At 10.42 06/02/2005, Glenn Baptista wrote: Hi Guido, Yes putting the acl statement does work. Thanks for that hint very much