10-12-04 09:41 PM
htpasswd -cd /etc/squid/.squidpasswd username
>>>>
Why are you trying to create new file for every user there. We can maintain
user informations in a common passwd file as like /etc/passwd there. General
ly passwd files are created as,
/usr/local/squid/bin/passwd
Try to use method as,
htpasswd -d /usr/local/squid/bin/passwd <username>
We can check NCSA authentication module on command line as,
/path to squid libexec/ncsa_auth
<username> <passwd>
OK
<username> <passwd>
ERR
OK -- indicates you have entered correct one
ERR -- indicated wrong one there.
Then configure this on squid.conf file.
HTH.
REgards
Muthukumar.
Visolve Squid Support Team.
url: http://squid.visolve.com/squid/index.htm
mail: support@visolve.com
[ Post a follow-up to this message ]
|