Thanks for your reply.
After doing make install, I am not getting a warning to create a symbolic link.
Then I tried ldapsearch -H ldap://ldap.example.org -x -b "" -s base supportedSASLMechanisms
and I got NTLM and GSS-SPNEGO from the server.
But if I try ldapsearch -Y NTLM -H ldap://ldap.example.org -b 'ou=users,ou=readimanager', '(cn=dhruva)', I get "Unknown authentication method (-6)" and "No such mechanism available(-6)".
On 16/11/09 11:04 +0530, Dhruva T S wrote:
>By default, the plugins are searched in /user/lib/sasl2/.
>Is there a way to change this path to another directory like $HOME/Desktop/libs/ ?
>
>
>I tried setting SASL_PATH using "export SASL_PATH=$HOME/Desktop/libs/sasl/lib/plugins"
>But I am getting "No mechanism available".
>
>
>I compiled Cyrus SASl 2.1.23 using
>" ./configure --enable-digest --enable-plain --prefix=$HOME/Desktop/libs/"
Specify a --with-plugindir=DIR option.
--
Dan White