Displaying 3 results from an estimated 3 matches for "external_acl".
2003 Jul 30
1
Using Winbind with Squid
Hello,
I've configured a squid proxy server to use the wb_auth module to
authenticate NT Users . I'm aware that this is not the squid users mailing
list but since the wb_auth modle uses the winbind application i thought this
might be a good place to look for some help.
Basically, the wb_auth module asks winbind to authenticate a users. Winbind
then returns a '0' if the
2007 Mar 26
0
Binding an ip address to an username with SQUID passwod file (SOLVED)
...omes with squid installation, on CentOS it should be
> in /usr/lib/squid/.
>
> Then you may want to generate a config file, which should contain the
> list of ips and users (like <IP> <USER>).
>
> Then you should add a line in your squid config file (e.g. ip.txt):
> external_acl_type IP_USER %SRC %LOGIN /usr/lib/squid/ip_user_check
> -f /path/to/config/file/ip.txt
>
> After ncsa acl you should define a new acl like this:
>
> acl IP_USER external IP_USER %SRC %LOGIN
>
> Once this has completed you may want to rewrite the rules, like:
>
>
> http...
2007 Mar 24
1
Binding an ip address to an username with SQUID passwod file
Hi List,
I want to bind an ip address to a username with squid by using squid
password file.
I am using ncsa_auth programme. Below are line that I have added to
squid.conf file.
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/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