PostgreSQL Authentication: Kerberos OR LDAP?

preview_player
Показать описание
In this video, Dave Page (TitleVice President & Chief Architect, Database Infrastructure, #EDB) looks at whether you should use #Kerberos or #LDAP for authenticating #Postgres users.
----------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Hello.

I configured my client to authenticate via kerberos (AD Windows) on postgres (Linux Server)
Through my linux client the login is successfully established.
But my windows client is not.
On both machines the krb5.conf file is exactly the same.

Ticket cache: FILE:/tmp/krb5cc_0

Valid starting Expires Main Service
renew until 04/16/23 11:04:04
renew until 04/16/23 11:04:04

However, in the windows machine's CMD it appears:

Ticket cache: API:krb5cc

Valid starting Expires Main Service
renew until 04/16/23 16:17:43

That is, where is the line referring to postgres?
I'm lost in this problem can anyone help me?

mlugrassi