Re: [squid-users] squid authentication failing

2014-08-12 Thread nicolas
El 2014-08-11 18:59, Sarah Baker escribió: Background: Squid: squid-3.1.23-2.el6.x86_64 OS: CentOS 6.5 - Linux 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:5= 1 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux Issue: I have two boxes, same OS, same squid binary, same config file, same squid-= pas

Re: [squid-users] squid authentication failing

2014-08-12 Thread Kinkie
On Mon, Aug 11, 2014 at 7:59 PM, Sarah Baker wrote: > Background: > Squid: squid-3.1.23-2.el6.x86_64 > OS: CentOS 6.5 - Linux 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:5= > 1 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux > > Issue: > I have two boxes, same OS, same squid binary, same config fil

[squid-users] squid authentication failing

2014-08-11 Thread Sarah Baker
Background: Squid: squid-3.1.23-2.el6.x86_64 OS: CentOS 6.5 - Linux 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:5= 1 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux Issue: I have two boxes, same OS, same squid binary, same config file, same squid-= passwd file. Configuration is setup for ncsa_auth

Re: [squid-users] squid authentication not working with mysql

2013-09-30 Thread Amos Jeffries
Can Nabble users please post directly to the squid-users mailing list. The Nabble forum is supposed to only be a mirror of our mailing list. Their interface for posting often removes critical information, re-formats submissions, and sometimes even does not deliver posts to the mailing list.

[squid-users] squid authentication not working with mysql

2013-09-30 Thread Tshooter
I am using ubuntu 12.04 and centos 6 as virtual machine on it. I've configured squid on centos and I'm trying to access it from browsers in ubuntu. I checked using browsers in Centos also. It worked fine when I used ncsa authentication, but it is not working with mysql db authentication. I used t

Re: [squid-users] Squid authentication stopped working

2013-09-26 Thread Eric Vanderveer
Looks like I got it working. Not sure exactly why all of a sudden it stopped but with Kinkie's help we cleaned up my squid.conf file and (I'm not sure if this helped) reconnected to the domain. I think I was already connected but redid to be on the safe side. Eric On Wed, Sep 25, 2013 at 1:59 PM

Re: [squid-users] Squid authentication stopped working

2013-09-25 Thread Kinkie
That's the way NTLM is supposed to work. It requires 2x 407 DENIED for each new tcp connection. On Wed, Sep 25, 2013 at 7:36 PM, Eric Vanderveer wrote: > I see "The reply for POST http://somedomain.com is DENIED because it > matched 'ntlm_auth' but then right after I see the same thing but it > s

Re: [squid-users] Squid authentication stopped working

2013-09-25 Thread Eric Vanderveer
I see "The reply for POST http://somedomain.com is DENIED because it matched 'ntlm_auth' but then right after I see the same thing but it says is ALLOWED. On Wed, Sep 25, 2013 at 1:30 PM, Eric Vanderveer wrote: > Still at a loss on this. If anyone has an idea let me know. > > > On Wed, Sep 25, 2

Re: [squid-users] Squid authentication stopped working

2013-09-25 Thread Eric Vanderveer
Still at a loss on this. If anyone has an idea let me know. On Wed, Sep 25, 2013 at 12:57 PM, Eric Vanderveer wrote: > I am assuming you mean -V and its Version 3.6.3 > > On Wed, Sep 25, 2013 at 12:56 PM, Kinkie wrote: >> can you do a ntlm_auth -v? >> >> On Wed, Sep 25, 2013 at 6:54 PM, Eric V

Re: [squid-users] Squid authentication stopped working

2013-09-25 Thread Eric Vanderveer
I am assuming you mean -V and its Version 3.6.3 On Wed, Sep 25, 2013 at 12:56 PM, Kinkie wrote: > can you do a ntlm_auth -v? > > On Wed, Sep 25, 2013 at 6:54 PM, Eric Vanderveer > wrote: >> I am using /usr/bin/ntlm_auth with squid. >> >> On Wed, Sep 25, 2013 at 12:53 PM, Kinkie wrote: >>> so it

Re: [squid-users] Squid authentication stopped working

2013-09-25 Thread Kinkie
can you do a ntlm_auth -v? On Wed, Sep 25, 2013 at 6:54 PM, Eric Vanderveer wrote: > I am using /usr/bin/ntlm_auth with squid. > > On Wed, Sep 25, 2013 at 12:53 PM, Kinkie wrote: >> so it's kerberos, not ntlm, is it? >> >> On Wed, Sep 25, 2013 at 6:52 PM, Eric Vanderveer >> wrote: >>> I already

Re: [squid-users] Squid authentication stopped working

