Re: initdb authentication

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Magnus Hagander <mha(at)sollentuna(dot)net>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-patches(at)postgresql(dot)org
Subject: Re: initdb authentication
Date: 2004-07-22 18:36:24
Message-ID: 41000928.5080006@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Magnus Hagander wrote:

>Ok, here is another one.
>
>Doc patches coming up if/when this one is approved.
>
>//Magnus
>
>
>
>
>
+ /* Kerberos methods not listed because they are not supported
+ * over local connections and are rejected in hba.c */

Is this true of all local connections, or only Unix socket connections?
After all, this patch adjusts one 'local' line and 2 'host' lines. Maybe
we would just need to tell people that if they want Kerberos they would
have to do it by hand, rather than using this flag.

cheers

andrew

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-07-22 18:52:43 Re: initdb authentication
Previous Message Magnus Hagander 2004-07-22 18:12:13 Re: initdb authentication