Re: Too easy to log in as the "postgres" user?

From: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
To: PGSQL Mailing List <pgsql-general(at)postgresql(dot)org>, Thom Brown <thombrown(at)gmail(dot)com>
Subject: Re: Too easy to log in as the "postgres" user?
Date: 2009-10-15 10:51:22
Message-ID: 11624.81765.qm@web23604.mail.ird.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> From: Thom Brown <thombrown(at)gmail(dot)com>
> Subject: [GENERAL] Too easy to log in as the "postgres" user?
> To: "PGSQL Mailing List" <pgsql-general(at)postgresql(dot)org>
> Date: Thursday, 15 October, 2009, 11:38 AM
> I've noticed that if I just log in to
> my server, I don't su to root,
> or become the postgres user, I can get straight into the
> database as
> the postgres user merely with "psql -U postgres -h
> localhost".  My
> user account isn't a member of the postgres group.
>
> It appears I've not applied my security settings
> correctly.  What can
> I do to prevent access this way?  I'd still want to be
> able to su to
> the postgres user and log in that way, but not with the -U
> parameter
> allowing access.

You just need to change the local connections to any authentication method other than trust.

http://www.postgresql.org/docs/8.3/interactive/auth-pg-hba-conf.html

Glyn

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thom Brown 2009-10-15 10:55:06 Re: Too easy to log in as the "postgres" user?
Previous Message A. Kretschmer 2009-10-15 10:48:02 Re: Too easy to log in as the "postgres" user?