Hello all,
I'm attempting to get Windows domain users to be able to connect to a PostgreSQL server running on CentOS 7. Linux clients authenticated to the domain are able to connect, whereas Windows clients are not.psql: SSPI continuation error: The specified target is unknown or unreachable
(80090303)
Another difference is that psql on Windows sends the user name without the domain appended, for example "jeff.shaw" instead of "jeff.shaw@xxxxxxxxxx". The psql on Linux does append the domain name.