Re: Secure LDAP auth on windows machine inside domain

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Secure LDAP auth on windows machine inside domain
Дата
Msg-id 20210521153149.GR20766@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: Secure LDAP auth on windows machine inside domain  (Rocco Kreutz <r.kreutz@prodat-sql.de>)
Ответы Re: Secure LDAP auth on windows machine inside domain  (Rocco Kreutz <r.kreutz@prodat-sql.de>)
Список pgsql-admin
Greetings,

* Rocco Kreutz (r.kreutz@prodat-sql.de) wrote:
> It must be LDAP, because the users need to use a shortened diffrent login,
> which is stored in ad

You can map users using pg_ident.conf, there's no need to use LDAP to
have a different login name in the database, and it's not secure to use
LDAP.

When LDAP is used, the user's credentials are seen by the server in the
clear (and there's not really anything you can do about that, it's the
nature of that auth method) and therefore if the DB server is
compromised then everyone's credentials who logs into the DB server will
also be compromised (TLS/SSL doesn't help because that only protects
traffic across the network).

Thanks,

Stephen

Вложения

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

Предыдущее
От: Rocco Kreutz
Дата:
Сообщение: Re: Secure LDAP auth on windows machine inside domain
Следующее
От: Dirk Krautschick
Дата:
Сообщение: Experience with login_hook or any other solution for logon trigger