[squid-users] Authentication related query

2003-09-19 Thread Deepa D
Hi All, The squid is configured to use pam_auth as a basic auth helper and the cache is disabled.For every url request a popup window appears asking for user name and password. Is there a way to avoid this from happening for every request?The requirement is as follows :- The first time

Re: [squid-users] Authentication related query

2003-09-19 Thread Henrik Nordstrom
On Fri, 19 Sep 2003, Deepa D wrote: > The squid is configured to use pam_auth as a basic > auth helper and the cache is disabled. For every url > request a popup window appears asking for user name > and password. Are you attemting to set up authentication in a transparently intercepting pro

Re: [squid-users] Authentication related query

2003-09-19 Thread Deepa D
Hi, No,the browser is configured to use the proxy. Regards and TIA, Deepa --- Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > On Fri, 19 Sep 2003, Deepa D wrote: > > > The squid is configured to use pam_auth as a > basic > > auth helper and the cache is disabled. For every > ur

RE: [squid-users] Authentication related query

2003-09-19 Thread Adam Aube
> No,the browser is configured to use the proxy. Then the problem could be with your browser. Squid requires the browser to send the authentication credentials for every request made. It is the browser alone that controls when and how to get the authentication info from the user. Post your squid.

Re: [squid-users] Authentication related query

2003-09-19 Thread Henrik Nordstrom
On Fri, 19 Sep 2003, Deepa D wrote: > No,the browser is configured to use the proxy. Then I do not know what the cause may be... have you tried with another browser? Regards Henrik

RE: [squid-users] Authentication related query

2003-09-19 Thread Deepa D
Hi, Thanks for the response.I am herewith pasting the squid.conf for ur perusal. http_port 3128 hierarchy_stoplist cgi-bin ? acl QUERY urlpath_regex cgi-bin \? no_cache deny QUERY acl all src 0/0 no_cache deny all cache_dir null /usr/local/squid/var/ # The below options are for redirect #debug

Re: [squid-users] Authentication related query

2003-09-20 Thread Adam Aube
>Thanks for the response.I am herewith pasting the > squid.conf for ur perusal. As far as I can tell, your squid.conf looks ok (though I've never used pam_auth before). Unless it is a problem with pam_auth, I would have to say it is most definitely a browser problem. An easy way to check wo