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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
Hi all,
How I can migrate a user database NCSA (Squid authentication) to LDAP?
Thanks. Regards,
Paulo
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.
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
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
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
-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
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
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
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
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
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 ?
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
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
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
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
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/
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
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
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
> 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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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...
>
>
> 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.
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
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
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 "
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.
> 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
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
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,
> 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
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
> -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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
25.05.2005 18:20 cc
Subject
RE: [squid-users] Squid
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)
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
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
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
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
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 - 100 of 193 matches
Mail list logo