Re: LDAPS trusted ca support - Mailing list pgsql-bugs

From Thomas Munro
Subject Re: LDAPS trusted ca support
Date
Msg-id CA+hUKGKKMtLBaLziOMFQgKp6ssHG+AF8gaRY3-PEUdzsdayiVQ@mail.gmail.com
Whole thread Raw
In response to LDAPS trusted ca support  (Marco Cuccato <mcuccato.vts@gmail.com>)
Responses Re: LDAPS trusted ca support  (Marco Cuccato <mcuccato.vts@gmail.com>)
List pgsql-bugs
On Sat, Nov 16, 2019 at 10:50 AM Marco Cuccato <mcuccato.vts@gmail.com> wrote:
> Hi to all and thanks for the great job you're doing with PGSQL!
> May you please check this question?
> https://stackoverflow.com/questions/58747680/postgresql-ldap-authentication-with-ssl-self-signed-certificate
> I can't figure out :(

Hi,

There are a bunch of files with names like ldap.conf that are searched
for configuration by libldap.so (depending how it was built).
https://www.openldap.org/software/man.cgi?query=ldap.conf describes
the options.

For example, in the automated regression tests we just put the
following into a file we point to with $LDAPCONF:

TLS_REQCERT never

Without that, our simple LDAPS test fails with the same error you
showed.  Of course you probably want to actually verify your real
server's certificate, so perhaps you need to put the self-signed cert
into TLS_CACERT (so it's trusted as a CA to sign stuff, including
itself).

I'm not sure why command line ldapsearch is working for you.  I'd try
using strace/truss to see what files it's opening to get that stuff,
and compare with PostgreSQL (trace the main postmaster process using
-f to follow children, and then try to log in).



pgsql-bugs by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: BUG #16122: segfault pg_detoast_datum (datum=0x0) at fmgr.c:1833numrange query
Next
From: Tomas Vondra
Date:
Subject: Re: BUG #16122: segfault pg_detoast_datum (datum=0x0) at fmgr.c:1833numrange query