pg_hba.conf ---> problem?? - Mailing list pgsql-jdbc

From Victor Sanchez2
Subject pg_hba.conf ---> problem??
Date
Msg-id 1095976036.1816.7.camel@cris
Whole thread Raw
Responses Re: pg_hba.conf ---> problem??  (Yi LIN <ylin30@cs.mcgill.ca>)
Re: pg_hba.conf ---> problem??  (Jan de Visser <jdevisser@digitalfairway.com>)
List pgsql-jdbc
I use Debian. In one example (with user postgres) i obtain success:

sh-3.00$ psql -l
Listado de base de datos
Nombre | Dueño | Codificación
-----------+----------+--------------
mydb | postgres | SQL_ASCII
template0 | postgres | SQL_ASCII
template1 | postgres | SQL_ASCII
test | postgres | SQL_ASCII
(4 filas)

The problem appears when i use tora or pgaccess, i can't connect to db.
The message is:

  Unable to connect to the database.
  FATAL: IDENT authentication failed for user "portgres"

Who/where is the possible problem?

I try:
   user: postgres
   pass: "mypass"
   port: 5432
   localhost
   db: mydb

Any answer?




pgsql-jdbc by date:

Previous
From: Yi LIN
Date:
Subject: Re: telnet to port 5432 failed
Next
From: Yi LIN
Date:
Subject: Re: pg_hba.conf ---> problem??