BUG #16399: Ldap authentication bug - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16399: Ldap authentication bug
Date
Msg-id 16399-dc29bf26ef0563c1@postgresql.org
Whole thread Raw
Responses Re: BUG #16399: Ldap authentication bug
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16399
Logged by:          Ciaran
Email address:      ciaranrh@gmail.com
PostgreSQL version: 10.12
Operating system:   Windows Server 2012
Description:

Hello,

Follow the documentation here:
https://www.postgresql.org/docs/10/auth-methods.html#AUTH-LDAP I'm
attempting to enable LDAP authentication on my postgres database. 

The relevant line for my testing this in my pg_hba.conf file is as
follows:
host     all         ciaranh     0.0.0.0/0         ldap
ldapurl="ldap://<DC>/OU=IT,DC=CNFLTD,DC=COM?sAMAccountName?one"
#ldapbinddn="CN=Postgres Bind, OU=Service Accounts, DC=CNFLTD, DC=COM"
ldapbindpasswd="cnfP@ssw0rd"

I receive the following error when trying to start the postgres service:
2020-04-28 16:00:02.619 PDT [4704] LOG:  authentication method "ldap"
requires argument "ldapserver" to be set
2020-04-28 16:00:02.619 PDT [4704] CONTEXT:  line 79 of configuration file
"C:/Program Files/PostgreSQL/10/data/pg_hba.conf"
2020-04-28 16:00:02.619 PDT [4704] FATAL:  could not load pg_hba.conf

I do not understand why the ldapserver need be set if it's specified in the
ldapurl field, this seems like a bug to me.


pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #16380: documentation: host[no]gssenc vs.address/IP-address/IP-mask fields
Next
From: PG Bug reporting form
Date:
Subject: BUG #16400: IN (query) allows for reference to column that doesn't exist