From: <mi...@st...> - 2003-05-15 06:51:23
|
Michael Engelhart wrote: > BTW, the LDAPWrapper is just simple wrapper class that I wrote. > > The add method looks like this: > def add(self, dn, modlist): > # synchronous add > try: > self.server.add_s(dn, modlist) > except ldap.LDAPError, e: > raise And what's the rationale for that? Well, it's up to you... Ciao, Michael. |