Thanks Steve for the response, Yes we had DNS server change.
But conf file updated with right DNS server and its resolving when i crosscheck with nslookup against clinet_addr
By the way , What is the right syntax for LDAP configuration ,
I am using the one below, and getting LDAP authentication error though i was able to login to server with same password.
host all all 0.0.0.0/0 ldap ldapserver=ldap.xxx.com ldapport=389 ldaptls=1 ldapbasedn="dc=domain,dc=com" ldapbinddn="cn=auth_user,dc=domain,dc=com" ldapbindpasswd=encrypted_password ldapsearchattribute=uid
Version :9..2
Regards,
Raju
On Wed, Jun 5, 2019 at 11:08 AM Steve Crawford <scrawford@xxxxxxxxxxxxxxxxxxxx> wrote:
On Wed, Jun 5, 2019 at 10:13 AM Perumal Raj <perucinci@xxxxxxxxx> wrote:Hi All,We have recently noticed in our development environment pg_log with flooded message.[64459]: [1-1] user=[unknown],db=[unknown],host= WARNING: pg_getnameinfo_all() failed: Temporary failure in name resolution...First thing I'd check is that DNS is functioning correctly (including local resolution settings or caching name resolvers).Cheers,Steve