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
> -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)
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
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