Multiple LDAP Servers for ldap Authentication

2018-12-20 Thread Kumar, Virendra
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: -- hostall all0.0.0.0/0 ldap ldapserver="server1.com server2

Re: Multiple LDAP Servers for ldap Authentication

2021-04-09 Thread Richard Yen
t; > -Original Message- > From: Alvaro Herrera [mailto:alvhe...@2ndquadrant.com] > Sent: Thursday, December 20, 2018 3:25 PM > To: Kumar, Virendra > Cc: pgsql-general@lists.postgresql.org > Subject: Re: Multiple LDAP Servers for ldap Authentication > > On 2018-Dec-20, Kuma

Re: Multiple LDAP Servers for ldap Authentication

2018-12-20 Thread Alvaro Herrera
Hello Virendra 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: > -- > hostall all

RE: Multiple LDAP Servers for ldap Authentication

2018-12-20 Thread Kumar, Virendra
drant.com] Sent: Thursday, December 20, 2018 1:47 PM To: Kumar, Virendra Cc: pgsql-general@lists.postgresql.org Subject: Re: Multiple LDAP Servers for ldap Authentication Hello Virendra On 2018-Dec-20, Kumar, Virendra wrote: > I am going through ldap authentication documents in PostgreSQL and found that &g

Re: Multiple LDAP Servers for ldap Authentication

2018-12-20 Thread Alvaro Herrera
On 2018-Dec-20, Kumar, Virendra wrote: > This is what I see: > -- > [postgres@usdf24v0131 ~]$ which postgres > /opt/postgres/10/bin/postgres > [postgres@usdf24v0131 ~]$ ldd /opt/postgres/10/bin/postgres > linux-vdso.so.1 => (0x7ffee3fe8000) > libpthread.so.0 => /lib64/libpthre

Re: Multiple LDAP Servers for ldap Authentication

2018-12-20 Thread Alvaro Herrera
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: > -- > hostall all0.0.0.0/0

RE: Multiple LDAP Servers for ldap Authentication

2018-12-20 Thread Kumar, Virendra
Comman separated doesn't work as well. Regards, Virendra -Original Message- From: Alvaro Herrera [mailto:alvhe...@2ndquadrant.com] Sent: Thursday, December 20, 2018 2:21 PM To: Kumar, Virendra Cc: pgsql-general@lists.postgresql.org Subject: Re: Multiple LDAP Servers for

RE: Multiple LDAP Servers for ldap Authentication

2018-12-20 Thread Kumar, Virendra
: Multiple LDAP Servers for ldap Authentication On 2018-Dec-20, Kumar, Virendra wrote: > This is what I see: > -- > [postgres@usdf24v0131 ~]$ which postgres > /opt/postgres/10/bin/postgres > [postgres@usdf24v0131 ~]$ ldd /opt/postgres/10/bin/postgres >

Re: Multiple LDAP Servers for ldap Authentication

2018-12-20 Thread Alvaro Herrera
On 2018-Dec-20, Kumar, Virendra wrote: > Comman separated doesn't work as well. Please separate by a comma and a space, not just a comma. My reading of the OpenLDAP source code, and some quick experiments comparing failure patterns, suggest that that exact combination may work. (OpenLDAP is not

RE: Multiple LDAP Servers for ldap Authentication

2018-12-20 Thread Kumar, Virendra
, Virendra -Original Message- From: Alvaro Herrera [mailto:alvhe...@2ndquadrant.com] Sent: Thursday, December 20, 2018 3:25 PM To: Kumar, Virendra Cc: pgsql-general@lists.postgresql.org Subject: Re: Multiple LDAP Servers for ldap Authentication On 2018-Dec-20, Kumar, Virendra wrote: > Com

RE: Multiple LDAP Servers for ldap Authentication

2018-12-20 Thread Kumar, Virendra
[mailto:alvhe...@2ndquadrant.com] Sent: Thursday, December 20, 2018 3:25 PM To: Kumar, Virendra Cc: pgsql-general@lists.postgresql.org Subject: Re: Multiple LDAP Servers for ldap Authentication On 2018-Dec-20, Kumar, Virendra wrote: > Comman separated doesn't work as well. Please separate by a com

Re: Multiple LDAP Servers for ldap Authentication

2018-12-20 Thread Christopher Browne
On Thu, 20 Dec 2018 at 16:17, Kumar, Virendra wrote: > > I figured it out, this is how it works: > -- > hostall all0.0.0.0/0 ldap > ldapserver=server1.com ldapserver=server2.com ldapprefix=PROD01\ > > So documentation need some update. Looking at

RE: Multiple LDAP Servers for ldap Authentication

2018-12-21 Thread Kumar, Virendra
Herrera; pgsql-general@lists.postgresql.org Subject: Re: Multiple LDAP Servers for ldap Authentication On Thu, 20 Dec 2018 at 16:17, Kumar, Virendra wrote: > > I figured it out, this is how it works: > -- > hostall all0.0.0.0/0 ldap