Re: PostgreSQL (linux) configuration with GSSAPI to a Windows domain

2019-03-01 Thread Stephen Frost
ppe Chenel > Cc : pgsql-general@lists.postgresql.org > Objet : Re: PostgreSQL (linux) configuration with GSSAPI to a Windows domain > > Hi Philippe, > > I would increase logging level to debug since it is hard to tell from log > what is happening. > Have you verified kinit for

RE: PostgreSQL (linux) configuration with GSSAPI to a Windows domain

2019-03-01 Thread Jean-Philippe Chenel
: Re: PostgreSQL (linux) configuration with GSSAPI to a Windows domain Greetings, * Jean-Philippe Chenel (jp.che...@live.ca) wrote: > I'm trying to configure authentication between PostgreSQL database server on > linux and Windows Active Directory. > > First part of configurati

Re: PostgreSQL (linux) configuration with GSSAPI to a Windows domain

2019-03-01 Thread Stephen Frost
Greetings, * Jean-Philippe Chenel (jp.che...@live.ca) wrote: > I'm trying to configure authentication between PostgreSQL database server on > linux and Windows Active Directory. > > First part of configuration is working but when I'm trying to authenticate > from Windows client, it is not worki

Re: PostgreSQL (linux) configuration with GSSAPI to a Windows domain

2019-02-28 Thread Andre Piwoni
I think setting up PAM authentication with AD on Linux server joined to domain via realm SSSD was much easier and transparent. Something like this worked for me to create SPN mapping and keytab in one command without need to use UPPERCASE for POSTGRES: ktpass -out postgres.keytab -princ POSTGRES/u

PostgreSQL (linux) configuration with GSSAPI to a Windows domain

2019-02-28 Thread Jean-Philippe Chenel
I'm trying to configure authentication between PostgreSQL database server on linux and Windows Active Directory. First part of configuration is working but when I'm trying to authenticate from Windows client, it is not working with message: Can't obtain database list from the server. SSPI conti