Passwords usage in PostgreSQL

admin

Administrator
Staff member
After compiling and installing PostgreSQL, Apache and PHP4, and getting them all to work together, I noticed that though I've set up paswords for the users of a database, passswords don't seem to be necessary in either psql or PHP's pg_connect. In fact, psql doesn't even prompt me for a password, and forcing it with -W then entering an invaid password still works. Does anyone have any advice to enforce password checking of database users?

Thanks!
Crystal
 
Back
Top