Re: Setting Permissions for web viewing

Поиск
Список
Период
Сортировка
От D. Duccini
Тема Re: Setting Permissions for web viewing
Дата
Msg-id Pine.GSO.4.03.10010191229130.20213-100000@ra.bpsi.net
обсуждение исходный текст
Ответ на Setting Permissions for web viewing  ("Kevin Leclaire" <kevin@virtualnav.com>)
Ответы RE: Setting Permissions for web viewing  ("k" <kraznus@yahoo.com>)
Список pgsql-novice
the problem isn't the database, its the user the webserver is running as

you can solve this by using chown and chmod u+s to make the script
execute as a known user to the database

the alernate is to pass in a fully qualified connect string specifying
user/database

-duck

On Thu, 19 Oct 2000, Kevin Leclaire wrote:

> What's the cleanest way to set permissions in postgres so that a web
> application can properly view and query a back-end database, but not modify?
>
> I have tried modifying pg_hba.conf, and got it to do a pg_connect()
> successfully, however, the subsequent pg_Exex() call failed with the
> following browser error: "Warning: PostgreSQL query failed: ERROR:
> table_name: Permission denied..."
>
> Thanks!
>
> Kevin
>


-----------------------------------------------------------------------------
david@backpack.com            BackPack Software, Inc.        www.backpack.com
+1 651.645.7550 voice       "Life is an Adventure.
+1 651.645.9798 fax            Don't forget your BackPack!"
-----------------------------------------------------------------------------


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Stupid question: concatenating strings
Следующее
От: "k"
Дата:
Сообщение: RE: Setting Permissions for web viewing