Re: ldap.ldapobject.SmartLDAPObject removed

2010-02-08 Thread Andreas Büsching
ded and it's not > worth the effort to fix it. Thanx for the information. We will replace in SmartLDAPObject in one of our next releases of the software. best regards Andreas -- Andreas Büsching Open Source Software Engineer Univention GmbH Linux for your business Mary-S

Re: start_tls = 2 is ignored with LDAP URIs starting with LDAP://

2010-02-02 Thread Andreas Büsching
Hi, Has anyone an idea? thanx in advance Andreas Am Freitag 08 Januar 2010 09:39:40 schrieb Andreas Büsching: > I've found a strange behaviour of python-ldap when working with TLS > encrypted connections. I'm not sure if this is a problem of the python > bindings or of li

start_tls = 2 is ignored with LDAP URIs starting with LDAP://

2010-01-08 Thread Andreas Büsching
T_X_TLS_CACERTFILE, '/etc/univention/connector/ad/ad_cert_20091221_153053.pem' ) l = ldap.ldapobject.SmartLDAPObject(uri='ldap://win-64q6lq48z7a.windom2008.univention.test:389', who='cn=Administrator,cn=users,DC=windom2008,DC=univention,DC=test',cred='univention

Re: modifying problem

2007-12-01 Thread Andreas
On Fri, Nov 30, 2007 at 12:26:34PM -0800, Anil Jangity wrote: > Okay, I was just introduced to "multi-valued RDN", didn't know about that. > > So, here's a quick question. Is there a easy way/code to modify these > kinds of RDN? Its a little bit of extra work to have to go figure out > that a RDN

Re: [PATCH] RFC 3876 control (return values filter)

2007-08-05 Thread Andreas Hasenack
On Friday 03 August 2007 13:20:50 Andreas Hasenack wrote: > On Mon, Jul 16, 2007 at 12:50:30PM +0200, Michael Ströder wrote: > > Andreas Hasenack wrote: > > > On Thu, May 31, 2007 at 07:23:36PM -0300, Andreas Hasenack wrote: > > >> I will still see about the decode

Re: [PATCH] RFC 3876 control (return values filter)

2007-08-03 Thread Andreas Hasenack
On Mon, Jul 16, 2007 at 12:50:30PM +0200, Michael Ströder wrote: > Andreas Hasenack wrote: > > On Thu, May 31, 2007 at 07:23:36PM -0300, Andreas Hasenack wrote: > >> I will still see about the decode part and then post what I have. > > > > Attached is my current

Re: Experiments with pyasn1 and preread control

2007-07-20 Thread Andreas Hasenack
On Thu, Jul 19, 2007 at 05:03:12PM +0200, Michael Ströder wrote: > Andreas Hasenack wrote: > > On Thu, Jul 19, 2007 at 01:21:07PM +0200, Michael Ströder wrote: > >> Hello Andreas, > >> > >> I've added your demo script to python-ldap's CVS as > &g

Re: Experiments with pyasn1 and preread control

2007-07-19 Thread Andreas Hasenack
On Thu, Jul 19, 2007 at 01:21:07PM +0200, Michael Ströder wrote: > Hello Andreas, > > I've added your demo script to python-ldap's CVS as > Demo/pyasn1/prereadcontrol.py. I'd appreciate if you could implement the > decodeControlValue() method with pyasn1. I thin

Re: [PATCH] RFC 3876 control (return values filter)

2007-07-16 Thread Andreas Hasenack
On Monday 16 July 2007 07:50:30 Michael Ströder wrote: > Andreas Hasenack wrote: > > On Thu, May 31, 2007 at 07:23:36PM -0300, Andreas Hasenack wrote: > >> I will still see about the decode part and then post what I have. > > > > Attached is my current patch. Kee