On Sat, Nov 21, 2009 at 8:11 PM, stranger in black.....
<gnu...@gmail.com> wrote:
> 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?
>
>

Configure your web browser to use proxy.

For Firefox on Debian
Edit -> Preferences -> Advance -> Network -> Settings -> Manual Proxy
Configuration

-- 
With Regards
Abhishek Amberkar

Learn to appreciate the beauty within...
Sent from India

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

Reply via email to