Disable /Suppress hostname checks while secured LDAP

From: Sathesh S <sathesh(dot)sundaram(at)hotmail(dot)com>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Disable /Suppress hostname checks while secured LDAP
Date: 2018-02-14 06:57:32
Message-ID: DB6PR10MB1846529979DDF09DE728FE2D82F50@DB6PR10MB1846.EURPRD10.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello All,

Is there a way to disable/suppress hostname checks in while using Secured LDAP in postgreSQL for authentication.

The issue what we have is that the LDAP certificate what we are using is working for fully qualified named of the domain but not when we use a direct LDAP server in the pg_ba.conf file.

For example:
This works - ldapserver="ldaps//dummy.company.com"

This doesnt work - ldapserver="server1.dummy.company.com"

Our internal LDAP team says that we nees to disable/suppress the hostname checking on the postgreSQL side for the 2nd option to work.

Does anyone have an idea on how we can suppress hostnames check while using Secured LDAP.

Thanks ,
Sathesh

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Pavan Teja 2018-02-14 07:22:10 Re: Disable /Suppress hostname checks while secured LDAP
Previous Message Héctor Alonso Lozada Echezuría 2018-02-13 20:33:01 Is this function slow?