Re: [squid-users] Problem with space in group name

From: Guido Serassio <guido.serassio@dont-contact.us>
Date: Wed, 12 Apr 2006 21:33:46 +0200

Hi,

At 14.43 12/04/2006, benoit fonteneau wrote:

>I use squid 2.5 stable13 and samba-3.0.14a-2 with fedora core 4.
>
>I have some groups with space in my Active Directory.
>When i put "" to delimited the group name, squid don't accept.
>
>here my acl with the rule :
>
>acl group_dao external InetGroup "Utilisateurs DAO"
>http_access deny group_dao
>

Groups with spaces in name, for example "Domain Users", must be quoted and
the acl data ("Domain Users") must be placed into a separate file included
by specifying "/path/to/file".

Example:

acl group_dao external InetGroup "/etc/squid/group_dao"

and the group_dao files will contain only the following line:

"Utilisateurs DAO"

Regards

Guido

-
========================================================
Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Lucia Savarino, 1 10098 - Rivoli (TO) - ITALY
Tel. : +39.011.9530135 Fax. : +39.011.9781115
Email: guido.serassio@acmeconsulting.it
WWW: http://www.acmeconsulting.it/
Received on Wed Apr 12 2006 - 13:33:52 MDT

This archive was generated by hypermail pre-2.1.9 : Mon May 01 2006 - 12:00:02 MDT