Does SQL-Ledger support using the following pg_hba.conf with
PostgreSQL?

local        all                                           ident sameuser
host         all         127.0.0.1     255.0.0.0           ident sameuser
host         all         0.0.0.0       0.0.0.0             reject

I'm running everything all on the same machine, but cannot make it work
with this setting.

It does work when I replace "ident sameuser" with "password".

Reply via email to