Re: [squid-users] Authentication about services

From: <Squid@dont-contact.us>
Date: Tue, 20 Mar 2001 15:10:44 +0530

Re: [squid-users] Authentication about services

  Hi,
   
  acl CHECKPEPE proxy_auth pepe
  acl CHECKSAM proxy_auth sam
  acl PROTOCAL proto FTP
  acl PROTOCAL1 proto HTTP

  http_access allow CHECKPEPE PROTOCAL
  http_access allow CHECKPEPE PROTOCAL1
  http_access allow CHECKSAM !PROTOCAL

  Hope this helps,
  www.visolve.com

   
  Hello,

  how exact do you need it ??

  authenticate_program /usr/local/squid/bin/ncsa_auth /etc/shadow

  acl FTP proto FTP
  acl HTTP proto HTTP
  acl SSL_CLASS method CONNECT #(this one might be wrong)

  acl pepe proxy_auth REQUIRED
  http_access allow HTTP
  http_access allow FTP
  http_access deny SSL_CLASS

  acl sam proxy_auth REQUIRED
  http_access allow HTTP
  http_access deny FTP
  http_access deny SSL_CLASS

  http_access deny all

  That should exactly do it.
  Glad to be of any further help
  --Joerg

  am 19.03.2001 21:28 Uhr schrieb Gustavo Martin Ortega unter gustavo@liubob.com.ar:

    How i can authenticate users and give they permision filtering services for which user.
    I can say that if i logon using pepe, i can use ftp and i if use the user sam i ´ll cant.

    It is very important to me to can do this.

    Thanks a lot.

    Gustavo Martín Ortega.
    Administrador de Redes.
    Liubob Informatica S.R.L.
    Av. Belgrano 845 7°A - Capital Federal.
    Tel: +54-11-4-331-6722/5782
    email: gustavo@liubob.com.ar
Received on Tue Mar 20 2001 - 02:17:29 MST

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