Thread: Kerberos-Postgresql implementation for user authentication
Fra: Brajendra Pratap Singh <singh.bpratap766@gmail.com>
Sendt: 9. juli 2020 09:05
Til: pgsql-general@postgresql.org
Emne: Kerberos-Postgresql implementation for user authentication
Hi,
Please share the steps to implement the Kerberos with postgresql for user authentication purpose. Also share the document if any.
Thanks,
Brajendra
If you are trying to do passwordless login for windows users, then this explains that scenario quite well. We are using SSPI for end-users.
https://wiki.postgresql.org/wiki/Configuring_for_single_sign-on_using_SSPI_on_Windows
Fra: Brajendra Pratap Singh
Emne: Kerberos-Postgresql implementation for user authentication
Please share the steps to implement the Kerberos with postgresql for user authentication purpose. Also share the document if any.
If you are trying to do passwordless login for windows users, then this explains that scenario quite well. We are using SSPI for end-users.
https://wiki.postgresql.org/wiki/Configuring_for_single_sign-on_using_SSPI_on_Windows
--
Michael Holzman
Fra: Brajendra Pratap Singh <singh.bpratap766@gmail.com>
Sendt: 9. juli 2020 09:05
Til: pgsql-general@postgresql.org
Emne: Kerberos-Postgresql implementation for user authentication
Hi,
Please share the steps to implement the Kerberos with postgresql for user authentication purpose. Also share the document if any.
Thanks,
Brajendra
If you are trying to do passwordless login for windows users, then this explains that scenario quite well. We are using SSPI for end-users.
https://wiki.postgresql.org/wiki/Configuring_for_single_sign-on_using_SSPI_on_Windows
Hi Niels,Thanks for your prompt response and I apologise for the incomplete information.Actually we are trying to implement the Kerberos authentication while anyone trying to connect with postgresql DB user/role.Plz help us here with document.