Re: SASL authentication
Anton Bobrov <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Organization | Sun Microsystems, Inc. |
| Message-ID | <[email protected]> |
i hate to ask the silly question but do you actually have SASL builtin? https://wiki.mozilla.org/LDAP_C_SDK#Building_using_autoconf_.28preferred_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 ]. Xu, Qiang (FXSGSC) wrote: > I just can't understand why it can return 0 when it does not send the binding request to the server.