Multiple LDAP Servers for ldap Authentication

From: "Kumar, Virendra" <Virendra(dot)Kumar(at)guycarp(dot)com>
To: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Multiple LDAP Servers for ldap Authentication
Date: 2018-12-20 16:05:16
Message-ID: a60437babc7444599ef46211720e3585@USFKL11XG20CN01.mercer.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I am going through ldap authentication documents in PostgreSQL and found that we can specify multiple ldap servers but sure how. I have put two entries in double quotes like below:
--
host all all 0.0.0.0/0 ldap ldapserver="server1.com server2.com" ldapprefix=PROD01\

There is no complain when reloading the pg_hba.conf file however when server1.com is down the connection just times out instead of trying server2. Does anybody have idea how to configure it or how to make this work.

Regards,
Virendra

________________________________

This message is intended only for the use of the addressee and may contain
information that is PRIVILEGED AND CONFIDENTIAL.

If you are not the intended recipient, you are hereby notified that any
dissemination of this communication is strictly prohibited. If you have
received this communication in error, please erase all copies of the message
and its attachments and notify the sender immediately. Thank you.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mike Rylander 2018-12-20 16:11:19 Re: Watching for view changes
Previous Message Adrian Klaver 2018-12-20 16:01:23 Re: Watching for view changes