Hello, I trying to use md5 with NCSA auth.
I want to avoid the 8 character only auth, so.
I have created user1 as follows :
htpasswd -c /usr/lib/squid/etc/passwd user1
I created user2 as follows :
htpasswd -m /usr/lib/squid/etc/passwd user2
Now on a client machine proxy for user1 works but not user2.
Why ? Did I miss something ?
Both users entries are there in the passwd file.
Do I need to enable anything in squid.conf ?
Thanks
Varun