Re: initdb authentication

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: initdb authentication
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34BE8F@algol.sollentuna.se
обсуждение исходный текст
Ответ на initdb authentication  ("Magnus Hagander" <mha@sollentuna.net>)
Ответы Re: initdb authentication
Список pgsql-patches
Here's a version of this patch that includes documentation updates.

//Magnus


>-----Original Message-----
>From: Magnus Hagander
>Sent: den 15 juli 2004 23:02
>To: pgsql-patches@postgresql.org
>Subject: [PATCHES] initdb authentication
>
>
>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
>
>

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: plperl win32
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_autovacuum integration attempt #2