ldap.OPT_X_SASL_NOCANON (was: ANN: python-ldap-2.3.8)

2009-05-04 Thread Michael Ströder
Geert Jansen wrote: > 2009/5/3 Michael Ströder : >> Why didn't you patch LDAP_get_option()? > > That is an oversight. It should be updated as well. New patch attached. > >> If I also extend LDAP_get_option() l.get_option(ldap.OPT_X_SASL_NOCANON) >> will always return -1 if set to any value instea

Re: ANN: python-ldap-2.3.8

2009-05-04 Thread Geert Jansen
2009/5/3 Michael Ströder : > > Why didn't you patch LDAP_get_option()? That is an oversight. It should be updated as well. New patch attached. > 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? Yes