Thread: JDBC: IDENT issue with 7.1 upgrade?

JDBC: IDENT issue with 7.1 upgrade?

From
"David Lebling"
Date:
Taking the advice of the esteemed Mr. Lane, I upgraded our 6.5 to a 7.1.
After a certain amount of reconfiguration pain, everything works except
connecting from the JDBC.

We get the following Java SQLException trying to establish a connection:

    IDENT authentication failed for user 'postgres'

The user postgres exists and we are passing the right password. psql works
fine. "-i" is included in the postmaster startup.  Any suggestions?

    Dave Lebling