> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 06, 2008 6:36 PM > To: Xu, Qiang (FXSGSC) > Cc: Kashif Ali Siddiqui; Rich Megginson; > [email protected] > Subject: Re: SASL authentication > > > i hate to ask the silly question but do you actually have > SASL builtin? > https://wiki.mozilla.org/LDAP_C_SDK#Building_using_autoconf_.2 > 8preferred_method.29 > see "Build with SASL support" section there. otherwise you > might be hitting a stub which does nothing but returns > LDAP_SUCCESS [ i have no idea why do we actually return > success in those stubs but we do ].
Thank you, Anton. I missed this point before your highlighting. I guess our MozLDAP was not compiled with Cyrus SASL support. A side proof is that I didn't found any dynamic library file related to this: =============================================== denalic01:/ <121> find . -name "*sasl*" denalic01:/ <122> =============================================== I will consult OS team about this issue. By the way, could you point to me the location in the source code that ldap_sasl_interactive_bind_ext_s() returns LDAP_SUCCESS when it can't find any SASL library? Thanks, Xu Qiang _______________________________________________ dev-tech-ldap mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-ldap
