[squid-dev] [PATCH] MacOS MIT Kerberos requires libresolv

Kinkie gkinkie at gmail.com
Mon Jan 4 15:09:50 UTC 2016


On Mon, Jan 4, 2016 at 2:29 PM, Markus Moeller <huaraz at moeller.plus.com> wrote:
> Hi Kinkie,
>
>   I wonder against which Kerberos library SASL is linked against.  You may
> get strange errors if SASL which is used by ldap is linked against the
> native Kerberos libraries.  So the kerberos_ldap_group helper may not work
> correctly for SASL/GSSAPI based authentication to the ldap server.

Hi,

$ otool -L /usr/lib/libsasl2.2.dylib
/usr/lib/libsasl2.2.dylib:
    /usr/lib/libsasl2.2.dylib (compatibility version 3.0.0, current
version 3.15.0)
    /usr/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8,
current version 50.0.0)
    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 1197.1.1)

System kerberos seems to be in /usr/lib and
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos . I
can't find the SASL libraries; they must be embedded somewhere else :\


-- 
    Francesco


More information about the squid-dev mailing list