[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: SupportedSaslMechanism won't display



>>>>> "Fozia" == Fozia Zaidi <fzaidi@karthika.com> writes:

    Fozia> I compiled openldap 2.0.23 with configure options
    Fozia> --with-cyrus-sasl, --enable-spasswd

Did the configure script FIND the SASL libraries!? I got this problem
the very first time I tried this. It was because the configure script
didn't find the SASL libraries in /usr/lib/sasl (where my OS put's it).

    Fozia> and when I try the command ldapsearch -x -s base -b ""
    Fozia> supportedSASLMechanism

Is it/they actually built with SASL?

----- s n i p -----
[papadoc.pts/1]$ ldd `which ldapsearch` | grep sasl
        libsasl.so.7 => /usr/lib/libsasl.so.7 (0x40055000)
----- s n i p -----