[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: SupportedSaslMechanism won't display
It worked after I added sasl-host and sasl-secprops. Thanks!
Now I have one more question. Will compose in a seperate subject email.
Fozia
-----Original Message-----
From: Stephan Kleinowski
To: openldap-software@OpenLDAP.org
Sent: 5/30/02 10:48 AM
Subject: Re: SupportedSaslMechanism won't display
Do you have the following lines in your slapd.conf ?
sasl-realm <Kerberos-Realm>
sasl-host <ldap-host>
sasl-secprops none
Hope this helps,
Stephan
Fozia Zaidi wrote:
> Well my configure script shows the following:
> checking for sasl.h... yes
> checking for sasl_client_init in -lsasl... yes
>
> and after that I did a make depend, make , and make install
> sequence...
> Regards,
> Fozia
>
>
> -----Original Message-----
> From: Turbo Fredriksson
> To: openldap-software@OpenLDAP.org
> Sent: 5/29/02 4:19 PM
> Subject: 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 -----
>