From: <mi...@st...> - 2007-01-27 20:53:03
|
On 12:59:58 pm 2007-01-27 "Alain Spineux" <asp...@gm...> wrote: > > And what about the idea to put the > > try: > except ldap.SERVER_DOWN,e: > SimpleLDAPObject.unbind_s(self) > > in the function _ldap_call too ? > This will correct also SimpleLDAPObject ? There is nothing wrong with SimpleLDAPObject. The application is supposed to catch and handle ldap.SERVER_DOWN. Additionally SimpleLDAPObject and ReconnectLDAPObject shall behave in the same way. And IMO they do now. Ciao, Michael. |