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 -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the website: www.ilug-tvm.org or the google group page: http://groups.google.com/group/ilug-tvm?hl=en
