Security - Mailing list pgsql-novice

From Luz Lopez
Subject Security
Date
Msg-id LAW-F167zg8U2ZwQBoM00007311@hotmail.com
Whole thread Raw
List pgsql-novice
Hi all,

I have a Database and my interface with PHP, but I have problems,
I can connect to a  Data Base using PHP without 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: "Luz Lopez"
Date:
Subject: Security
Next
From: Jeff MacDonald
Date:
Subject: Re: Security