From: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
---|---|
To: | <pgsql-patches(at)postgresql(dot)org> |
Subject: | initdb authentication |
Date: | 2004-07-15 21:01:51 |
Message-ID: | 6BCB9D8A16AC4241919521715F4D8BCE34BE7C@algol.sollentuna.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Ok, here is one more try at the initdb default authentication stuff.
This one adds the switches "--ident" and "--trust", which will configure
pg_hba.conf with ident and trust authentication respectively. If trust
authentication is selected, a warning is written to pg_hba.conf. The old
switches for password prompt/file still apply.
This one makes it mandatory to pick some kind of authentication. If
that's not wanted, it's easy to change it to default to trust (which I
think is wrong, but we've been through that already..)
Oh, and this time, the comments are updated :-)
//Magnus
Attachment | Content-Type | Size |
---|---|---|
initdb_auth.patch | application/octet-stream | 6.8 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2004-07-15 21:20:46 | Re: initdb authentication |
Previous Message | Magnus Hagander | 2004-07-15 20:14:41 | win32 readline |