contrib: auth_delay module

Поиск
Список
Период
Сортировка
От KaiGai Kohei
Тема contrib: auth_delay module
Дата
Msg-id 4CD2ABC3.4020103@kaigai.gr.jp
обсуждение исходный текст
Ответы Re: contrib: auth_delay module
Список pgsql-hackers
The attached patch is a contrib module to inject a few seconds
delay on authentication failed. It is also a proof of the concept
using the new ClientAuthentication_hook.

This module provides a similar feature to pam_faildelay on
operating systems. Injection of a few seconds delay on
authentication fails prevents (or makes hard at least) brute-force
attacks, because it limits number of candidates that attacker can
verify within a unit of time.

Thanks,
--
KaiGai Kohei <kaigai@kaigai.gr.jp>

Вложения

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

Предыдущее
От: Kenneth Marshall
Дата:
Сообщение: Re: Hash support for arrays
Следующее
От: Itagaki Takahiro
Дата:
Сообщение: Re: contrib: auth_delay module