[python-ldap] extending LDAPObject

Michael Ströder michael at stroeder.com
Mon Jun 22 13:59:03 CEST 2015


HI!

In web2ldap I have several more features in a LDAPObject wrapper class:
- Caching
- sending LDAPv3 extended controls for groups of operations

See source here:
https://fossies.org/dox/web2ldap-1.2.32/ldapsession_8py_source.html#l00128

I wonder whether folks want to see this in python-ldap's ldap.ldapobject and
in which form?

1. One monolithic SimpleLDAPObject which might result in code bloat but would
not need additional application code.

2. Various mix-in classes for choosing functionality you like but which
requires own class declaration in calling application code.

Whatever implementation is chosen testers are needed!

Ciao, Michael.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4272 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://mail.python.org/pipermail/python-ldap/attachments/20150622/e259cba1/attachment.bin>


More information about the python-ldap mailing list