Re: [squid-users] Authentication about services

From: <Squid@dont-contact.us>
Date: Mon, 16 Apr 2001 09:05:20 +0530

> in the /var/log/messages this message appear:
> Mar 20 10:37:26 vpn (squid): Too few authenticator processes are running
 
See authenticate_children directive.
 
Regards,
www.visolve.com

  Hello, i do this for have authentication about services and squid ask me for a user and a pass .... so i create a user .. useradd pepe ... passwd pepe ... and i use it for squid validation .... but it can recognized it and give me the error page that say i must authenticated yourself.
   
  in the squid.conf i have the following things about authentication ...
   
  authenticate_program /usr/local/squid/bin/ncsa_auth /etc/shadow #authenticate_program none
   
  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
Received on Sun Apr 15 2001 - 21:09:09 MDT

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