2013-09-25 Thread Eric Vanderveer
I am using /usr/bin/ntlm_auth with squid. On Wed, Sep 25, 2013 at 12:53 PM, Kinkie wrote: > so it's kerberos, not ntlm, is it? > > On Wed, Sep 25, 2013 at 6:52 PM, Eric Vanderveer > wrote: >> I already rejoined to the domain. I checked to make sure and I can >> see the certificate when i do a k

Re: [squid-users] Squid authentication stopped working

2013-09-25 Thread Kinkie
so it's kerberos, not ntlm, is it? On Wed, Sep 25, 2013 at 6:52 PM, Eric Vanderveer wrote: > I already rejoined to the domain. I checked to make sure and I can > see the certificate when i do a klist. > > On Wed, Sep 25, 2013 at 12:45 PM, Kinkie wrote: >> What kind of ntlm auth helper are you u

Re: [squid-users] Squid authentication stopped working

2013-09-25 Thread Eric Vanderveer
I already rejoined to the domain. I checked to make sure and I can see the certificate when i do a klist. On Wed, Sep 25, 2013 at 12:45 PM, Kinkie wrote: > What kind of ntlm auth helper are you using? Samba's? > > If so, othe simplest reason I can think of without additional info is > that your

Re: [squid-users] Squid authentication stopped working

2013-09-25 Thread Kinkie
What kind of ntlm auth helper are you using? Samba's? If so, othe simplest reason I can think of without additional info is that your machine account in AD went stale for some reason.. can you try rejoining the domain? On Wed, Sep 25, 2013 at 6:27 PM, Eric Vanderveer wrote: > Hi, >I have be

[squid-users] Squid authentication stopped working

2013-09-25 Thread Eric Vanderveer
Hi, I have been running squid, dansguardian and ntlm_authentication for about 2 months now with no problem. This morning it stopped working. I can no longer surf and I get login pop ups on my window clients. On the squid server I can see the domain and its users so I am connected. My cache.lo

Re: [squid-users] squid authentication with sqlite

2011-09-11 Thread Amos Jeffries
On 11/09/11 21:41, abderrahmane abdmeziane wrote: i don't understand it detect that the driver is available isn't ? vbash-4.1# ./squid_db_auth Perhaps the DBD::sqlite perl module hasn't been fully installed, or perhaps the capitalisation of 'sqlite' isn't right. Available drivers: DBM, Exampl

Re: [squid-users] squid authentication with sqlite

2011-09-07 Thread Amos Jeffries
On Wed, 7 Sep 2011 23:12:46 +0200, abderrahmane abdmeziane wrote: hey,did squid work with sqlite authentication ?,i see in squid_db_auth file :my $dsn = "DBI:mysql:database=squid"; so i change it my $dsn = "DBI:sqlite:database=squid"; i create the squid database and passwd table,it dosen't work

[squid-users] squid authentication with sqlite

2011-09-07 Thread abderrahmane abdmeziane
hey,did squid work with sqlite authentication ?,i see in squid_db_auth file :my $dsn = "DBI:mysql:database=squid"; so i change it my $dsn = "DBI:sqlite:database=squid"; i create the squid database and passwd table,it dosen't work i put the squid database file with squid_db_auth ,not working ! can s

Re: [squid-users] Squid Authentication Problem

2010-01-05 Thread Chris Robertson
michael_gra...@cadc.uscourts.gov wrote: I'm running Squid 3.0 Stable 21. I have two reverse proxy sites setup with LDAP authentication enabled. How is the authentication prompted for (is it using HTTP auth, or a form)? When I access either site, authentication works fine. My problem is when

[squid-users] Squid Authentication Problem

2010-01-05 Thread Michael_Grasso
I'm running Squid 3.0 Stable 21. I have two reverse proxy sites setup with LDAP authentication enabled. When I access either site, authentication works fine. My problem is when I'm authenticated to one site and access something on the other site, I get prompted to authenticate again. I can't figur

Re: [squid-users] squid authentication and redirection

2009-04-08 Thread Amos Jeffries
> Dear Squid users, > > I was wondering if the following can be accomplished in squid: > > Say, a user starts using the proxy > 1 he is not logged, so he gets redirected to a webpage over https > 2 the webpage authenticates him, and sets a cookie in his browser > 3 he is then redirected to the orig

[squid-users] squid authentication and redirection

2009-04-08 Thread Rudy Gevaert
Dear Squid users, I was wondering if the following can be accomplished in squid: Say, a user starts using the proxy 1 he is not logged, so he gets redirected to a webpage over https 2 the webpage authenticates him, and sets a cookie in his browser 3 he is then redirected to the original url he wa

