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 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\

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

Reply via email to