Re: [Twisted-Python] ldaptor problem with STARTTLS and python 3

2019-05-28 Thread Adi Roiban
On Tue, 28 May 2019 at 11:22, Thomas Westfeld wrote: > > Dear all, > > I am experiencing an error when trying to use the quick usage example posted > on the ldaptor github page https://github.com/twisted/ldaptor . I have > included the starttls command to promote the connection to an encrypted o

Re: [Twisted-Python] ldaptor problem with STARTTLS and python 3

2019-05-29 Thread Thomas Westfeld
>-Original Message- >From: Twisted-Python [mailto:twisted-python-boun...@twistedmatrix.com] On >Behalf Of Adi Roiban >Sent: Tuesday, May 28, 2019 12:39 PM >To: Twisted general discussion >Subject: Re: [Twisted-Python] ldaptor problem with STARTTLS and python 3 > >O

Re: [Twisted-Python] ldaptor problem with STARTTLS and python 3

2019-05-29 Thread Adi Roiban
On Wed, 29 May 2019 at 08:21, Thomas Westfeld wrote: > [snip] > Dear all, > > it turns out to be an issue with binary vs. string. The __str__ method was > called by the errback only. This has been fixed in pull request #147 already. > All the observed errors have been fixed in the pre-release

Re: [Twisted-Python] ldaptor problem with STARTTLS and python 3

2019-05-29 Thread Thomas Westfeld
>On Wed, 29 May 2019 at 08:21, Thomas Westfeld > wrote: >> > >[snip] > >> Dear all, >> >> it turns out to be an issue with binary vs. string. The __str__ method was >> called by >the errback only. This has been fixed in pull request #147 already. All the >observed >errors have been fixed in the p