Re: AW: ldap connection parameter lookup

2021-02-12 Thread Thomas Guyot
On 2021-01-22 10:22, Zwettler Markus (OIZ) wrote: >> >> On Fri, 2021-01-15 at 14:09 +, Zwettler Markus (OIZ) wrote: >>> I want to use ldap to lookup the connection parameters: >>> https://www.postgresql.org/docs/12/libpq-ldap.html >>> >>> or is there also some kind of generic variant like this

AW: ldap connection parameter lookup

2021-01-22 Thread Zwettler Markus (OIZ)
> -Ursprüngliche Nachricht- > Von: Laurenz Albe > Gesendet: Freitag, 15. Januar 2021 17:21 > An: Zwettler Markus (OIZ) ; pgsql- > gene...@postgresql.org > Betreff: Re: ldap connection parameter lookup > > On Fri, 2021-01-15 at 14:09 +, Zwettler Markus (OIZ)

Re: ldap connection parameter lookup

2021-01-15 Thread Laurenz Albe
On Fri, 2021-01-15 at 14:09 +, Zwettler Markus (OIZ) wrote: > I want to use ldap to lookup the connection parameters: > https://www.postgresql.org/docs/12/libpq-ldap.html > > > Do I have to create one static entry per database within pg_service.conf like: > > [mydatabase] > ldap://ldap.m

ldap connection parameter lookup

2021-01-15 Thread Zwettler Markus (OIZ)
Hi, I want to use ldap to lookup the connection parameters: https://www.postgresql.org/docs/12/libpq-ldap.html Do I have to create one static entry per database within pg_service.conf like: [mydatabase] ldap://ldap.mycompany.com/dc=mycompany,dc=com?description?one?(cn=mydatabase) or is there