LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   [FC5] Trying to integrate Squid proxy with LDAP (https://www.linuxquestions.org/questions/linux-general-1/%5Bfc5%5D-trying-to-integrate-squid-proxy-with-ldap-510061/)

lachesis 12-13-2006 10:25 AM

[FC5] Trying to integrate Squid proxy with LDAP
 
Heya

We're trying to integrate the squid proxy with ldap authentication. I've made all necessary changes to the squid.conf, but when I uncomment out the line which looks correct the service fails to start. Can anyone with a bit of time please take a look over it and see if I've done anything horrendously wrong?

Quote:

login as: root
root@10.52.6.101's password:
Last login: Wed Dec 13 15:55:32 2006 from lt63976rq6.rlbuht.lan
[root@rq6squid01 squid]# cd /etc/squid
[root@rq6squid01 squid]# vi squid.conf

hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
;;auth_param basic program /etc/squid/ldap_auth -R -b "dc=rlbuht,dc=lan" -D "cn=Administrator,cn=Users,dc=rlbuht,dc=lan" -w "password" -f sAMAccountname=%s -h 172.20.33.3
auth_param basic children 5
auth_param basic realm rlbuht.lan
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
#http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access allow all
http_reply_access allow all
icp_access allow all
coredump_dir /var/spool/squid


All times are GMT -5. The time now is 06:21 AM.