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 by date
| Next: | From: Bruce Momjian | Date: 2004-08-01 06:19:27 |
| Subject: pgsql-server: Add docs for initdb --auth. |
| Previous: | From: Bruce Momjian | Date: 2004-08-01 05:22:59 |
| Subject: pgsql-server: Minor release wording improvments. |