Hi ,
Thanks for ur reply.
There is no "username" type acl in squid-2.5 stable 1 . I am trying to use
"proxy_auth" , but getting stuck somewhere.

Pls help. Is there any other acl type for this which i can use ?

Regards,
Raja.



-----Original Message-----
From: Christoph Haas [mailto:[EMAIL PROTECTED]
Sent: Monday, September 29, 2003 5:56 PM
To: 'squid'
Subject: Re: [squid-users] a query ?


On Mon, Sep 29, 2003 at 04:38:44PM +0530, Raja R wrote:
> i hv squid 2.5 stable 1 version using ncsa auth. I hv a qtn .

And you seem to be short on time, don't you?

> is it possible to allow one particular user say " userA" from only 1
> particular IP only ?
>
> he shud not be able to use that username on any other pc..

Ys thts pssble. You can 'and' different ACLs in the squid.conf:

acl user-raja username raja
acl rajas-pc src 10.4.2.191
http_access allow user-raja rajas-pc
http_access deny all

More information on how ACLs look like can be found in the dox.

 Christoph

--
~
~
".signature" [Modified] 3 lines --100%--                3,41         All

Reply via email to