Re: How to know the password for the user 'postgres'

Поиск
Список
Период
Сортировка
От Sam Mason
Тема Re: How to know the password for the user 'postgres'
Дата
Msg-id 20081028123217.GU2459@frubble.xen.chris-lamb.co.uk
обсуждение исходный текст
Ответ на Re: How to know the password for the user 'postgres'  (Thomas <iamkenzo@gmail.com>)
Ответы Re: How to know the password for the user 'postgres'  (Thomas <iamkenzo@gmail.com>)
Re: How to know the password for the user 'postgres'  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Tue, Oct 28, 2008 at 10:42:47AM +0100, Thomas wrote:
> An easy trick I have found to set postgres password: $ sudo passwd
> postgres, and now you can type a new password. So now you can switch
> user with: $ su postgres, and then connect to the DB with psql.

Won't that allow logins to the postgres account then?  If there's no
password then logins (either locally, ssh, or whatever is configured)
can't happen and your data is going to be safer.  Going in through root
first may require five more characters to be typed (or less if you
create an alias), but wont create any backdoors.


  Sam

В списке pgsql-general по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Archiving WAL for 7.4.21
Следующее
От: Sam Mason
Дата:
Сообщение: Re: Piping CSV data to psql when executing COPY .. FROM STDIN