Thread: psql on Linux vs Windows, major GSS differences
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@domain.com". The psql on Linux does append the domain name.
Hello , do you found how to resolve this issue ? have same error from Windowd 7 (PC): psql: SSPI continuation error: The specified target is unknown or unreachable (80090303) from linux machine with psql -Hservername working fine . Regards, Evgeny -- View this message in context: http://postgresql.nabble.com/psql-on-Linux-vs-Windows-major-GSS-differences-tp5816885p5859510.html Sent from the PostgreSQL - admin mailing list archive at Nabble.com.