Re: [squid-users] Authing to ADS NT Groups in a file

2004-11-11 Thread Lars Roland
Problem solved a permission revoke on /etc/squid/allowedntgroups fixed the problem. On Thu, 11 Nov 2004 10:57:11 +0100, Lars Roland <[EMAIL PROTECTED]> wrote: > Hi all > > Using the line > > acl AllowedNTUsers external NT_global_group "/etc/squid/allowedntgroups" > > gives me the folowin error

Re: [squid-users] Authing to ADS NT Groups in a file

2004-11-11 Thread Lars Roland
Hi all Using the line acl AllowedNTUsers external NT_global_group "/etc/squid/allowedntgroups" gives me the folowin error when starting squid: FATAL: Bungled squid.conf line 55: acl AllowedNTUsers external NT_global_group "/etc/squid/allowedntgroups" I have looked at the squid.conf syntax and

RE: [squid-users] Authing to ADS NT Groups in a file

2004-10-28 Thread Henrik Nordstrom
Well that's one step further, but now it allows everyone to access the proxy even if they aren't in the allowed groups. # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS http_access allow AllowedNTUsers http_access allow LoggedInUsers Which is what you say here.. allow everyone in

Re: [squid-users] Authing to ADS NT Groups in a file

2004-10-28 Thread Henrik Nordstrom
On Thu, 28 Oct 2004, Jason Oakley wrote: I have Squid authing to ADS via Samba and I need to add certain groups to have access. It's something like this: acl unrestrictedusers external nt_group "/usr/local/etc/squid/acls/allowedntgroups" but that doesn't work. Of course, being NT groups, they have

RE: [squid-users] Authing to ADS NT Groups in a file

2004-10-27 Thread Jason Oakley
Okay. Seems to be working on my FreeBSD box. For anyone who wants to know in the future.. setting up Squid to Authenticate via Samba3 to Active Directory Services: squid.conf auth_param ntlm program /usr/local/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp auth_param ntlm children 30 aut

RE: [squid-users] Authing to ADS NT Groups in a file

2004-10-27 Thread Jason Oakley
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] g]On Behalf Of Jason Oakley Sent: Thursday, 28 October 2004 10:31 AM To: [EMAIL PROTECTED] Subject: RE: [squid-users] Authing to ADS NT Groups in a file Okay. I forgot this: # Define the group external_acl_type NT_global_gro

RE: [squid-users] Authing to ADS NT Groups in a file

2004-10-27 Thread Jason Oakley
inal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] g]On Behalf Of Jason Oakley Sent: Thursday, 28 October 2004 9:06 AM To: [EMAIL PROTECTED] Subject: RE: [squid-users] Authing to ADS NT Groups in a file According to the docs: acl ProxyUsers external NT_global_group "/usr/l

RE: [squid-users] Authing to ADS NT Groups in a file

2004-10-27 Thread Jason Oakley
According to the docs: acl ProxyUsers external NT_global_group "/usr/local/squid/etc/DomainUsers" and the DomainUsers files will contain only the following line: "Domain Users" I tried this: acl AllowedNTUsers external NT_global_group "/usr/local/etc/squid/acls/allowedntgroups" acl AuthorizedUsers