Re: [squid-users] squid authentication against windows Active Directory 2008 ??

2008-09-16 Thread Kevin Blackwell
No you wouldn't. I guess the squid one works too, everyone just recommends that you user the samba one. In my experience, both work fine. Have you tried the squid one? Kevin On Tue, Sep 16, 2008 at 3:56 AM, Gregory Machin <[EMAIL PROTECTED]> wrote: > then I would have to install samba from what I

Re: [squid-users] squid authentication against windows Active Directory 2008 ??

2008-09-16 Thread Amos Jeffries
Gregory Machin wrote: then I would have to install samba from what I understand, and or policy is not file sharing services allowed on the firewalls . Is there a way to get a single sign on with out installing samba ? Correct me if I'm wrong, but I don't think the NTLM helper for squid require

Re: [squid-users] squid authentication against windows Active Directory 2008 ??

2008-09-16 Thread Gregory Machin
then I would have to install samba from what I understand, and or policy is not file sharing services allowed on the firewalls . Is there a way to get a single sign on with out installing samba ? On Mon, Sep 15, 2008 at 5:56 PM, Kevin Blackwell <[EMAIL PROTECTED]> wrote: > Gregory, > > I was runni

Re: [squid-users] squid authentication against windows Active Directory 2008 ??

2008-09-15 Thread Kevin Blackwell
Gregory, I was running into the same problems. I finally for it working. Couple of questions 1. What OS 2. Why not use ntlm_auth? Works better. Kevin On Mon, Sep 15, 2008 at 9:06 AM, Gregory Machin <[EMAIL PROTECTED]> wrote: > Hi > I'm batteling to get squid_ldap_auth to authenticate against

[squid-users] squid authentication against windows Active Directory 2008 ??

2008-09-15 Thread Gregory Machin
Hi I'm batteling to get squid_ldap_auth to authenticate against M$ windows Active Directory 2008 with my config below /usr/lib64/squid/squid_ldap_auth -b "OU=Organizational Structure,DC=example,DC=co,DC=za" -h 10.*.*.250 -D "CN=squid,OU=Other,OU=TC JHB,OU=Company,OU=Organizational Structure,DC=ex

[squid-users] Squid authentication problem

2007-12-14 Thread Monah Baki
Hi All, I have squid running, but for users to access the web they must authenticate. Thing is since its a windows platform (XP professional and Vista, all running IE 7), Instant Messenger also requires the username and password in (Options - Connections) and some user is saying an application cal

[squid-users] Squid Authentication

2007-10-18 Thread Paulo
Hi all, How I can migrate a user database NCSA (Squid authentication) to LDAP? Thanks. Regards, Paulo

Re: [squid-users] Squid authentication and authorisation helper programs

2007-06-12 Thread Henrik Nordstrom
tis 2007-06-12 klockan 19:47 +0100 skrev Markus Moeller: > I wrote two squid helper programs which are available at > http://squidkerbauth.sourceforge.net/ > > The first program is a Kerberos based authentication helper program and uses > the Proxy Negotiate header with SPNEGO/Kerberos tokens.

[squid-users] Squid authentication and authorisation helper programs

2007-06-12 Thread Markus Moeller
Hi, I wrote two squid helper programs which are available at http://squidkerbauth.sourceforge.net/ The first program is a Kerberos based authentication helper program and uses the Proxy Negotiate header with SPNEGO/Kerberos tokens. It will be part of future squid-2 releases. The second help i

Re: [squid-users] Squid Authentication + ldap/samba

2007-05-11 Thread Henrik Nordstrom
fre 2007-05-11 klockan 11:30 +0100 skrev Duarte Lázaro: > But in NTLM i cannot ( i think ) restrict a user by an attribute, if > the user gets authenticated he has "net". You can. But it's two different things. Don't mix up authentication and authorization. The purpose of authentication is sol

Re: [squid-users] Squid Authentication + ldap/samba

2007-05-10 Thread Henrik Nordstrom
tor 2007-05-10 klockan 12:09 +0100 skrev Duarte Lázaro: > i really wanna is to authenticated on ldap, but the browser not to show > a pop-up, > it's possible? samba ( maybe ntlm ?) This depends entirely on browser support and which scheme you are using. Few if browsers support fully saved prox

Re: [squid-users] Squid Authentication + ldap/samba

