Re: ldap controls

2007-09-20 Thread Matej Vela
Stefan Gohmann <[EMAIL PROTECTED]> writes: > Am Donnerstag, 20. September 2007 10:57 schrieb Michael Ströder: >> In the source distribution: >> >> Demo/page_control.py >> Demo/ldapcontrols.py >> Demo/matchedvalues.py > > Ah, these files are not in the debian package. Thanks. Actually, they're in

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? > > > > Which particular controls are you inter

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.2.840.113556.1.4.417. >

Re: ldap controls

2007-09-20 Thread 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? In the source distribution: Demo/page_control.py Demo/ldapcontrols.py Demo/matchedvalues.py Ciao, Michael. -