Client Authentication

Поиск
Список
Период
Сортировка
От Stefan Sturm
Тема Client Authentication
Дата
Msg-id 6316bee0804172341l81dde8auabd33a6edbf6ac8a@mail.gmail.com
обсуждение исходный текст
Ответы Re: Client Authentication
Re: Client Authentication
Список pgsql-general
Hello,

I set up a PostgreSQL 8.3.1 Server on my Webserver( located somewhere in the web ).
On my local Server I use the trust method to access the server. But on my Webserver I want to use an user with password to access the Server.
So I did the following:

I created a user( as superuser ) with:
createuser -P username


Then I add a new line to the pg_hba.conf file:
host    all         username      0.0.0.0               md5

I want to access all databases from all IP-Adresses with this user.

But this fails :-(

WHere is my Error? I hope some can help me.

Thanks and greetings,
Stefan Sturm

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: In the belly of the beast (MySQLCon)
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Client Authentication