contrib: auth_delay module

Поиск
Список
Период
Сортировка
От 成之焕
Тема contrib: auth_delay module
Дата
Msg-id AHwAxACqIwIVOEhs5YejpqoG.1.1668569845751.Hmail.zhcheng@ceresdata.com
обсуждение исходный текст
Ответы Re: contrib: auth_delay module  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
font{ line-height: 1.6; } ul,ol{ padding-left: 20px; list-style-position: inside; }
The attached patch is a contrib module  to set login restrictions on users with 
too many authentication failure. The administrator could manage several GUC 
parameters to control the login restrictions which are listed below.
- set the wait time when password authentication fails.
- allow the wait time grows when users of the same IP consecutively logon failed.
- set the maximum authentication failure number from the same user. The system 
will prevent a user who gets too many authentication failures from entering the
database.

I hope this will be useful to future development.
Thanks.
-----

Вложения

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

Предыдущее
От: Ted Yu
Дата:
Сообщение: Re: closing file in adjust_data_dir
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: Suppressing useless wakeups in walreceiver