2007-05-10 Thread Felipe Augusto van de Wiel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/10/2007 08:44 AM, Duarte Lázaro wrote: > Hi, Sergey > > I know that, but for example in IE ou Firefox the prompt > still open , although the password is saved, my question > is if there is some way that the prompt ( although the > password is s

Re: [squid-users] Squid Authentication + ldap/samba

2007-05-10 Thread Duarte Lázaro
Hi, Sergey I know that, but for example in IE ou Firefox the prompt still open , although the password is saved, my question is if there is some way that the prompt ( although the password is save ) is not shown. Dny way thanks for the tips. Sergey A. Kobzar wrote: Hello Duarte, Many brows

Re[2]: [squid-users] Squid Authentication + ldap/samba

2007-05-10 Thread Sergey A. Kobzar
Hello Duarte, Many browsers have option to save username and passwd ;) Thursday, May 10, 2007, 2:30:40 PM, you wrote: > Ok, i think i´m not explaining so good. > I have allready squid authentication, what i need is that the browser > does not show the prompt just get the credencials whitout pr

Re[2]: [squid-users] Squid Authentication + ldap/samba

2007-05-10 Thread Sergey A. Kobzar
Hello Duarte, Many browsers have option to save username and passwd ;) Thursday, May 10, 2007, 2:30:40 PM, you wrote: > Ok, i think i´m not explaining so good. > I have allready squid authentication, what i need is that the browser > does not show the prompt just get the credencials whitout pr

Re: [squid-users] Squid Authentication + ldap/samba

2007-05-10 Thread Duarte Lázaro
Ok, i think i´m not explaining so good. I have allready squid authentication, what i need is that the browser does not show the prompt just get the credencials whitout prompting the user, for example me user is part of a domain só thé get the user from the computer and the user would not have

Re[2]: [squid-users] Squid Authentication + ldap/samba

2007-05-10 Thread Sergey A. Kobzar
Hello Duarte, Thursday, May 10, 2007, 2:09:05 PM, you wrote: > Hi, > i really wanna is to authenticated on ldap, but the browser not to show > a pop-up, > it's possible? samba ( maybe ntlm ?) I gave you working configuration. Just forgot about -v 3 option. :) > what does the [skipped], does ?

Re: [squid-users] Squid Authentication + ldap/samba

2007-05-10 Thread Duarte Lázaro
Hi, i really wanna is to authenticated on ldap, but the browser not to show a pop-up, it's possible? samba ( maybe ntlm ?) what does the [skipped], does ? thanks Sergey A. Kobzar wrote: Hello Duarte, If you want authenticate users from LDAP only, this configuration is enough: auth_param

Re: [squid-users] Squid Authentication + ldap/samba

2007-05-10 Thread Sergey A. Kobzar
Hello Duarte, If you want authenticate users from LDAP only, this configuration is enough: auth_param basic program /usr/local/libexec/squid/squid_ldap_auth -b "ou=People,dc=test,dc=com" ldap.test.com auth_param basic children 5 auth_param basic realm Squid proxy-caching web server [skipped] acl

[squid-users] Squid Authentication + ldap/samba

2007-05-10 Thread Duarte Lázaro
Hi there I´m trying to set up squid whit authentication, but i would need it asking the user the credencials. Allrdy set up an "squid_ldap_auth" but a login prompt comes, every time. trying now with "squid_ldap_group", but still nothing, from the Unix prompt i can authenticate a user whit so

Re: [squid-users] Squid authentication to a Samba domain controller

2007-03-18 Thread Guido Serassio
Hi Adrian, At 15.28 18/03/2007, Adrian Chadd wrote: On Sun, Mar 18, 2007, Guido Serassio wrote: > I don't agree because the content is still outdated to 2.5 squid.conf > syntax and the Kerberos config often is not needed (as in Samba > documentation). > > It could be better to link the official

Re: [squid-users] Squid authentication to a Samba domain controller

2007-03-18 Thread Adrian Chadd
On Sun, Mar 18, 2007, Guido Serassio wrote: > I don't agree because the content is still outdated to 2.5 squid.conf > syntax and the Kerberos config often is not needed (as in Samba > documentation). > > It could be better to link the official Samba HOWTO: > http://www.samba.org/samba/docs/man/

Re: [squid-users] Squid authentication to a Samba domain controller

2007-03-18 Thread Guido Serassio
Hi Adrian, At 09.13 18/03/2007, Adrian Chadd wrote: On Sun, Mar 18, 2007, Paul Matthews wrote: > Glade to hear you have figured out your problem, but just encase anyone > else trys tog et Squid working with NTLM authentication i've writtern a > how-to for it on my website. > > Squid With NTLM au

Re: [squid-users] Squid authentication to a Samba domain controller

2007-03-18 Thread Adrian Chadd
On Sun, Mar 18, 2007, Paul Matthews wrote: > Glade to hear you have figured out your problem, but just encase anyone > else trys tog et Squid working with NTLM authentication i've writtern a > how-to for it on my website. > > Squid With NTLM authentication > http://www.opensourcehowto.org/how-to/s

