Re: troubleshooting postgresql ldap authentication

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Chris Stephens <cstephens16(at)gmail(dot)com>
Cc: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: troubleshooting postgresql ldap authentication
Date: 2020-06-09 00:41:13
Message-ID: CA+hUKGJh_Vch9oSJs-MrObN+TCcyWxvF1PcgHn2n1hqUWo3gjQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Jun 9, 2020 at 9:05 AM Chris Stephens <cstephens16(at)gmail(dot)com> wrote:
> hostssl all all 0.0.0.0/0 ldap ldapserver="ldaps://xxx" ldapbasedn="yyy" ldaptls=1

> does anyone know what might be causing "LDAP: Bad parameter to an ldap routine"

You probably want ldapurl="ldaps://xxx" (note: ldapurl, not
ldapserver). Or you could use ldapscheme="ldaps" and
ldapserver="xxx".

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter 2020-06-09 01:38:32 Re: 12.2: Why do my Redo Logs disappear??
Previous Message Peter Geoghegan 2020-06-09 00:40:20 Re: 12.2: Why do my Redo Logs disappear??