Re: tracking down breakins?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: tracking down breakins?
Дата
Msg-id 5010.1042048348@sss.pgh.pa.us
обсуждение исходный текст
Ответ на tracking down breakins?  ("Johnson, Shaunn" <SJohnson6@bcbsm.com>)
Список pgsql-general
"Johnson, Shaunn" <SJohnson6@bcbsm.com> writes:
> A similar question to what David Siebert was
> asking - I am trying to locate users that are trying
> to log in as someone else in PostgreSQL.

Again, I think log_connections is what you're looking for.

Note that a failed connection attempt is *not* necessarily a sign of
evil intent.  For example, I believe that psql does not prompt the
user for a password unless its initial attempt to connect is rejected
by the server with a "password required" error.  So you will see a
failed attempt and then a (hopefully) successful attempt a few seconds
later, whenever you are using password authentication.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Strange Error
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: [HACKERS] Have people taken a look at pgdiff yet?