On Wed, Feb 05, 2014 at 10:08:41AM +0100, matthew vassallo wrote:
> Hi,
>
> I am trying to connect Squid with Windows Server 2008 R2 active directory but
> its not working. I made a test environment and ran the following:
>
> /usr/lib/squid3/squid_ldap_auth -b "dc=matthew,dc=com" -h 192.168.2.3
Hi,
I am trying to connect Squid with Windows Server 2008 R2 active directory but
its not working. I made a test environment and ran the following:
/usr/lib/squid3/squid_ldap_auth -b "dc=matthew,dc=com" -h 192.168.2.3 -D
"cn=vassm068,ou=IT,dc=matthew,dc=com" -w "Pa$$w0rd" -f
"(&(objectClass=pe
On 17/06/11 16:29, เชต wrote:
Hi all,
I've just config the squid proxy server to authenticate users to
Microsoft Active Directory. Everything seem fine except squid keep
asking username/password every time users open new web browser or
switch to other web browser like it check for some sessi
Hi all,
I've just config the squid proxy server to authenticate users to
Microsoft Active Directory. Everything seem fine except squid keep
asking username/password every time users open new web browser or
switch to other web browser like it check for some session variable in
each browser insta
>Messaggio originale
>Da: projpr...@virgilio.it
>Data: 24-gen-2011
8.34
>A:
>Ogg: R: Re: [squid-users] R: Re: [squid-users]
Squid - ldap auth against active directory 2008 R2
>
>Thanks a lot for your
reply.
>
>this sounds really good...strange that on
On 22/01/11 00:41, projpr...@virgilio.it wrote:
Thanks a lot for you reply!
this gives me a bit of courage...
well, I made
some test from a opensuse machine and it looks like it works...
now, if i look
at the process monitor with dependencies and thread on the original machine i
have
ownerpr
.
>Messaggio originale
>Da:
squ...@treenet.co.nz
>Data: 21-gen-2011 9.20
>A:
>Ogg: Re: [squid-users] Squid - ldap auth against active directory 2008 R2
>
>On 21/01/11 20:47, projpr...@virgilio.it wrote:
>> Ok, let´s start with a
general question:
>>
>
On 21/01/11 20:47, projpr...@virgilio.it wrote:
Ok, let´s start with a general question:
does squid work with ldap auth and
active directory 2008 R2???
is there someone that has kind of experience with
that???
Thanks jcasale: yes we upgraded the domain from 2003 to 2008 R2, all
domain controlle
authentication already tested in 2008 R2
environment.
Thanks in advance.
>Messaggio originale
>Da:
jcas...@activenetwerx.com
>Data: 20-gen-2011 17.13
>A: "squid-users@squid-cache.
org"
>Ogg: RE: [squid-users] R: RE: [squid-users]
Squid - ldap auth against
>As I
>said: with AD 2003 was working well, now with AD2008 is not working
That doesn’t help us, so you upgraded the domain? Regardless, you're not
auth'ing to the "same" server so something changed.
>auth_param basic
>program usr/sbin/squid_ldap_auth -d -v "3" -s "sub" -b "dc=example, dc=o
Messaggio originale
>Da:
jcas...@activenetwerx.com
>Data: 20-gen-2011 12.58
>A: "squid-users@squid-cache.
org"
>Ogg: RE: [squid-users] Squid - ldap auth
against active directory 2008 R2
>
>>On the cache.log of squid i can see a
error message "could not bi
>On the cache.log of squid i can see a error message "could not bind to bindn"
>server" "can´t contact ldap server.
>
>Could someone help me to let it work?
Probably not without seeing your config and knowing your AD setup.
If you upgraded, has your ldap topology remained exactly the same?
Were
Hi,
i had succesfully used until today squid on a SLES 10 machine with ldap
authentication against active directory 2003.
The company wanted to make an
update to active directory 2008 R2: now it looks like it does not work
properly.
On user side the login window pops up and, once entered the
>Yes using -D and -w switches, with creds known to work on other devices
>doing ldap (MFDs for one).
Redact the sensitive parts, and post the actual cmd in your conf. Likely
the domain/user syntax is wrong.
Yes using -D and -w switches, with creds known to work on other devices
doing ldap (MFDs for one).
On Fri, September 10, 2010 10:47 am, Joseph L. Casale wrote:
>>I'm sure this has been asked before - working on a squid box that is to
>>Auth to AD. Unable to authenticate and getting error in squi
>I'm sure this has been asked before - working on a squid box that is to
>Auth to AD. Unable to authenticate and getting error in squid cache log:
>WARNING: could not bind to binddn 'Invalid credentials'
By default, Windows doesn't allow anon binds, are you using a bind account
and if so are the
I'm sure this has been asked before - working on a squid box that is to
Auth to AD. Unable to authenticate and getting error in squid cache log:
WARNING: could not bind to binddn 'Invalid credentials'
--
Rick Chisholm
Systems Administrator
Parallel42
The setup that i have is in collaboration between zimbra and samba.
the users are created in posix accounts and have to belong to either
Admins or Users who are translated to Domain Admins Domain Users
respectively. Hence want to allow the Admins but deny the Users.
The bannedips "acl bannedips ds
Kevin Kimani wrote:
oops had left out tthe deny part
acl ldapauth proxy_auth REQUIRED
acl InetAccess external InetGroup Admins
acl InetDeny external InetGroup Users
http_access deny InetDeny
http_access deny bannedips
http_access allow InetAccess
http_access allow my_network
When i do this, al
oops had left out tthe deny part
acl ldapauth proxy_auth REQUIRED
acl InetAccess external InetGroup Admins
acl InetDeny external InetGroup Users
http_access deny InetDeny
http_access deny bannedips
http_access allow InetAccess
http_access allow my_network
When i do this, all are blocked from acc
Kevin Kimani wrote:
Find below the configurations placed in my config file
auth_param basic program /usr/lib/squid/squid_ldap_auth -v 3 -b
dc=openworld,dc=co,dc=ke -f "(&(uid=%s)(objectClass=zimbraAccount))"
-h 192.168.111.130
auth_param basic realm Squid proxy-caching web server
auth_param basi
Find below the configurations placed in my config file
auth_param basic program /usr/lib/squid/squid_ldap_auth -v 3 -b
dc=openworld,dc=co,dc=ke -f "(&(uid=%s)(objectClass=zimbraAccount))"
-h 192.168.111.130
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hou
Kevin Kimani wrote:
Hi all,
Am having a problem trying to authenticate a group that i have set up
in my zimbra mail server. the users are stored in an ldap database
thus thought that authentication would just be the same as other ldap
databases. am able to authenticate users in singular but want
, 23/2/10, Kevin Kimani wrote:
>
>> From: Kevin Kimani
>> Subject: [squid-users] Squid ldap group authentication with Zimbra LDAP
>> To: "squid-users"
>> Received: Tuesday, 23 February, 2010, 5:00 PM
>> Hi all,
>> Am having a problem trying to authe
Hi all,
Am having a problem trying to authenticate a group that i have set up
in my zimbra mail server. the users are stored in an ldap database
thus thought that authentication would just be the same as other ldap
databases. am able to authenticate users in singular but want to barr
some users in
Hi!
On Sat, Jan 2, 2010 at 1:49 PM, ml ml wrote:
> Hi,
>
> thanks for the reply.
>
> However, i cant get the proof-of-concept working on the command line:
>
> echo "mo" | squid_ldap_group -b "dc=my-domain,dc=com" -f "cn=mo" -F
> "cn=mo" -h localhost -D "cn=Manager,dc=my-domain,dc=com" -w secre
ml ml wrote:
Hi,
thanks for the reply.
However, i cant get the proof-of-concept working on the command line:
echo "mo" | squid_ldap_group -b "dc=my-domain,dc=com" -f "cn=mo" -F
"cn=mo" -h localhost -D "cn=Manager,dc=my-domain,dc=com" -w secret
it always returns ERR.
So, user with common
Hi,
thanks for the reply.
However, i cant get the proof-of-concept working on the command line:
echo "mo" | squid_ldap_group -b "dc=my-domain,dc=com" -f "cn=mo" -F
"cn=mo" -h localhost -D "cn=Manager,dc=my-domain,dc=com" -w secret
it always returns ERR. If i do a "tcpdump -i any -n port 389"
ml ml wrote:
Hello List,
i read that its quite easy to get squid with ldap auth running.
I would also like to manage Black/White URL-Lists in ldap. Can this be
done via ldap, too?
Yes, it can be done. It's roll-your-own, however...
http://www.squid-cache.org/Doc/config/external_acl_type
Hello List,
i read that its quite easy to get squid with ldap auth running.
I would also like to manage Black/White URL-Lists in ldap. Can this be
done via ldap, too?
Cheers,
Mario
Hi!
Sure: the DN syntax that squid is sending to the LDAP is invalid.
without your config, there is nothing more I can say (for me: it just
worked!).
I hope this helps,
Ildefonso Camargo
On Wed, Dec 9, 2009 at 8:57 AM, Dominguez, Gaston Matias
wrote:
> Hi people
>
> I having troubles with
Hi people
I having troubles with my two server.
Server A - PDC with SAMBA & LDAP Works Fine.
Server B - Squid without SAMBA & LDAP.
I need to autenticated all users that has web Access and is login on PDC but
it's not working.
The Server B tell me this:
2009/12/09 05:16:42| Reconfiguring Squi
On Wed, Dec 2, 2009 at 4:52 PM, Dominguez, Gaston Matias
wrote:
> Hi people,
>
> I want to know how to configure a squid server with ldap.
>
> Someone can help me.
http://wiki.squid-cache.org/ConfigExamples/Authenticate/Ldap
http://wiki.squid-cache.org/HelpOnAuthentication/LDAP
http://wiki.squid-
Hi people,
I want to know how to configure a squid server with ldap.
Someone can help me.
Regards.
ect: RE: [squid-users] Squid/LDAP re-challenges browser on http_access deny
On Wed, 7 Oct 2009 14:23:45 +1100, "Dion Beauglehall"
wrote:
> Hi,
>
> I am now having issues with custom error pages,
>
> I have the deny_info line for the accessdeny acl, but it isn't get
@treenet.co.nz]
> Sent: Monday, 14 September 2009 12:20 PM
> To: Dion Beauglehall
> Cc: squid-users@squid-cache.org
> Subject: RE: [squid-users] Squid/LDAP re-challenges browser on
http_access
> deny
>
> On Mon, 14 Sep 2009 12:12:27 +1000, "Dion Beauglehall"
> wrote:
eenet.co.nz]
Sent: Monday, 14 September 2009 12:20 PM
To: Dion Beauglehall
Cc: squid-users@squid-cache.org
Subject: RE: [squid-users] Squid/LDAP re-challenges browser on http_access deny
On Mon, 14 Sep 2009 12:12:27 +1000, "Dion Beauglehall"
wrote:
> Hi Amos,
>
> The changes you
ervers and
clients and check that the connection-auth settings are still turned on
(default is on for Squid-2).
Amos
>
>
> -Original Message-
> From: Amos Jeffries [mailto:squ...@treenet.co.nz]
> Sent: Thursday, 10 September 2009 11:30 AM
> To: squid-users@squid-cache.or
?
Regards,
Dion
-Original Message-
From: Amos Jeffries [mailto:squ...@treenet.co.nz]
Sent: Thursday, 10 September 2009 11:30 AM
To: squid-users@squid-cache.org
Subject: Re: [squid-users] Squid/LDAP re-challenges browser on http_access deny
On Thu, 10 Sep 2009 10:55:58 +1000, "
Message-
> From: Amos Jeffries [mailto:squ...@treenet.co.nz]
> Sent: Thursday, 10 September 2009 11:30 AM
> To: squid-users@squid-cache.org
> Subject: Re: [squid-users] Squid/LDAP re-challenges browser on
http_access
> deny
>
> On Thu, 10 Sep 2009 10:55:58 +1000, &q
: Amos Jeffries [mailto:squ...@treenet.co.nz]
Sent: Thursday, 10 September 2009 11:30 AM
To: squid-users@squid-cache.org
Subject: Re: [squid-users] Squid/LDAP re-challenges browser on http_access deny
On Thu, 10 Sep 2009 10:55:58 +1000, "Dion Beauglehall"
wrote:
> Hi,
>
> I’m confi
On Thu, 10 Sep 2009 10:55:58 +1000, "Dion Beauglehall"
wrote:
> Hi,
>
> I’m configuring a squid proxy box with LDAP authentication, and ACLs
based
> on LDAP groups. I have the LDAP authentication working, as are groups.
>
> However, when I add a user to an “Access Denied” group, squid then caus
Hi,
I’m configuring a squid proxy box with LDAP authentication, and ACLs based on
LDAP groups. I have the LDAP authentication working, as are groups.
However, when I add a user to an “Access Denied” group, squid then causes the
browser to bring up a authentication dialog box. Most squid insta
Henrik Nordstrom wrote:
> tis 2009-08-18 klockan 15:51 -0400 skrev mic...@casa.co.cu:
>
>> Hello
>>
>> Using squid "2.6.STABLE21 Version".
>>
>> I authenticate my users against active directory of windows. need to
>> add another server to possible technical failures, if no response from
>> t
tis 2009-08-18 klockan 15:51 -0400 skrev mic...@casa.co.cu:
> Hello
>
> Using squid "2.6.STABLE21 Version".
>
> I authenticate my users against active directory of windows. need to
> add another server to possible technical failures, if no response from
> the primary controller, then to consu
Hello
Using squid "2.6.STABLE21 Version".
I authenticate my users against active directory of windows. need to
add another server to possible technical failures, if no response from
the primary controller, then to consult a secondary.
is it possible?
Michel
--
Hello everyone
I'm working with squid and I have some idea that may be useful or not.
Squid ntlm authenticated proxy against samba.
Samba with ldap storage synchronized with a windows active directory ldap
db.
It might sound a somewhat like a merry-go-round, but this way,
authentication may not
Greetings
working on creating a simple web access cache with authentication. I
want to use my current LDAP directory to get login info.
running squid 3.0 stable 13
so close. clients browser pops up and asks for credentials. The
username and pass are given and the browser prompts again. nev
Hi all,
(Sorry for my bad English)
I'm setting-up SQUID for my work, and I'm having problems with ACL and LDAP :
We have 3 domains with approbations working up. I have set-up SQUID to
work as Transparent proxy and NTLM authentication.
It's working well with my domain1.local, all users are logge
[EMAIL PROTECTED] wrote:
Dear Squid-Users,
I would like just to ask a bit of help regarding
squid_ldap_group.
I tried with success the helper from commandline
about a match between a user and a group and everything works
perfectly.
Now, using the same set in squid.conf, it shows me in the
lo
Dear Squid-Users,
I would like just to ask a bit of help regarding
squid_ldap_group.
I tried with success the helper from commandline
about a match between a user and a group and everything works
perfectly.
Now, using the same set in squid.conf, it shows me in the
log that the helpers are cras
Dear Squid-Users,
I would like just to ask a bit of help regarding
squid_ldap_group.
I tried with success the helper from commandline
about a match between a user and a group and everything works
perfectly.
Now, using the same set in squid.conf, it shows me in the
log that the helpers are cras
On ons, 2008-07-16 at 18:31 -0700, Zack Duchene wrote:
> I am having a very hard time getting the group external_acl to work with
> my active directory.
>
> Here is the command that I am using:
>
> external_acl_type InetGroup %LOGIN /usr/lib/squid/squid_ldap_group -R -b
> "dc=ADVANTAGE,dc=com"
I am having a very hard time getting the group external_acl to work with
my active directory.
Here is the command that I am using:
external_acl_type InetGroup %LOGIN /usr/lib/squid/squid_ldap_group -R -b
"dc=ADVANTAGE,dc=com" -D "cn=admin1,cn=USERS,dc=ADVANTAGE,dc=com" -w
"**" -f
"(&(ob
Not sure if this is the right info you want:
I am authenticating with a Win2003 AD server. squid_proxy_ldap was installed
on the system when I installed, didn't exactly do any configuration for it I
believe. The OS is Redhat Enterprise Linux 5.
I'm not sure what you meant by change the schema?
Hi,
Just curious: How did you setup ldap? What distro?
Are you authenticating with a Win2* AD server? Did you change the schema?
- Mauricio
Jemburula wrote:
Hi everyone :-),
I'm having some problems configuring Squid to authenticate with LDAP. I
first of all started by testing these command
Hi everyone :-),
I'm having some problems configuring Squid to authenticate with LDAP. I
first of all started by testing these commands in the command line:
/usr/lib64/squid/squid_ldap_auth -b "dc=example,dc=com,dc=au" -D
"cn=Administrator,cn=Users,dc=example,dc=com,dc=au" -w "mypassword" -f
sAM
Em Dom, 2007-06-17 às 14:16 +0200, Henrik Nordstrom escreveu:
> fre 2007-06-15 klockan 09:56 -0300 skrev pauloric:
>
> > c) from squid.conf:
> > auth_param basic program /usr/lib/squid/ldap_auth -b
> > "dc=xxx,dc=com,dc=br" -f "uid=%s" -h 130.0.150.2
> > auth_param basic children 10
> > auth_para
fre 2007-06-15 klockan 09:56 -0300 skrev pauloric:
> c) from squid.conf:
> auth_param basic program /usr/lib/squid/ldap_auth -b
> "dc=xxx,dc=com,dc=br" -f "uid=%s" -h 130.0.150.2
> auth_param basic children 10
> auth_param basic
> program /usr/lib/squid/ncsa_auth /etc/admwebuser/squidusers.passwd
Hi,
On Fri, Jun 15, pauloric wrote:
> a) squid:~# /usr/lib/squid/ldap_auth -b "dc=xxx,dc=com,dc=br" -f "uid=
> % s" -h 130.0.150.2
> pauloric pauloric
> OK
that's good.
> squid# tail -f /var/log/squid/access.log| grep 130.0.150.2
> 1181911584.377 8 130.0.150.2 TCP_DENIED/407 1832 GET
>
Hi Guys
Scenario:
Gnu Linux Debian 3.1 + squid 2.5.9-10sarge2
Using nsca_auth works like a charm, but now I intend to move everything
to LDAP and I can't authenticate against it.
see below from squid machine:
a) squid:~# /usr/lib/squid/ldap_auth -b "dc=xxx,dc=com,dc=br" -f "uid=
% s" -h 130.
Greetings !
I configured Squid+LDAP which works fine, but passwords are sent in
plain text format over LAN.
I need to send the passwords over SSL. In this regard, I have two
questions.
1) I have read that SSL encryption can be achieved from proxy
server to ldap server only. How can I achi
Lucas Beber wrote:
Hello to all
I have a task that at first sight it seemed simple and it is the one of
installing SQUID with users' of LDAP validation in Microsoft Windows 2003
Server Directory Activates.
I have already looked for for all sides and I don't find a correct
information to be ab
Hello to all
I have a task that at first sight it seemed simple and it is the one of
installing SQUID with users' of LDAP validation in Microsoft Windows 2003
Server Directory Activates.
I have already looked for for all sides and I don't find a correct
information to be able to configure it.
Hola lista;
tengo un problema, tengo mi squid y mi servidor ldap funcionando
correctamente, deseo que mi tener acceso por grupo desde el esquid
pero no he podido logralo hasta ahora, estoy utilizando
"squid_ldap_group"
en mi squid.conf
external_acl_type ldap_group %LOGIN /usr/lib/squid/squid
ns Stores (PTY) Ltd
Switchboard: 011 541 3000
Direct: 011 541 3007
Fax: 086 632 1708
-Original Message-
From: Saqib Khan (horiba/eu) [mailto:[EMAIL PROTECTED]
Sent: 06 September, 2006 15:09
To: Janco van der Merwe
Cc: squid-users@squid-cache.org
Subject: [squid-users] Antwort: RE: [squid-us
From: Saqib Khan (horiba/eu) [mailto:[EMAIL PROTECTED]
Sent: 06 September, 2006 15:09
To: Janco van der Merwe
Cc: squid-users@squid-cache.org
Subject: [squid-users] Antwort: RE: [squid-users] Squid LDAP Group
authentication
No still the same. I still can use any user to access internet. Here
assword internetgroup Safe_ports
This works
Janco v.d Merwe
Network Administrator
Dunns Stores (PTY) Ltd
Switchboard: 011 541 3000
Direct: 011 541 3007
Fax: 086 632 1708
-Original Message-----
From: Saqib Khan (horiba/eu) [mailto:[EMAIL PROTECTED]
Sent: 06 September, 2006 13:47
To: squi
Dunns Stores (PTY) Ltd
Switchboard: 011 541 3000
Direct: 011 541 3007
Fax: 086 632 1708
-Original Message-
From: Saqib Khan (horiba/eu) [mailto:[EMAIL PROTECTED]
Sent: 06 September, 2006 13:47
To: squid-users@squid-cache.org
Subject: [squid-users] Squid LDAP Group authentication
Dear all,
I am having some configuration problems with squid_ldap_group
authentication. I created a Testgroup namely "Testgroup" in AD containing a
test user. But If i use a user which is not a member of that group, i still
can access the internet. Here is my squid configuration:-
Tag:external_
tis 2006-09-05 klockan 08:34 -0300 skrev Alejandro Decchi:
> Sorry Henrik to be very newbie what is TLS ??
Encryption. Formerly known as SSL.
Regards
Henrik
signature.asc
Description: Detta är en digitalt signerad meddelandedel
Sorry Henrik to be very newbie what is TLS ??
-Mensaje original-
De: Henrik Nordstrom [mailto:[EMAIL PROTECTED]
Enviado el: Lunes, 04 de Septiembre de 2006 17:56
Para: Alejandro Decchi
CC: 'Saqib Khan (horiba/eu)'; squid-users@squid-cache.org
Asunto: RE: [squid-users]
mån 2006-09-04 klockan 08:18 -0300 skrev Alejandro Decchi:
> Did you follow this step by step ? Because I did that but I could not made
> that user authenticate by active directory. The page say that we do not need
> samba.The only package that we need are: Squid and Ldap.I install openldap
> and t
|
| | Kopie|
| | |
| | Thema|
| | RE: [squid-users] Squ
2006 05:08
Para: Alejandro Decchi
CC: squid-users@squid-cache.org
Asunto: Re: [squid-users] Squid LDAP authentication with 2003 AD
Hi,
Please follow the instructions stated in the link below. It's a very easy &
clear documentation.
http://kb.papercutsoftware
| Kopie|
| | squid-users@squid-cache.org |
| | Thema|
| | Re: [squid-users] Squid LDAP|
|
ECTED]>
To:
Sent: Friday, September 01, 2006 10:07 AM
Subject: [squid-users] Squid LDAP authentication with 2003 AD
Hello List members,
I am getting problem after authenticating a user over ldap. After getting
authenticated I get the following error message:
ERROR
The requested URL could
On Fri, 2006-09-01 at 15:07 +0200, Saqib Khan (horiba/eu) wrote:
>
> Hello List members,
>
> I am getting problem after authenticating a user over ldap. After getting
> authenticated I get the following error message:
>
> ERROR
> The requested URL could not be retrieved
>
>
> While trying to r
but i could
not
Thz
- Original Message -
From: "Saqib Khan (horiba/eu)" <[EMAIL PROTECTED]>
To:
Sent: Friday, September 01, 2006 10:07 AM
Subject: [squid-users] Squid LDAP authentication with 2003 AD
Hello List members,
I am getting problem after authenticating a user
Hello List members,
I am getting problem after authenticating a user over ldap. After getting
authenticated I get the following error message:
ERROR
The requested URL could not be retrieved
While trying to retrieve the URL: http://www.google.de/
The following error was encountered:
Acces
I have recently started ldap authentication for squid and I get the
following message
2006/04/20 09:05:00| WARNING: basicauthenticator #41 (FD 139) exited
2006/04/20 09:05:12| WARNING: basicauthenticator #42 (FD 140) exited
2006/04/20 09:05:47| WARNING: basicauthenticator #43 (FD 141) exited
2006/
:
Subject: [squid-users] Squid Ldap
Hi!
I would like to use LDAP to auth proxy users (win 2003). Its working
great exept that i have to login every time.
I have seen that the NT domain name could be removed with option -S. But
Hi!
I would like to use LDAP to auth proxy users (win 2003). Its working
great exept that i have to login every time.
I have seen that the NT domain name could be removed with option -S. But
i cant get that to work. Please have a look and correct me:)
external_acl_type InetGroup %LOGIN /usr/
fre 2006-03-17 klockan 15:11 -0400 skrev Michael Fernández M.:
> but it does not take the value of "proxyallow" if i set the value to
> FALSE, so the user enter his mail and pass, but this is allow to
> navigate even with FALSE in proxyallow
Can not really happen with the filter you gave.
What c
Hi
I`m using ldap with squid and it works fine, but i have an attr in ldap
that say if the user can or cannot access to the proxy.
and the filter is:
auth_param basic program /usr/lib/squid/ldap_auth -b
ou=company.tld,ou=accounts,ou=postfix,o=company -f (&(mail=%
s)(objectclass=virtualmailaccoun
> -Original Message-
> From: Franco, Battista [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 16, 2006 11:19 PM
> To: Chris Robertson; squid-users@squid-cache.org
> Subject: Re: [squid-users] Squid - Ldap
>
>
> I tried "setenforce 0" and now it
uid-cache.org
Oggetto: RE: [squid-users] Squid - Ldap
> -Original Message-
> From: Franco, Battista [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 16, 2006 7:34 AM
> To: squid-users@squid-cache.org
> Cc: Mark Elsen
> Subject: [squid-users] R: [squid-users] R: [squid-use
> -Original Message-
> From: Franco, Battista [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 16, 2006 7:34 AM
> To: squid-users@squid-cache.org
> Cc: Mark Elsen
> Subject: [squid-users] R: [squid-users] R: [squid-users] Squid - Ldap
>
>
> Hi
> I under
.20
A: Franco, Battista
Cc: squid-users@squid-cache.org
Oggetto: Re: [squid-users] Squid - Ldap
> Hello
> I want use squid 2.5stable9 with LDAP Windows 2003 Server
> authentication.
> From command line :
> /usr/lib/squid/squid_ldap_auth -b
> "OU=Users,OU=,OU=Locations,OU=aaa
] Squid - Ldap
Hi
I understand it but why when do i use squid_ldap_auth from command line it's
work?
-Messaggio originale-
Da: Mark Elsen [mailto:[EMAIL PROTECTED]
Inviato: giovedì 16 febbraio 2006 11.20
A: Franco, Battista
Cc: squid-users@squid-cache.org
Oggetto: Re: [squid-users]
Hi
I understand it but why when do i use squid_ldap_auth from command line it's
work?
-Messaggio originale-
Da: Mark Elsen [mailto:[EMAIL PROTECTED]
Inviato: giovedì 16 febbraio 2006 11.20
A: Franco, Battista
Cc: squid-users@squid-cache.org
Oggetto: Re: [squid-users] Squid -
> Hello
> I want use squid 2.5stable9 with LDAP Windows 2003 Server
> authentication.
> From command line :
> /usr/lib/squid/squid_ldap_auth -b
> "OU=Users,OU=,OU=Locations,OU=,dc=bb,dc=cc,dc=,dc=net" -f
> sAMAccountName=%s -h 10.239.56.2
>
> It's OK.
> But when I try to connect to int
Hello
I want use squid 2.5stable9 with LDAP Windows 2003 Server
authentication.
>From command line :
/usr/lib/squid/squid_ldap_auth -b
"OU=Users,OU=,OU=Locations,OU=,dc=bb,dc=cc,dc=,dc=net" -f
sAMAccountName=%s -h 10.239.56.2
It's OK.
But when I try to connect to internet from a clien
id-cache.org
Cc: Esteban; Franco, Battista
Oggetto: Re: [squid-users] Squid - LDAP
One thing to note, In Windows 2003 Server, Microsoft disables anonymous
LDAP binds by default. Instead of doing an anonymous bind, try testing
your squid_ldap_auth command with options to bind as an authorati
One thing to note, In Windows 2003 Server, Microsoft disables anonymous
LDAP binds by default. Instead of doing an anonymous bind, try testing
your squid_ldap_auth command with options to bind as an authorative
user. Like:
/usr/lib/squid/squid_ldap_auth -D Administrator -w Admin_Passwor
EMAIL PROTECTED] Org
Oggetto: RE: [squid-users] Squid - LDAP
> I tried to test the helper but no message appear (Error/OK)
> Where do i find the helper file configuration?
Soo the problem seems to be the Helper/autenticator.
The helper don´t have a configuration file. You should have to use
> I tried to test the helper but no message appear (Error/OK)
> Where do i find the helper file configuration?
Soo the problem seems to be the Helper/autenticator.
The helper don´t have a configuration file. You should have to use the
comand line paramters only.
Make shure you can actualy conec
Test if the autenticator work..
run "/usr/lib/squid/squid_ldap_auth -R -b "dc=xx,dc=yyy,dc=,dc=" -f
sAMAccountName=%s -h 10.239.56.2"
And enter "Usernamepassword" IF you get OK the autenticator
Works If you always get an ERR you should chech te configuration of the
Helper / the Ldap Serve
Hello
I use squid 2.5stable9 on fedora core 4.
I want use squid with ldap (Windows 2003) authentications.
Client doesn't work and access.log file is:
1139839762.746 0 10.239.57.19 TCP_DENIED/407 1784 GET
http://www.microsoft.com/isapi/redir.dll? - NONE/- text/html
My squid.conf is:
.
a
1 - 100 of 140 matches
Mail list logo