On Mon, Sep 19, 2005 at 02:02:25PM +0800, Yong Bong Fong wrote:
> Wondering if it is possible to configure squid to match the userid
> with a certain IP. So that the user id cannot be used in another
> computer. Reason for this is because I need to restrict some users from
> taking the general sharing user IF and use it at a computer somewhere else.
> The authenticate_ip_ttl works well to prevent may users using the same
> ID at once but it does not prevent the users from using the user id in
> another computer.
>
> What I need is so that all uses have to share a general publich usage
> computer, so they won't be able to take the ID elsewhere, is that possible?
> please teach me how to do so, thanks a lot for your assistance!
Just combine the ACLs.
acl src_peter src 10.0.5.145
acl login_peter proxy_auth peter
http_access allow src_peter login_peter
Christoph
-- ~ ~ ~ ".signature" [Modified] 3 lines --100%-- 3,41 AllReceived on Mon Sep 19 2005 - 02:55:25 MDT
This archive was generated by hypermail pre-2.1.9 : Sat Oct 01 2005 - 12:00:03 MDT