Thread: postgres 8.3 & ident authentication

postgres 8.3 & ident authentication

From
"Nicholas Hemley"
Date:

Hello all,

 

I have recently installed postgres 8.3 and I was slightly thrown by the default authentication as set in pg_hba.conf

 

It appears that ident authentication is the default and not trust authentication. Has this changed between versions or has it always been this way?

 

Any illumination of this point would be appreciated!

 

Cheerio,

Nic Hemley



__________ Information from ESET Smart Security, version of virus signature database 2882 (20080218) __________

The message was checked by ESET Smart Security.

http://www.eset.com

Re: postgres 8.3 & ident authentication

From
Tom Lane
Date:
"Nicholas Hemley" <nic.hemley@sidonis.com> writes:
> It appears that ident authentication is the default and not trust
> authentication. Has this changed between versions or has it always been this
> way?

No, the out-of-the-box default hasn't changed.  However some packagers
(Red Hat for instance) make the default be ident.  Maybe you switched
to a different packaging than you used before?

Whatever you're using, it's easy enough to change...

            regards, tom lane