adding organizationalUnit

Michael Ströder michael at stroeder.com
Thu May 15 08:51:07 CEST 2003


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.



More information about the python-ldap mailing list