pgsql-server: >I got a new idea on this.

Поиск
Список
Период
Сортировка
От momjian@svr1.postgresql.org (Bruce Momjian)
Тема pgsql-server: >I got a new idea on this.
Дата
Msg-id 20040801060008.C5E9AD1B1F8@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
>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 --auth '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 --auth 'ident mymap'
>
>so you would need to allow multiple words in the string.

Magnus Hagander

Modified Files:
--------------
    pgsql-server/src/backend/libpq:
        pg_hba.conf.sample (r1.48 -> r1.49)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/libpq/pg_hba.conf.sample.diff?r1=1.48&r2=1.49)
    pgsql-server/src/bin/initdb:
        initdb.c (r1.44 -> r1.45)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/initdb/initdb.c.diff?r1=1.44&r2=1.45)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql-server: Minor release wording improvments.
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql-server: Add docs for initdb --auth.