BUG #16066: Ldap Authentication failure on PostgreSQL 10.10

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: k(dot)yudhveer(at)gmail(dot)com
Subject: BUG #16066: Ldap Authentication failure on PostgreSQL 10.10
Date: 2019-10-18 19:47:56
Message-ID: 16066-446841bca15fabc0@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16066
Logged by: Yudhveer Kandukuri
Email address: k(dot)yudhveer(at)gmail(dot)com
PostgreSQL version: 10.10
Operating system: Ubuntu 18.04
Description:

Here are the pg_hba.conf entry for ldap.....

host Tom Tom 10.10.117.43/32 ldap
ldapserver=10.10.117.43 ldapbasedn="ou=People,dc=internal,dc=g2llc"
ldapbinddn="cn=svc_ldap,ou=People,dc=internal,dc=g2llc"
ldapbindpasswd="Test123#" ldapport=389 ldapsearchattribute="uid"

When I am trying to connect to postgresql on remote server, I am getting the
message as no entry for "Tom" in pg_hba.conf file where the postgresql is
running on the remote server.

Already created the user "Tom" in postgresql and also created the user "Tom"
in ldap and also created one more ldap user account "i.e., svc_ldap" in
ldap.

Not Sure..what else I need to configure to make the Postgresql user to
authenticate with ldap

Thanks and regards
Yudhveer Kandukuri

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephen Frost 2019-10-18 23:12:23 Re: BUG #16066: Ldap Authentication failure on PostgreSQL 10.10
Previous Message PG Bug reporting form 2019-10-18 15:01:55 BUG #16065: The operation nodes in query plans outputted by EXPLAIN have no authoritative definitions.