Re: [squid-users] dos clases de clientes - two class of client

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Sat, 12 Jan 2002 00:16:44 +0100

Looking alright to me (except that you should be using " not '').

The files referered by proxy_auth need to contain lists of user names
alone (no passwords).

ncsa_auth needs a single file with all your users and their encrypted
passwords.

Regards
Henrik Nordström
Squid Developer
MARA Systems AB, Sweden

b0caj@123click.cl wrote:
>
> Hi
>
> I have two class the client but i can´t read the file with the username and password. I have two file with username of the class of client but not read this files.
>
> When write the line authenticate_program ncsa passwordfile , is this file can read the username and password but is not i need.
>
> How i can read both files (estudiantes and profesores)?
>
> acl estudiantes proxy_auth ''/path/file/estudiantes''
> acl profesores proxy_auth ''/path/file/profesores''
> acl cesnsura1 url_regex -i ''/path/file/censura1''
> acl censura2 url_regex -i ''path/file/censura2''
> acl all src 0/0
>
> http_access allow estudiantes !censura1
> http_access allow profesores !censura2
> http_access deny all
>
>
> Bye
>
> (Sorry my english)
>
>
Received on Fri Jan 11 2002 - 16:46:13 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:05:49 MST