ldap.subschema and multiple SUP

2007-07-24 Thread Stefan Gohmann
Hello, I've got a problem with ldap.subschema and multiple SUP entries. I'm using python-ldap 2.2.0. My test program: ** [EMAIL PROTECTED]:~# cat schema-test.py #!/usr/bin/python2.4 import ldap.schema attr={ 'cn': ['Subschema'], 'objectClasses':

Re: ldap.subschema and multiple SUP

2007-07-24 Thread Michael Ströder
Stefan Gohmann wrote: > > I've got a problem with ldap.subschema and multiple SUP entries. I'm using > python-ldap 2.2.0. Thanks for catching this. Same bug in classes AttributeType and DITStructureRule. Committed a fix, will be in next release 2.3.1. Ciao, Michael. P.S.: Hope you find the tim

Re: ldap.subschema and multiple SUP

2007-07-24 Thread Stefan Gohmann
Am Dienstag, 24. Juli 2007 16:42 schrieb Michael Ströder: > Stefan Gohmann wrote: > > I've got a problem with ldap.subschema and multiple SUP entries. I'm > > using python-ldap 2.2.0. > > Thanks for catching this. Same bug in classes AttributeType and > DITStructureRule. Committed a fix, will be in

[ldap] ANN: python-ldap-2.3.1

2007-07-24 Thread Michael Ströder
Find a new release of python-ldap: http://python-ldap.sourceforge.net/ python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. It mainly wraps the OpenLDAP 2.x libs for that purpose. Additionally it contains modules for other LDAP-related stuff (e.g. p