Re: SASL authentication

"Markus Moeller" <[email protected]> Mon, 13 Apr 2009 11:08:26 +0100
Newsgroups gmane.comp.mozilla.devel.directory
Message-ID <[email protected]>
> By the way, I haven't found an easy way to set this parameter in MozLDAP 
> distribution.
>
something like this should work

sasl_secprops = (char *)"maxssf=0";
ldap_set_option( ld, LDAP_OPT_X_SASL_SECPROPS,  (void *) sasl_secprops );

> Thanks,
> Xu Qiang=