Re: [SQU] GRoup_ldap problem

From: ayland <ayland@dont-contact.us>
Date: Wed, 29 Nov 2000 20:05:14 +0500

Use access control list
For example

acl denied_sites url_regex -i http://some.site.fr
acl allowgroup src allowed_ip/mask
acl denygroup src denied_ip/mask
http_access deny denied_sites denygroup
http_access allow denygroup
http_access allow allowgroup
http_access deny all
~Cheers

Alex..

----- Original Message -----
From: "MILIN Jacques" <jacques.milin@cpam-laval.cnamts.fr>
To: <squid-users@ircache.net>
Sent: Wednesday, November 29, 2000 1:24 PM
Subject: [SQU] GRoup_ldap problem

> Hello,
> I have a little problem with my squid authentication. I want allow the
> access of a particular site for a user group and restrict for the
> others, but all the others site must be allow for everyone.
>
> I think Group_Ldap is a solution for my problem but i can't do what i
> want. My squid.conf file look like that:
>
> acl intranet ldap_auth static OK REQUIRED
> acl some_can_access url_regex ^http://www.forbidden.fr
>
> http_access allow some_can_access intranet
> http_access allow
>
>
> Thanks,
>
> Jacques.
>
> --
> To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
>
>

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Wed Nov 29 2000 - 08:07:15 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:56:38 MST