Multiple connections over VPN password fail error - Mailing list pgsql-general

From Sanjay Minni
Subject Multiple connections over VPN password fail error
Date
Msg-id CAMpxBon7iZ+4v0FtbY48ME2yOXX-g1ewwGP2YaTnp4Ah_G3Psg@mail.gmail.com
Whole thread Raw
Responses Re: Multiple connections over VPN password fail error  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-general
Hi All

while trying to make multiple connects with different role names to a single database over VPN i faced a password error issue when trying to connect a send user
It seems I had to change this line in pg_hba.conf and it worked:

   `# IPv4 external connections thru VPN
    #TYPE   DATABASE  USER   ADDRESS  METHOD
    host   all       all      <ip>    trust `        <=(from the earlier scram-sha-256)

is this the way and is this correct from a security point of view ?

regards
Sanjay Minni

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Migrate schemas
Next
From: Daniel Gustafsson
Date:
Subject: Re: Multiple connections over VPN password fail error