Re: [BUGS] Security problem with Postgres sql

2003-03-21 Thread Bruno Wolff III
On Fri, Mar 21, 2003 at 16:44:07 +0530, DEEPANSHU GARG <[EMAIL PROTECTED]> wrote: > Hi, > We have a problem when logging in postgresql. > We are setting the user id and password using Create User command. > Now when we login the postgresql using > $psql -U username databasename > it does'nt prom

[BUGS] Security problem with Postgres sql

2003-03-21 Thread DEEPANSHU GARG
Hi, We have a problem when logging in postgresql. We are setting the user id and password using Create User command. Now when we login the postgresql using $psql -U username databasename it does'nt prompt for the password but connects to the database. The password is correctly set and we examined