Smitro
> 2 separate commands maybe?
A formatting problem in the wiki editor.
It should read
expand-template /etc/squid/squid.conf
svc -t /service/squid
Also instead of all being on one line, the previous commands re setting a auth type should also have read like this:
config setprop squid RequireAuth pam
or
config setprop squid RequireAuth nsca
or
config setprop squid RequireAuth ident
To disable Auth login
config delprop squid RequireAuth
To enable any of the above setting changes you must follow the command with:
expand-template /etc/squid/squid.conf
svc -t /service/squid
The wiki Dansguardian Howto is fixed now.