Displaying 3 results from an estimated 3 matches for "squid_passwd".
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 casesensitive off
acl ncsa_users proxy_auth REQUIRED
http_access allow ncsa_users
We are currently browsing internet with usernames and passwords. But the
pro...
2007 Mar 26
0
Binding an ip address to an username with SQUID passwod file (SOLVED)
...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 casesensitive off
> >
> > acl ncsa_users proxy_auth REQUIRED
> > http_access allow ncsa_users
> >...
2007 Mar 28
0
How to limit a user to access a few sites. (SOLVED)
...hen, created /etc/squid/ip.conf and add the pair (ip and username)
[root at worldnet squid]# cat /etc/squid/ip.conf
192.168.101.25 indunil
192.168.101.26 asanka
192.168.101.28 www28
192.168.101.29 www29
192.168.101.30 www30
192.168.101.90 www90
Then, by using htpasswd, I created /etc/squid/squid_passwd file.
[root at worldnet squid]# cat /etc/squid/squid_passwd
indunil:TeiAQ3uqXDQNg
www:Oi4THedCcN0nQ
web:EEluAdNUco6.g
www90:3CNziF2SkgmAo
www28:eXuWlloKq1mk2
www29:6UH7KXjAZ769o
www30:RtjV9ZZHEzzaA
asanka:gX88uJrvXSV7A
Then, created /etc/squid/allowedsites.txt file.
[root at worldnet squid]# cat...