On Thu, Jul 9, 2020 at 11:22 AM Niels Jespersen wrote: > > > > > *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 > > > > You can also read these posts: https://info.crunchydata.com/blog/windows-active-directory-postgresql-gssapi-kerberos-authentication https://www.highgo.ca/2020/03/18/postgresql-gssapi-authentication-with-kerberos-part-1-how-to-setup-kerberos-on-ubuntu/ https://www.highgo.ca/2020/03/26/postgresql-gssapi-authentication-with-kerberos-part-2-postgresql-configuration/ https://www.highgo.ca/2020/03/30/postgresql-gssapi-authentication-with-kerberos-part-3-the-status-of-authentication-encryption-and-user-principal/
> -- Regards, Michael Holzman