Hello,
i'm trying to get squid to work with a max os x based LDAP.
I have a couple of questions if you can help me with:
1. Does a centos based yum installation contain ldap and kerberos support?
2. Is the following squid.conf config enough to get things up and
running (complete article
<http://www.cyberciti.biz/tips/howto-configure-squid-ldap-authentication.html>)
|auth_param basic program /usr/lib/squid/squid_ldap_auth -b
"dc=nixcraft,dc=com" -f "uid=%s" -h ldap.nixcraft.com
acl ldapauth proxy_auth REQUIRED
http_access allow ldapauth
http_access deny all
3. If repository based squid doesn't come with ldap/kerberos support. is
the following enough:
|./configure --enable-basic-auth-helpers="LDAP"
--enable-external-acl-helpers=ldap_group
NB: if you can guide me to a how to i'd appreciate it.
Thank you for help and best regards,
--Roland