On 14/06/2012 7:57 p.m., Павел Бычихин wrote:
Hi!

Is it possible to use squid_ldap_auth with SASL/GSSAPI (My SQUID ver. is 3.1.19)


* LDAP is a database access protocol
* SASL is a framework layer.
* GSSAPI is a Windows function API.

One guess which squid_ldap_auth uses?

You want SASL you try to find the "SASL" auth helper.

You want GSSAPI you try to find the "SSPI" auth helper (only available on Windows native builds).

http://www.squid-cache.org/Doc/man/

(don't be fooled by the "Squid Version" column. That is only where the helper is documented for. Most of them exist in older Squid versions back to 2.6 but in an undocumented form which differ slightly from the 3.2 release helper)

Amos

Reply via email to