[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: squid_ldap_auth
Quoting "Shahin" <shahin@gateway.ege.edu.tr>:
> acl password proxy_auth REQUIRED
> http_access allow password
Shoudln't this be:
acl authenticated proxy_auth REQUIRED
http_access allow authenticated
Now, I'm not using the included squid LDAP module. I never got
it working either, so I found another that works.
Unfortunatly I don't remember where I got it, but you can find
a copy at http://www.bayour.com/kerberos/squid-ldap_auth.tgz
It's made by Alan Sparks.