Re: [GENERAL] Authentification

2001-06-21 Thread Tom Lane
[EMAIL PROTECTED] writes: > I´m using PostgreSQL 7.1.2 (from Debian). My pg_hba.conf looks like > # default > localall peer sameuser There is no such authentication type as "peer". regards, tom lane

[GENERAL] Authentification

2001-06-21 Thread tillea
Hello, I´m using PostgreSQL 7.1.2 (from Debian). My pg_hba.conf looks like # default localall peer sameuser host all 127.0.0.1 255.0.0.0 ident sameuser # added myself to cope with the problem host all