trottel: PGAdmin kann nicht zu PostgreSQl-DB verbinden "password auth.."

Beitrag lesen

Hallo

Ich bekomme bei PGADMIN3 immer ein "Failed: password authentication for user "xxx" failed"

Das Passwort ist aber richtig, unter SSH kann ich ich mich mit
su postgress
password

richtig einloggen.

Meine pg_hba.conf sieht so aus:

local all postgres ident
local all all md5
host all all 127.0.0.1/32 md5
host all all ::1/128 md5
host all all 0.0.0.0 0.0.0.0 md5
host all all 127.0.0.1 255.255.255.255 md5

Wie muss es richtig aussehen?
Habe die Doku schon studiert aber komme nicht weiter.

Liege Grüße vom Trottel