From: Michael S. <mi...@st...> - 2009-05-03 18:37:27
|
Geert Jansen wrote: > > could you have a look at the patch that i submitted a while ago to > expose LDAP_OPT_X_SASL_NOCANON? This option is a new LDAP option that > disables SASL host name canonicalization. It is very useful in Windows > AD environments. Sorry, this was still in the pipe. Questions: Why didn't you patch LDAP_get_option()? If I also extend LDAP_get_option() l.get_option(ldap.OPT_X_SASL_NOCANON) will always return -1 if set to any value instead of 0. Is that correct? Ciao, Michael. |