i'm having difficulty using usernames in restricting access in my squidGuard.conf
file...
the squid im using has been compiled with ident lookup enabled. but
i'm not sure what to do in my squid.conf file. i put in the following lines
in my squid.conf file:
acl ident_aware _hosts src 172.28.61.0/24 # to enable lookup for
clients with 172.28.61.whatever ips
ident_lookup_access allow ident_aware_hosts
ident_lookup_access deny all
and then in my squidGuard.conf file i put in my username in the unlimited
access src.
it works ok. but when i use another user name which i didnt put in
my config file it can still pass through. i dont know what is wrong. can
anyone help me?
