Re: Post Install / Secure PostgreSQL

From: Alan Hodgson <ahodgson(at)simkin(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Post Install / Secure PostgreSQL
Date: 2010-09-14 17:44:35
Message-ID: 201009141044.35462.ahodgson@simkin.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On September 14, 2010 09:50:30 am Carlos Mennens wrote:
> Obviously there appears to be a specific password for both accounts
> which I think are completely seperate from the Linux shell passwords,
> right?

PostgreSQL has internal passwords for roles which can be set with "alter role"
or while creating roles.

However ..

The default setup allows "trust" access which means it trusts local system
accounts to login as the same roles in Pg without specifying a password.

It is also possible to setup Pg in such a way that it uses the system
passwords via PAM without consulting the internal password.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Broersma 2010-09-14 17:52:31 Re: Post Install / Secure PostgreSQL
Previous Message Satoshi Nagayasu 2010-09-14 16:55:13 Re: Monitoring Object access