Re: Does postgres user on linux need login permission?

From: Gabriele Bartolini <Gabriele(dot)Bartolini(at)2ndQuadrant(dot)it>
To: prakhar jauhari <prak840(at)gmail(dot)com>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Does postgres user on linux need login permission?
Date: 2013-08-27 08:33:01
Message-ID: f9cde346b1e3b02530c6014d799bbe12@2ndquadrant.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, 27 Aug 2013 13:28:47 +0530, prakhar jauhari <prak840(at)gmail(dot)com>
wrote:
> Hey,
>
> I am using postgres9.2, on a linux 6.3 box.
> For start i created a user postgres on linux with login permission
> and no password.

I usually advice to set it up as a system user (see the -r option for
useradd) and access to it through the "root" user using sudo/su or
public SSH key authentication. Just leave it as is, with no password.

Cheers,
Gabriele
--
Gabriele Bartolini - 2ndQuadrant Italia
PostgreSQL Training, Services and Support
Gabriele(dot)Bartolini(at)2ndQuadrant(dot)it - www.2ndQuadrant.it

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Dustin Wenz 2013-08-27 16:25:10 Re: Concurrent Users
Previous Message Albe Laurenz 2013-08-27 08:25:22 Re: Does postgres user on linux need login permission?