Workaround for ident security issue

Some people, like Josh Berkus for example, claim that both trust and ident can cause the security issues with dblink. Which is true - they can. But unlike the blanket statements that they are insecure, there are ways around it.

Trust will always be insecure when dblink or similar functions are present. But there's a simple way to make ident not be insecure - just make sure that the postgres superuser does not have the same username as the OS user that runs the processes. In fact, make sure that there is no PostgreSQL user with the same username as the OS user.

initdb will make those userids the same by default, but you can change that using the -U parameter to initdb. In theory you can rename the superuser after the fact as well, but I haven't tried that so I don't know how safe it is...


Add comment

New comments can no longer be posted on this entry.

Conferences

I speak at and organize conferences around Open Source in general and PostgreSQL in particular.

Upcoming

Past

PGConf.EU 2025
Oct 21-24, 2025
Riga, Latvia
PGConf.NYC 2025
Sep 29-Oct 1, 2025
New York, USA
PGConf.dev 2025
May 13-16, 2025
Montreal, Canada
PGDay Chicago 2025
Apr 15, 2025
Chicago, USA
Nordic PGDay 2025
Mar 18, 2025
Copenhagen, Denmark
More past conferences