I’ve set up the user in an include file in pg_hba.conf
host database xxxxxxx all scram-sha-256
The user was created with
create user xxxxx;
alter user xxxxx with login password ‘yyyyyyyy’;
Other users I have set up in the past have worked OK.
I have double checked that the password is correct.
It shouldn’t even be using pam, should it?
What am I missing?
Jeremy