From: | "Igor Georgiev" <gory(at)alphasoft-bg(dot)com> |
---|---|
To: | |
Cc: | <pgsql-admin(at)postgresql(dot)org>, <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Security question : Database access control |
Date: | 2002-10-22 16:34:57 |
Message-ID: | 012101c279e8$f6008d00$0b0546c0@alpha.bg |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-hackers |
> 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Igor Georgiev | 2002-10-22 16:45:07 | Re: [HACKERS] Security question : Database access control |
Previous Message | Igor Georgiev | 2002-10-22 16:19:32 | Re: Quickie about Database locations |
From | Date | Subject | |
---|---|---|---|
Next Message | Igor Georgiev | 2002-10-22 16:45:07 | Re: [HACKERS] Security question : Database access control |
Previous Message | Bruce Momjian | 2002-10-22 16:26:30 | Re: pg_dump and large files - is this a problem? |