Linux设置Squid的用户认证存取控制

王朝system·作者佚名  2008-05-19
宽屏版  字体: |||超大  

内核版本: Linux 2.2

Squid版本: Squid-2.3.stable2

(http://www.squid-cache.org/Versions/v2/2.3/squid-2.3.STABLE2-src.tar.gz)

发行版本: Redhat Linux 6.0

1. 下载,编译,安装Squid略

注意:运行squid作为nobody,不能用root.

假定squid home目录为/usr/local/squid/

假定squid source目录在/tmp/squid-2.3.STABLE2

2. # cd /tmp/squid-2.3.STABLE2/auth_modules/NCSA

# make ncsa_auth

3. 拷贝生成的执行文件ncsa_auth到squid执行文件目录

# cp ncsa_auth /usr/local/squid/bin

4. 从Apache软件包中得到程序htpasswd

5.用htpasswd生成供Squid利用的用户名和密码认证数据库文件

#htpasswd -c /usr/local/squid/etc/passwd

6. 加其它更多的用户

#htpasswd /usr/loal/squid/etc/passwd

7. 修改squid.conf,enable ncsa_auth用户认证功能

[root@linux etc]# more squid.conf | grep ncsa_auth

authenticate_program /usr/local/squid/bin/ncsa_auth /usr/local/squid/etc/passwd

8.修改ACL部分,象下面这样:

[root@linux etc]# more squid.conf | grep jephe

acl isd proxy_auth jephe bob jicon

http_access allow isd

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
© 2005- 王朝网络 版权所有