Security - Mailing list pgsql-novice

From Luz Lopez
Subject Security
Date
Msg-id LAW-F230cYTjr8cU6xf000070aa@hotmail.com
Whole thread Raw
Responses Re: Security  (Jeff MacDonald <jeff@pgsql.com>)
List pgsql-novice
Hi all,

I have a Database and my interface is with PHP, but I hace problems,
I can connect to a  Data Base using PHP with using login and password.  If I
have an user with restricted privileges, how can I force this user to access
with login and password, via WEB?

I use pg_connect("host=localhost port=5432 user=wwwuser password=XXX
dbname=YYY"); but if I use _connect("host=localhost port=5432 dbname=YYY");
the program connect without problems a the Database, I believe that I have
serius problme of security.

I need your Help....

Thanks in advanced,
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.


pgsql-novice by date:

Previous
From: "Ian Kulmatycki"
Date:
Subject: Uploading oid over the internet
Next
From: "Luz Lopez"
Date:
Subject: Security