User authentication failed !

From: Ralf Weidemann <RalfW(at)Scalar(dot)DE>
To: pgsql-general(at)postgreSQL(dot)org
Subject: User authentication failed !
Date: 1999-01-24 23:40:27
Message-ID: 13995.44907.419561.783764@onyx.nowhere.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

can someone please tell me what's wrong here ??

Thanks,
Ralf

[wdba(at)onyx pgdata]$ cat pg_hba.conf
local all trust
host all 192.168.0.0 255.255.255.255 password passwd

[wdba(at)onyx pgdata]$ ping onyx
PING onyx.nowhere.net (192.168.1.1): 56 data bytes
64 bytes from 192.168.1.1: icmp_seq=0 ttl=255 time=0.2 ms
--- onyx.nowhere.net ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 0.2/0.2/0.2 ms

[wdba(at)onyx pgdata]$ pg_passwd passwd
File "passwd" does not exist. Create? (y/n): y
Username: wdba
New password:
Re-enter new password:

[wdba(at)onyx pgdata]$ /opt/wdb/bin/postmaster -i -D /opt/wdb/var/pgdata > /opt/wdb/var/logs/postmaster.log 2>&1 &
[1] 1417

[wdba(at)onyx pgdata]$ psql -h onyx -u
Username: wdba
Password:

Connection to database 'wdba' failed.
User authentication failed

[wdba(at)onyx pgdata]$ psql
Welcome to the POSTGRESQL interactive sql monitor:
Please read the file COPYRIGHT for copyright terms of POSTGRESQL

type \? for help on slash commands
type \q to quit
type \g or terminate with semicolon to execute query
You are currently connected to the database: wdba

wdba=> \q

[wdba(at)onyx pgdata]$

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ralf Weidemann 1999-01-25 04:43:41 user authentication & database destroy failed !
Previous Message Ryan Schutt 1999-01-24 22:35:49 Re: [GENERAL] PostgreSQL and mod_perl trouble (spinlock)