RES: [squid-users] deny spefic users from the windows domain

From: Ivan de Gusmao Apolonio <Ivan@dont-contact.us>
Date: Fri, 6 Dec 2002 14:13:29 -0300

Stella,

You just need to specify which users are not allowed to access the proxy. Se
the example:

acl AuthorizedUsers proxy_auth REQUIRED
acl DenyedUsers proxy_auth -i domain\user1 domain\user2 domain\user3
acl all src 0.0.0.0/0.0.0.0

http_access deny DenyedUsers
 http_access allow all AuthorizedUsers
http_access allow manager localhost

The -i before the usernames is there to ignore case of username, since
Windows users can be logged in using any case and the server will allow it,
but squid see the difference between lower or upper case.

Ivan de Gusmao Apolonio

-----Original Message-----
De: Korakaki Stella, Qualco [mailto:skorakaki@qualco.gr]
Enviada em: Friday, December 06, 2002 11:40 AM
Para: 'squid-users@squid-cache.org'
Assunto: [squid-users] deny spefic users from the windows domain

 
Hi!
I 've got finally squid-2.5 working with ntlm authentication and the
access.log file logs the usernames without any prompt.
Now my problem is, tha I need to deny access to some users of my domain. How
can I do that?
My current configuration is the following:

acl AuthorizedUsers proxy_auth REQUIRED
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255

 http_access allow all AuthorizedUsers
http_access allow manager localhost
http_access deny manager
 http_access deny !Safe_ports
 http_access deny CONNECT !SSL_ports

rgds,

Stella Korakaki
Qualco Business Systems Design & Implementation
IT&T Division
www.qualco.gr
Voice: +30 10 6198903 (Int: 204)
Fax: +30 10 6178140
skorakaki@qualco.gr
Received on Fri Dec 06 2002 - 09:13:11 MST

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