From: | "Luz Lopez" <viaris(at)hotmail(dot)com> |
---|---|
To: | pgsql-novice(at)postgresql(dot)org |
Subject: | Security |
Date: | 2000-11-07 18:16:36 |
Message-ID: | LAW-F230cYTjr8cU6xf000070aa@hotmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Luz Lopez | 2000-11-07 18:17:14 | Security |
Previous Message | Thomas Good | 2000-11-07 13:21:50 | Re: Email and Postgres |