Re: ldap controls

2007-09-20 Thread Stefan Gohmann
Am Donnerstag, 20. September 2007 11:21 schrieb Stefan Gohmann: > Am Donnerstag, 20. September 2007 10:57 schrieb Michael Ströder: > > Stefan Gohmann wrote: > > > where could I find some examples or docs for using ldap controls with > > > python-ldap? > > >

Re: ldap controls

2007-09-20 Thread Stefan Gohmann
Am Donnerstag, 20. September 2007 10:57 schrieb Michael Ströder: > Stefan Gohmann wrote: > > where could I find some examples or docs for using ldap controls with > > python-ldap? > > Which particular controls are you interested in? I want to search for deleted objects, 1

ldap controls

2007-09-20 Thread Stefan Gohmann
Hello, where could I find some examples or docs for using ldap controls with python-ldap? Thanks. Cheers Stefan -- Stefan Gohmann Entwicklung [EMAIL PROTECTED] Univention GmbHLinux for your Business fon: +49 421 22 232- 0 Mary-Somerville-Str.1 28359 Bremen

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 > DITStruc

ldap.subschema and multiple SUP

2007-07-24 Thread Stefan Gohmann
20 OBJ: ( 0.9.2342.19200300.100.4.20 NAME 'pilotOrganization' SUP ( organization organizationalUnit ) STRUCTURAL MAY buildingName ) I think there should be a "$" beetween "organization" and "organizationalUnit". The attached patch seems to work. Cheers Stef