[squid-users] MySQL based auth

From: Rakhmat Farunuddin <rfarunuddin@dont-contact.us>
Date: Wed, 7 May 2003 13:23:33 +0700

HI

i'm trying mysql_auth for my squid, first i compile the
mysql_auth-0.5.tar.gz source from the freshmeat.net site, it was ok. but
when i add below squid directive

###------auth mode--------####
##---ACL for auth mode
authenticate_program /usr/lib/squid/bin/mysql_auth
acl password proxy_auth REQUIRED
http_access allow password
proxy_auth_realm Squid proxy-server
authenticate_ttl 15 seconds
authenticate_children 10

then i restart the squid, the error show up like below

Stopping squid: 2003/05/06 21:43:52| parseConfigFile: line 63 unrecognized:
'authenticate_program /usr/lib/squid/bin/mysql_auth'
2003/05/06 21:43:52| aclParseAclLine: IGNORING: Proxy Auth ACL 'acl password
proxy_auth REQUIRED' because no authentication schemes are fully configured.
2003/05/06 21:43:52| aclParseAclLine: IGNORING invalid ACL: acl password
proxy_auth REQUIRED
2003/05/06 21:43:52| squid.conf line 65: http_access allow password
2003/05/06 21:43:52| aclParseAccessLine: ACL name 'password' not found.
2003/05/06 21:43:52| squid.conf line 65: http_access allow password
2003/05/06 21:43:52| aclParseAccessLine: Access line contains no ACL's,
skipping
2003/05/06 21:43:52| parseConfigFile: line 68 unrecognized:
'proxy_auth_realm Squid proxy-server'
2003/05/06 21:43:52| parseConfigFile: line 71 unrecognized:
'authenticate_children 10'

do i need to recompile the squid for mysql_auth?? or somethink wrong with
mysql squid directive??

thanks
Received on Wed May 07 2003 - 00:23:56 MDT

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