Re: Security, IP and username restrictions

From: "Derek Barrett" <derekbarrett(at)graffiti(dot)net>
To: "Tuomas Vanhanen" <Tuomas(at)TuomasVanhanen(dot)com>, <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Security, IP and username restrictions
Date: 2002-07-24 17:34:48
Message-ID: 20020724173448.30277.qmail@graffiti.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

pg_hba.conf can restrict specific IP's to particular databases.

I don't know if it goes down to the table level though.

----- Original Message -----
From: "Tuomas Vanhanen" <Tuomas(at)TuomasVanhanen(dot)com>
Date: Tue, 23 Jul 2002 17:35:24 +0300
To: <pgsql-novice(at)postgresql(dot)org>
Subject: [NOVICE] Security, IP and username restrictions

> Hi,
>
> I´m very new to Postgres and I need some help with following:
>
> Is it possible to restrict user rights by using both username and password
> and IP address.
>
> I have a situation where same user accessing the database from different
> locations (IP addresses) must have different user rights. This means, that
> same user in different locations would see different ammount of data. I know
> I can build this easily to the web based front-end, but I´d like to make the
> restriction in Postgres too.
>
> thanks!
>
> -Tuomas
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
>

--
_______________________________________________
Get your free email from http://www.graffiti.net

Powered by Outblaze

Browse pgsql-novice by date

  From Date Subject
Next Message Josh Berkus 2002-07-24 17:46:08 Re: Security, IP and username restrictions
Previous Message Derek Barrett 2002-07-24 17:31:58 Re: Problem connecting to Postgresql and creating databases