|
From: <mi...@st...> - 2002-07-25 15:36:03
|
HI! I'd like to remove the possibility to set/get LDAP options via class attributes of ldap.LDAPObject instances since it's error-prone and kludgy code. LDAPObject.set_option() and LDAPObject.get_option() is the complete solution. Although it might break existing code if I remove LDAPObject.__setattr__() and LDAPObject.__getattr__(). Therefore I'd like to ask who is setting LDAP options via class attributes? Ciao, Michael. |