]> granicus.if.org Git - postgresql/commit
>I got a new idea on this. I think we should add an initdb option that
authorBruce Momjian <bruce@momjian.us>
Sun, 1 Aug 2004 05:59:13 +0000 (05:59 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 1 Aug 2004 05:59:13 +0000 (05:59 +0000)
commite7029b212755594bbfb4325fffd2dbd7b00eef08
tree4b873a2272d0c18706b3398502d765aa607e51a7
parent9d623ed252a73b5f57e2a764c6e631be19577a81
>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
src/backend/libpq/pg_hba.conf.sample
src/bin/initdb/initdb.c