Re: Using more than one LDAP?

Поиск
Список
Период
Сортировка
От Paul Förster
Тема Re: Using more than one LDAP?
Дата
Msg-id E0ADA47F-D98C-4DF1-AFD7-24475D635E6D@gmail.com
обсуждение исходный текст
Ответ на Re: Using more than one LDAP?  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-general
Hi Stephen,

> On 08. Jan, 2021, at 22:59, Stephen Frost <sfrost@snowman.net> wrote:
>
> Done correctly, the developers will hopefully be going from "this stupid
> thing prompts me to provide a username/password in order to log in" to
> "no more prompt for logging in, it just *works*".  Further, as Magnus
> explained, you could actually have the mapping to allow user X to log in
> by providing GSSAPI credentials Y, if they are actually still going to
> be including some username in their connection request to PG (even
> though they shouldn't need to, since it'll be the same between their
> local Windows/AD login and the GSSAPI user that PG will see).  You
> should be able to make both work concurrently thanks to pg_ident.conf.

I agree. But the company policy is to have users being asked each time they want to login somewhere, no matter where.
Weneed to use an RSA tamagotchi at least twice to even get somewhere close to being able to launch a tool like
DbVisualizeror SQL Developer. If we want a shell on a server, we need to use the tamagotchi even one more time. 

And then, for such tools, or in fact anything, "no more prompt" unfortunately is just no option. Some call that
security,I call that paranoia. This is why I don't care whether GSSAPI is more secure than LDAPS. The whole environment
isstuffed inside some network zone which is stuffed into another network zone, then divided into again some other
networkzones inside, etc. LDAP and AD are in separate zones than the databases, developer's and admin's machines are
againin some other network zone. Even some databases have their own network zones. You get the picture... The best
thingis: they still call this single sign on because you get to use the same username everywhere. rotfl 

From the network perspective, Magnus is right. We have a hacky environment. But architecture is not something I have an
influenceon. 

Cheers,
Paul


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

Предыдущее
От: Tim Cross
Дата:
Сообщение: Re: How to keep format of views source code as entered?
Следующее
От: Thiemo Kellner
Дата:
Сообщение: Re: Suggestion: provide a "TRUNCATE PARTITION" command