|
SQUID Authenticate from Windows Active Directory
Hello All,
am trying to set up a SQUID proxy server. My main problem is how to make squid authenticate users from windows active directory. I found some articles out there but unfortunately nothing worked.
Should I use basic authentication or NTLM, the Windows Administrator here said that I could use any one.
Plz is there any manuals that I could use to do this, am totally new for this kind of configuration . I use redhat 5 64-bit version.
squid.conf: (what I did for integration and didnt work)
auth_param basic program /usr/lib64/squid/squid_ldap_auth -R -b "dc=jea,dc=org,dc=jo" -D "cn=administrator,cn=Users,dc=jea,dc=org,dc=jo" -w "password" -f sAMAccountName=%s -h 10.x.x.x
auth_param basic children 5
auth_param basic realm JEA.ORG.JO
auth_param basic credentialsttl 5 minutes
Any help appreciated
Best Regards
MHM
|