From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Magnus Hagander <mha(at)sollentuna(dot)net> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: initdb authentication |
Date: | 2004-08-01 05:57:21 |
Message-ID: | 200408010557.i715vLQ04562@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Patch applied. Thanks.
I just cleaned up some of the code formatting.
---------------------------------------------------------------------------
Magnus Hagander wrote:
> Ok, here is another one.
>
> Doc patches coming up if/when this one is approved.
>
> //Magnus
>
>
> >-----Original Message-----
> >From: Bruce Momjian [mailto:pgman(at)candle(dot)pha(dot)pa(dot)us]
> >Sent: den 17 juli 2004 03:11
> >To: Magnus Hagander
> >Cc: pgsql-patches(at)postgresql(dot)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
Content-Description: initdb_auth.patch
[ Attachment, skipping... ]
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-08-01 06:19:35 | Re: [HACKERS] Cannot initdb in cvs tip |
Previous Message | Zhenbang Wei | 2004-08-01 05:31:08 | Traditional Chinese translations in UTF-8 for 7.5 |