Authentication problems

Поиск
Список
Период
Сортировка
От the inquirer
Тема Authentication problems
Дата
Msg-id 20040820153323.36936.qmail@web61207.mail.yahoo.com
обсуждение исходный текст
Ответы Re: [NOVICE] Authentication problems  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I am a new postgres user who is having trouble
figuring out how user-based authentication is supposed
to work.  I create a database, create a user and
attempt to use psql to connect to the new database
using the new user.  However, the server always
responds with "psql: FATAL: IDENT authentication
failed for user "user".  Are there additionaly
security of configuration tasks that need to be done?

Here are the commands I am executing as the user
postgres:

$ createdb database
CREATE DATABASE
$ createuser -P user
Enter password for new user:
Enter it again:
Shall the new user be allowed to create databases?
(y/n) n
Shall the new user be allowed to create more new
users? (y/n) n
CREATE USER
$ psql -W -d database -U user
Password:
psql:  FATAL: IDENT authentication failed for user
"user"

I am running on Debian Sarge kernel versin 2.4.25-1.
All of my postgresql pkgs are 7.4.3-3.

Thanks,
listquestions.



_______________________________
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush

В списке pgsql-general по дате отправления:

Предыдущее
От: Jeff Amiel
Дата:
Сообщение: Re: int8, primary key, seq scan
Следующее
От: Jeff Amiel
Дата:
Сообщение: Re: int8, primary key, seq scan