ldaps support for table-ldap

2024-01-22 Thread Philipp
Hi I have had a bit of time and implemented ldaps support for table-ldap. It is currently untested and has some todos. But I would say it's complete enough to share. So other can comment on the code. A patch is attached In general it would be nice, if the extras repo could get reactivated.

Re: ldaps support for table-ldap

2024-01-23 Thread Omar Polo
On 2024/01/23 01:24:57 +0100, Philipp wrote: > Hi > > I have had a bit of time and implemented ldaps support for table-ldap. > It is currently untested and has some todos. But I would say it's > complete enough to share. So other can comment on the code. A patch > is att

Re: ldaps support for table-ldap

2024-01-23 Thread Omar Polo
On 2024/01/23 11:26:59 +0100, Omar Polo wrote: > On 2024/01/23 01:24:57 +0100, Philipp wrote: > > Hi > > > > I have had a bit of time and implemented ldaps support for table-ldap. > > It is currently untested and has some todos. But I would say it's > >

Re: ldaps support for table-ldap

2024-01-24 Thread Philipp
Hi Omar Thanks for the feedback. A updated patch is attached. [2024-01-23 11:26] Omar Polo > On 2024/01/23 01:24:57 +0100, Philipp wrote: > > I have had a bit of time and implemented ldaps support for table-ldap. > > It is currently untested and has some todos. But I

Re: ldaps support for table-ldap

2024-01-25 Thread Omar Polo
On 2024/01/24 09:38:01 +0100, Philipp wrote: > Hi Omar > > Thanks for the feedback. A updated patch is attached. > > [2024-01-23 11:26] Omar Polo > > On 2024/01/23 01:24:57 +0100, Philipp wrote: > > > I have had a bit of time and implemented ldaps support for tab

Re: ldaps support for table-ldap

2024-01-27 Thread Philipp
t; > I have had a bit of time and implemented ldaps support for table-ldap. > > > > It is currently untested and has some todos. But I would say it's > > > > complete enough to share. So other can comment on the code. A patch > > > > is attached > >

Re: ldaps support for table-ldap

2024-02-09 Thread Philipp
Hi An updated version with some logging is attached. Philipp From 9c80b1be27ea8de744bf2c7b0229441656cae22d Mon Sep 17 00:00:00 2001 From: Philipp Takacs Date: Tue, 23 Jan 2024 00:55:23 +0100 Subject: [PATCH] table-ldap add ldaps support based on libtls, autohell is ugly ass hell --- configure.

Re: ldaps support for table-ldap

2024-02-10 Thread Omar Polo
Hello, On 2024/02/09 09:15:17 +0100, Philipp wrote: > Hi > > An updated version with some logging is attached. > > Philipp This reads fine to me, thanks for working on it. I'm just not sure about changing ber.c, since it just adds to the difference with libutil' ber.c. Seems that lot of time

Re: ldaps support for table-ldap

2024-02-12 Thread Philipp
[2024-02-10 17:52] Omar Polo > Hello, > > On 2024/02/09 09:15:17 +0100, Philipp wrote: > > Hi > > > > An updated version with some logging is attached. > > > > Philipp > > This reads fine to me, thanks for working on it. I'm just not sure > about changing ber.c, since it just adds to the diffe