Re: Connecting to PostgreSQL server with Mono using ident authetication

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Connecting to PostgreSQL server with Mono using ident authetication
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C22976D9@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на Connecting to PostgreSQL server with Mono using ident authetication  (Andreas Tille <tillea@rki.de>)
Список pgsql-general
> it is my first shot using Mono and I failed to get the example from
>
>     http://www.mono-project.de/wiki/keyword/PostgreSQL/
>
> working.  The reason is obviousely that whatever I tried
> NpgsqlConnection
> tries to use password authentication but I have configured my system
> that ident authentication is used by default.
>
> I'm using Debian GNU/Linux testing running postgresql 8.2 and
> mono 1.2.
> Could anybody enlight me how to connect to a database where users have
> no password set because always ident authentication is used
> on local host.

The best list for this kind of thing is certainly the Npgsql
mailing list:
http://gborg.postgresql.org/mailman/listinfo/npgsql-general

What error messages do you get when you try to connect?

Yours,
Laurenz Albe

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

Предыдущее
От: Martin Langhoff
Дата:
Сообщение: Controlling locale and impact on LIKE statements
Следующее
От: "blay bloo"
Дата:
Сообщение: How to 'register' functions, so they can be called (plpythonu)