I am installing squid in my office to restrict the internet usage. The following code was added to the squid.conf file to create ncsa user authentication
<code> auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/passwd auth_param basic children 5 auth_param basic realm Squid proxy-caching web server auth_param basic credentialsttl 2 hours auth_param basic casesensitive off </code> and <code> acl ncsa_user proxy_auth REQUIRED http_access allow ncsa_user </code> and i have added a user using the command: <code> htpasswd -c /etc/squid/passwd user1 </code> But still, no user authentication is prompting while the browser is opened. What should do next? -- .............................. Junise Safvan www.gnuise.co.cc 9746 283 383 -- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
