Re: Lock Postgres account after X number of failed logins?

Поиск
Список
Период
Сортировка
От Peter J. Holzer
Тема Re: Lock Postgres account after X number of failed logins?
Дата
Msg-id 20200506152610.GA12354@hjp.at
обсуждение исходный текст
Ответ на Re: Lock Postgres account after X number of failed logins?  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: Lock Postgres account after X number of failed logins?
Re: Lock Postgres account after X number of failed logins?
Список pgsql-general
On 2020-05-06 09:28:28 -0400, Stephen Frost wrote:
> LDAP-based authentication in PG involves passing the user's password to
> the database server in the clear (or tunneled through SSL, but that
> doesn't help if the DB is compromised), so it's really not a good
> solution.

Still a lot better than PostgreSQL's md5 scheme, which stores
password-equivalent hashes: If the database is compromised the attacker
has all hashes immediately and can use them to login. Intercepting
encrypted traffic even at the endpoint is much harder and can only
uncover passwords actually used.

        hp

--
   _  | Peter J. Holzer    | Story must make more sense than reality.
|_|_) |                    |
| |   | hjp@hjp.at         |    -- Charles Stross, "Creative writing
__/   | http://www.hjp.at/ |       challenge!"

Вложения

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

Предыдущее
От: Ravi Krishna
Дата:
Сообщение: Re: Abnormal Growth of Index Size - Index Size 3x large than tablesize.
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Lock Postgres account after X number of failed logins?