RE: [squid-users] Squid authentication to a Samba domain controller

2007-03-17 Thread Paul Matthews
Glade to hear you have figured out your problem, but just encase anyone else trys tog et Squid working with NTLM authentication i've writtern a how-to for it on my website. Squid With NTLM authentication http://www.opensourcehowto.org/how-to/squid/squid-with-ntlm-authentication.html >> From: Kin

RE: [squid-users] Squid authentication to a Samba domain controller

2007-03-17 Thread Lux
> From: Kinkie [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 17, 2007 9:11 AM > On Sat, 2007-03-17 at 07:56 +0100, Lux wrote: > > Hi all > > > > I'd like Squid to authenticate, possibly transparently with > ntlm, to a Samba > > Domain Controller. > > I found, and used in other cases, plenty of

Re: [squid-users] Squid authentication to a Samba domain controller

2007-03-17 Thread Kinkie
On Sat, 2007-03-17 at 07:56 +0100, Lux wrote: > Hi all > > I'd like Squid to authenticate, possibly transparently with ntlm, to a Samba > Domain Controller. > I found, and used in other cases, plenty of documentation about doing this > but with a Windows domain, via winbindd and ntlm_auth. But thi

[squid-users] Squid authentication to a Samba domain controller

2007-03-16 Thread Lux
Hi all I'd like Squid to authenticate, possibly transparently with ntlm, to a Samba Domain Controller. I found, and used in other cases, plenty of documentation about doing this but with a Windows domain, via winbindd and ntlm_auth. But this approach seems not to be usable when the Squid box is al

Re: [squid-users] Squid authentication

2006-11-02 Thread Matus UHLAR - fantomas
On 02.11.06 14:09, Lic. Noel Alvarez Peron wrote: > I am a new user with squid. My question is: Can I authenticate users > with a transparent proxy? if you mean "intercepting proxy" (http://en.wikipedia.org/wiki/Proxy_server#Intercepting), you can't - you only can "authenticate" IP's. > Can I aut

Re: [squid-users] Squid authentication

2006-11-02 Thread Jakob Curdes
Lic. Noel Alvarez Peron schrieb: Hi: I am a new user with squid. My question is: Can I authenticate users with a transparent proxy? Can I authenticate only some kind of users or IPs? a) No, you can't as the browser thinks he ist talking to the original server - sou you cannot convince him

[squid-users] Squid authentication

2006-11-02 Thread Lic. Noel Alvarez Peron
Hi: I am a new user with squid. My question is: Can I authenticate users with a transparent proxy? Can I authenticate only some kind of users or IPs? Sorry for my english. -- Lic. Noel Alvarez Peron

Re: [squid-users] Squid Authentication

2006-03-27 Thread S.M.H. Hamidi
Hi, How do you expect the browser to send authentication information without user intervention? sending authentication information automatically, contradicts with authentication concept. Maybe you look for an authentication mechanism like web login? Regards, --- Rachel <[EMAIL PROTECTED]> w

Re: [squid-users] Squid Authentication

2006-03-27 Thread S.M.H. Hamidi
Hi, How do you expect the browser to send authentication information without user intervention? sending authentication information automatically, contradicts with authentication concept. Maybe you look for an authentication mechanism like web login? Regards, --- Rachel <[EMAIL PROTECTED]> w

[squid-users] Squid Authentication

2006-03-25 Thread Rachel
Hi All, Im looking for a way to authenticate with squid (not IP based) that wont prompt the user for a user name or password. At the moment im using a BASIC auth method and saving the password, however id quite like to find a way to have the client automatically supply this information to sq

Re: [squid-users] SQUID authentication, re-authentication necessary

2006-03-20 Thread Henrik Nordstrom
mån 2006-03-20 klockan 08:00 +0100 skrev Chiabudini, Tino: > Hallo, > I have 2 squid-server working in a chain. The first forwards all queries to > the second. > The second asks for password authentication. > > Most of the time it works very well, > but sometimes the users have to repeat the auth

Re: [squid-users] SQUID authentication, re-authentication necessary

2006-03-20 Thread Mark Elsen
> Hallo, > I have 2 squid-server working in a chain. The first forwards all queries to > the second. > The second asks for password authentication. > Most of the time it works very well, > but sometimes the users have to repeat the authentication two or three times, > before the user was authenti

[squid-users] SQUID authentication, re-authentication necessary

2006-03-19 Thread Chiabudini, Tino
Hallo, I have 2 squid-server working in a chain. The first forwards all queries to the second. The second asks for password authentication. Most of the time it works very well, but sometimes the users have to repeat the authentication two or three times, before the user was authenticated by squ

Re: [squid-users] squid authentication issue

2006-02-21 Thread Henrik Nordstrom
On Mon, 20 Feb 2006, Murray S. Kucherawy wrote: If there's anyone on this list who maintains the example files or an FAQ, let me know and I can tell you what I had to do to get it working. I maintain both the FAQ and squid.conf(.default). Regards Henrik

Re: [squid-users] squid authentication issue

2006-02-20 Thread Murray S. Kucherawy
On Thu, 16 Feb 2006, Murray S. Kucherawy wrote: Another thought: I have some pretty restrictive header_access lines in there (the "paranoid" set, I believe). Could that be removing one or more headers that would make the browser do the desired thing here? Quite possible. You need to allow the

Re: [squid-users] squid authentication issue

2006-02-19 Thread Murray S. Kucherawy
On Fri, 17 Feb 2006, Henrik Nordstrom wrote: Another thought: I have some pretty restrictive header_access lines in there (the "paranoid" set, I believe). Could that be removing one or more headers that would make the browser do the desired thing here? Quite possible. You need to allow the pr

Re: [squid-users] squid authentication issue

2006-02-16 Thread Henrik Nordstrom
On Thu, 16 Feb 2006, Murray S. Kucherawy wrote: Another thought: I have some pretty restrictive header_access lines in there (the "paranoid" set, I believe). Could that be removing one or more headers that would make the browser do the desired thing here? Quite possible. You need to allow th

Re: [squid-users] squid authentication issue

2006-02-16 Thread Murray S. Kucherawy
On Mon, 13 Feb 2006, Henrik Nordstrom wrote: Any output from "squid -k parse"? None. Any other http_access lines before this? No. What is it that causes a browser to just display the "Cache access denied" page instead of prompting for a userid and password? Perhaps detailed logging will

Re: [squid-users] squid authentication issue

2006-02-14 Thread Murray S. Kucherawy
On Tue, 14 Feb 2006, Mark Elsen wrote: http://www.squid-cache.org/Doc/FAQ/FAQ-17.html#ss17.16 OK, so then what I'm trying to do should be working. At least I'm on the right track...

Re: [squid-users] squid authentication issue

2006-02-14 Thread Mark Elsen
> > > Could this problem be based on the fact that I've got my browser > configured to use squid as a proxy, versus having it operating normally > and using squid as a transparent proxy? > http://www.squid-cache.org/Doc/FAQ/FAQ-17.html#ss17.16 M.

Re: [squid-users] squid authentication issue

2006-02-14 Thread Murray S. Kucherawy
On Mon, 13 Feb 2006, Henrik Nordstrom wrote: I'm trying to get my head around proxy authentication with 2.5-STABLE7. I believe I have it right based on what I've read in the FAQ and the sample configuration, but the browser never asks me for a userid or password and instead just returns a "Cach

Re: [squid-users] squid authentication issue

2006-02-13 Thread Henrik Nordstrom
On Mon, 13 Feb 2006, Mark Elsen wrote: http_access allow password http_access deny all Your are not allowing any source addresses , try http_access allow all password Won't and can't make any difference. Squid does not really care what kinds of AC

Re: [squid-users] squid authentication issue

2006-02-13 Thread Henrik Nordstrom
On Sun, 12 Feb 2006, Murray S. Kucherawy wrote: I'm trying to get my head around proxy authentication with 2.5-STABLE7. I believe I have it right based on what I've read in the FAQ and the sample configuration, but the browser never asks me for a userid or password and instead just returns a "

Re: [squid-users] squid authentication issue

2006-02-13 Thread Murray S. Kucherawy
On Mon, 13 Feb 2006, Mark Elsen wrote: Your are not allowing any source addresses , try http_access allow all password No improvement. It still just goes to the "Cache access denied" page without the browser ever prompting for a password.

Re: [squid-users] squid authentication issue

2006-02-13 Thread Mark Elsen
> I'm trying to get my head around proxy authentication with 2.5-STABLE7. I > believe I have it right based on what I've read in the FAQ and the sample > configuration, but the browser never asks me for a userid or password and > instead just returns a "Cache Access Denied" page. > > The relevant l

[squid-users] squid authentication issue

2006-02-12 Thread Murray S. Kucherawy
I'm trying to get my head around proxy authentication with 2.5-STABLE7. I believe I have it right based on what I've read in the FAQ and the sample configuration, but the browser never asks me for a userid or password and instead just returns a "Cache Access Denied" page. The relevant lines fr

Re: [squid-users] Squid Authentication Methods

2006-01-11 Thread D & E Radel
m_scripts/plaintext_check.sh` Non-standard, but you could get it to work if you can write shell scripts.. D.Radel. - Original Message - From: "Mark Elsen" <[EMAIL PROTECTED]> To: "Paolo Biancolli" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, January 11,

Re: [squid-users] Squid Authentication Methods

2006-01-11 Thread Mark Elsen
> Hi all, > > Is it possible to authenticate using a flat text file as well as using MS > Active Directory? We are currently rolling out AD and may need to have 2 > different authentication methods. > I presume "as well" means that if the user is not in AD,look it up in the flat tx file. It does

[squid-users] Squid Authentication Methods

2006-01-10 Thread Paolo Biancolli
Hi all, Is it possible to authenticate using a flat text file as well as using MS Active Directory? We are currently rolling out AD and may need to have 2 different authentication methods. Any help will be appreciated Regards Paolo Biancolli

RE: [squid-users] squid authentication input via web page

2005-12-12 Thread Chris Robertson
> -Original Message- > From: Sean Ali [mailto:[EMAIL PROTECTED] > Sent: Friday, December 09, 2005 8:50 PM > To: squid-users@squid-cache.org > Subject: [squid-users] squid authentication input via web page > > > Hello, > > Is it possible for squid to acc

[squid-users] squid authentication input via web page

2005-12-09 Thread Sean Ali
Hello, Is it possible for squid to accept proxy authentication via a web page (FORM based maybe?) instead of causing the browser to pop up a dialogue box? Basically I would like for all the authentication to be done via one web page, this way I can give user's more information.. Sean.

Re: [squid-users] Squid authentication through LDAP

2005-11-14 Thread Christoph Haas
On Monday 14 November 2005 12:29, [EMAIL PROTECTED] wrote: > I was able to setup squid with basic_ncsa authentication, the only > problem I'm encountering with basic_ncsa, everytime a user opens a new > browser the squid always requires a username and password. That's the way authentication works

[squid-users] Squid authentication through LDAP

2005-11-14 Thread wlagmay
Hi all, I was able to setup squid with basic_ncsa authentication, the only problem I'm encountering with basic_ncsa, everytime a user opens a new browser the squid always requires a username and password. Im just wondering if this problem will be solve by LDAP authentication? Also can you any

[squid-users] squid: authentication query

2005-10-26 Thread Maria Dolores
Hello I am new in this list. I am working in a software development group for linux, we are desinging a software for parent control to internet access. We are using squid and I have several doubts about the possibilitys squid offer to authentication. I have achieved configure squid with pam_aut

Re: [squid-users] squid Authentication without proxy setting

2005-07-18 Thread Christoph Haas
On Mon, Jul 18, 2005 at 05:33:50AM +0430, Abbas Salehi wrote: > Can you advice me how i can configure squid to authenticate without set the > proxy server ,actully i want transparent proxy with authentication,the > authentication method is not important, http://www.squid-cache.org/Doc/FAQ/FAQ-17.h

[squid-users] squid Authentication without proxy setting

2005-07-18 Thread Abbas Salehi
Hi guys Can you advice me how i can configure squid to authenticate without set the proxy server ,actully i want transparent proxy with authentication,the authentication method is not important, I'm looking forward to your e-mail Regards Abbas Salehi (asalehi) ISiran Company

[squid-users] Squid authentication with radius

2005-07-12 Thread Abbas Salehi
Hi I'm doing squid authentication with radius ,but i have some problem, 1- shall i config the radius server to work with squid, 3-what is the secret key,i should set the secret key in both of them,radius and radius_auth.conf 2-how we can debug squid that work properly with this module Regards Abb

Re: [squid-users] Squid authentication with radius server

2005-07-12 Thread Neil A. Hillard
om: "Neil A. Hillard" <[EMAIL PROTECTED]> To: "Abbas Salehi" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, July 12, 2005 12:21 PM Subject: Re: [squid-users] Squid authentication with radius server Hi, Abbas Salehi wrote: Can anyone help me How we can config squid t

Re: [squid-users] Squid authentication with radius server

2005-07-12 Thread Neil A. Hillard
Hi, Abbas Salehi wrote: Can anyone help me How we can config squid to authenticate with radius server, The radius server is out of this server and it's separately Server,what module should be used for authe program,if you have any guidance or any external software ,could you please help me, I

[squid-users] Squid authentication with radius server

2005-07-12 Thread Abbas Salehi
Dear Squid users Can anyone help me How we can config squid to authenticate with radius server, The radius server is out of this server and it's separately Server,what module should be used for authe program,if you have any guidance or any external software ,could you please help me, Regards Abb

[squid-users] Squid authentication with radius server

2005-07-11 Thread Abbas Salehi
Dear Squid users Can anyone help me How we can config squid to authenticate with radius server, The radius server is out of this server and it's separately Server,what module should be used for authe program,if you have any guidance or any external software ,could you please help me, Regards Abb

[squid-users] squid authentication pop up.

2005-06-21 Thread Bonnici Daniel
Hi, I am trying to monitor a security system webcam through port 80 and it is working fine over the internet BUT if I try to access the site behind the squid proxy server the authentiction pop up will not come up. But from a PC connected to the internet(no squid) it works fine. It seems like the po

[squid-users] RE: Spam:::Re: [squid-users] Squid Authentication Failure

2005-06-10 Thread Sam Reynolds
Thanks, that fixed my issue. -Original Message- From: Serassio Guido [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 11:23 AM To: Sam Reynolds; squid-users@squid-cache.org Subject: Spam:::Re: [squid-users] Squid Authentication Failure Hi, At 00.45 10/06/2005, Sam Reynolds wrote

Re: [squid-users] Squid Authentication Failure

2005-06-10 Thread Serassio Guido
Hi, At 00.45 10/06/2005, Sam Reynolds wrote: We have just upgraded to the latest release of Squid 3. We have tried both the Squid Cache version 3.0-PRE3-20050608 and Squid Cache version 3.0-PRE3-20050609 with squid_rad_auth version 1.06 and squid_radius_auth 1.07. Each time we authenticate

[squid-users] Squid Authentication Failure

2005-06-09 Thread Sam Reynolds
We have just upgraded to the latest release of Squid 3. We have tried both the Squid Cache version 3.0-PRE3-20050608 and Squid Cache version 3.0-PRE3-20050609 with squid_rad_auth version 1.06 and squid_radius_auth 1.07. Each time we authenticate to our windows 2003 radius server, we receive th

RE: [squid-users] Squid authentication and Active Directory

2005-05-26 Thread Henrik Nordstrom
On Wed, 25 May 2005 [EMAIL PROTECTED] wrote: But: Is there a way to use the integrated windows authentication, so that the user will not be asked for his password each time he tries to brows the internet? It should use the login password from windows automatically. See the Squid FAQ section on

RE: [squid-users] Squid authentication and Active Directory

2005-05-25 Thread Stefan . Vogel
25.05.2005 18:20 cc Subject RE: [squid-users] Squid

RE: [squid-users] Squid authentication and Active Directory

2005-05-25 Thread McKinlay, Ken
nal Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 25, 2005 11:58 AM > To: squid-users@squid-cache.org > Subject: [squid-users] Squid authentication and Active Directory > > Hello, > > How do I need to build squid (stable10)

[squid-users] Squid authentication and Active Directory

2005-05-25 Thread Stefan . Vogel
Hello, How do I need to build squid (stable10) in order to be able to make authentication against Active Directory (Win2003). Authentication should also test if the user is in a special group. and then: how should my squid.conf look like i.e.? Mit den besten Grüssen/Best Regards Stefan Vogel

Re: [squid-users] Squid authentication query

2005-04-25 Thread Henrik Nordstrom
On Mon, 25 Apr 2005, Wennie V. Lagmay wrote: Im using Fedora core 1 1386 for testing and FC2 64 bit for production. The Fedora Core RPM of Squid contains ncsa_auth. No need to install it separately. /usr/lib/squid/ncsa_auth Regards Henrik

Re: [squid-users] Squid authentication query

2005-04-25 Thread Wennie V. Lagmay
Monday, April 25, 2005 3:30 PM Subject: Re: [squid-users] Squid authentication query > On Mon, 25 Apr 2005, Wennie V. Lagmay wrote: > > > Hi squidrunner, > > > > Can you please give me an instruction on how to enable the NCSA without > > recompiling the the squid. Im

Re: [squid-users] Squid authentication query

2005-04-25 Thread Wennie V. Lagmay
Hi Henrik, I found it already, now is to install it - Original Message - From: "Henrik Nordstrom" <[EMAIL PROTECTED]> To: "Wennie V. Lagmay" <[EMAIL PROTECTED]> Cc: "Squid Users" Sent: Monday, April 25, 2005 3:30 PM Subject: Re: [squid-users] Squ

Re: [squid-users] Squid authentication query

2005-04-25 Thread Wennie V. Lagmay
Hi Henrik, Im using Fedora core 1 1386 for testing and FC2 64 bit for production. - Original Message - From: "Henrik Nordstrom" <[EMAIL PROTECTED]> To: "Wennie V. Lagmay" <[EMAIL PROTECTED]> Cc: "Squid Users" Sent: Monday, April 25, 200

  1   2   >