Re: initdb authentication

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: initdb authentication
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34BEF6@algol.sollentuna.se
обсуждение исходный текст
Ответ на initdb authentication  ("Magnus Hagander" <mha@sollentuna.net>)
Ответы Re: initdb authentication  (Andrew Dunstan <andrew@dunslane.net>)
Re: initdb authentication  (Peter Eisentraut <peter_e@gmx.net>)
Re: initdb authentication  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Ok, here is another one.

Doc patches coming up if/when this one is approved.

//Magnus


>-----Original Message-----
>From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]
>Sent: den 17 juli 2004 03:11
>To: Magnus Hagander
>Cc: pgsql-patches@postgresql.org
>Subject: Re: [PATCHES] initdb authentication
>
>
>
>I got a new idea on this.  I think we should add an initdb option that
>takes a string to specify the local authentication method:
>
>    initdb --localauth 'ident'
>
>or whatever the user wants.  I think this is more flexible and more
>compact.  It would default to 'trust', and the packagers could
>set it to
>whatever they want.  If their OS supports local ident, they can use
>that.
>
>Also keep in mind you might want some ident map file:
>
>    initdb --localauth 'ident mymap'
>
>so you would need to allow multiple words in the string.
>
>---------------------------------------------------------------
>------------
>
>Magnus Hagander wrote:
>> Here's a version of this patch that includes documentation updates.
>>
>> //Magnus

Вложения

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: win32 readline
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: initdb authentication