Results 1 to 3 of 3
here my schemes:
Code:
acl test proxy_auth REQUIRED
auth_param basic program /etc/webmin/squid/squid-auth.pl /etc/squid/users
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-24-2007 #1Just Joined!
- Join Date
- Jan 2007
- Location
- i dunno
- Posts
- 4
SQUID: Auth_Param Basic Error
here my schemes:
i got error when restarting/applying through webmin :Code:acl test proxy_auth REQUIRED auth_param basic program /etc/webmin/squid/squid-auth.pl /etc/squid/users auth_param basic children 5 auth_param basic realm Squid proxy-caching web server auth_param basic credentialsttl 2 hours auth_param basic casesensitive on authenticate_cache_garbage_interval 1 hour authenticate_ttl 1 hour authenticate_ip_ttl 0 seconds
2007/01/24 18:35:06| Invalid Proxy Auth ACL 'acl test proxy_auth REQUIRED' because no authentication schemes are fully configured.
FATAL: Bungled squid.conf line 116: acl test proxy_auth REQUIRED
Squid Cache (Version 2.6.STABLE7): Terminated abnormally.
my linux box use FC6
what happened? is there anything wrong with my scheme?
need suggestion
thanks
- 01-24-2007 #2Just Joined!
- Join Date
- Jan 2007
- Posts
- 44
From what i see you want to implement some form of authentication in squid.
So what exactly do you want to do? that will enable us to better understand the nature of your problem.
- 01-24-2007 #3Just Joined!
- Join Date
- Jan 2007
- Location
- i dunno
- Posts
- 4
thanks for your reply.
yes, i want to implement squid basic authentification program. so every user who want to access internet should put their username & password.
i just create username & password in /etc/squid/users with webmin 1.310
how can i enable it without error?
thanks


Reply With Quote
