Re: Security question : Database access control

Поиск
Список
Период
Сортировка
От Igor Georgiev
Тема Re: Security question : Database access control
Дата
Msg-id 012101c279e8$f6008d00$0b0546c0@alpha.bg
обсуждение исходный текст
Ответ на Security question : Database access control  ("Igor Georgiev" <gory@alphasoft-bg.com>)
Список pgsql-admin
> They can just read the raw database files as well.
wow I'm not sure
how about this
 
    edit pg_hba.conf
        # Allow any user on the local system to connect to any
        # database under any username
        local        all                                          trust
 
su - posgres
psql test -U dba
or
pg_dump test
 
> You have to be able to trust whoever has root access to the system, as well as anyone who has
> physical access to the system.

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Security question : Database access control
Следующее
От: Nicholas Barthelemy
Дата:
Сообщение: 7.2 date/time format function problems