Re: [HACKERS] Including kerberos realm

2009-01-09 Thread Bruce Momjian
Magnus Hagander wrote: > Magnus Hagander wrote: > > Tom Lane wrote: > >> Magnus Hagander writes: > >>> Alvaro Herrera wrote: > Not that this affects me in any way, but should there be a GUC variable > to set the default behavior system-wide? > >>> I thought about that, but I don't want t

Re: [HACKERS] Including kerberos realm

2009-01-09 Thread Magnus Hagander
Magnus Hagander wrote: > Tom Lane wrote: >> Magnus Hagander writes: >>> Alvaro Herrera wrote: Not that this affects me in any way, but should there be a GUC variable to set the default behavior system-wide? >>> I thought about that, but I don't want to add extra gucs without a good >>> r

Re: [HACKERS] Including kerberos realm

2009-01-07 Thread Magnus Hagander
Tom Lane wrote: > Magnus Hagander writes: >> Alvaro Herrera wrote: >>> Not that this affects me in any way, but should there be a GUC variable >>> to set the default behavior system-wide? > >> I thought about that, but I don't want to add extra gucs without a good >> reason. You'd typically not h

Re: [HACKERS] Including kerberos realm

2009-01-02 Thread Tom Lane
Magnus Hagander writes: > Alvaro Herrera wrote: >> Not that this affects me in any way, but should there be a GUC variable >> to set the default behavior system-wide? > I thought about that, but I don't want to add extra gucs without a good > reason. You'd typically not have very many different l

Re: [HACKERS] Including kerberos realm

2009-01-02 Thread Magnus Hagander
Alvaro Herrera wrote: > Magnus Hagander wrote: >> Here's the patch allowing for the parameter include_realm on >> pg_hba.conf, that makes the authentication system pass the u...@realm >> format username to the identmap, instead of stripping the realm. > > Not that this affects me in any way, but s

Re: [HACKERS] Including kerberos realm

2009-01-02 Thread Alvaro Herrera
Magnus Hagander wrote: > Here's the patch allowing for the parameter include_realm on > pg_hba.conf, that makes the authentication system pass the u...@realm > format username to the identmap, instead of stripping the realm. Not that this affects me in any way, but should there be a GUC variable t