Re: Multiple LDAP Servers for ldap Authentication - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: Multiple LDAP Servers for ldap Authentication
Date
Msg-id 20181220192122.xz3kdlkbhwz5qoe3@alvherre.pgsql
Whole thread Raw
In response to Multiple LDAP Servers for ldap Authentication  ("Kumar, Virendra" <Virendra.Kumar@guycarp.com>)
Responses RE: Multiple LDAP Servers for ldap Authentication  ("Kumar, Virendra" <Virendra.Kumar@guycarp.com>)
List pgsql-general
On 2018-Dec-20, Kumar, Virendra wrote:

> I am going through ldap authentication documents in PostgreSQL and found that we can specify multiple ldap servers
butsure 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\

Does it work if you change the string this way?

ldapserver="server1.com, server2.com"

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Multiple LDAP Servers for ldap Authentication
Next
From: "Kumar, Virendra"
Date:
Subject: RE: Multiple LDAP Servers for ldap Authentication