Re: [GENERAL] Trying to get SSPI/JDBC working

2014-12-02 Thread Adrian Klaver
On 12/02/2014 08:10 AM, Dave Rosckes wrote: I am new to Postgresql. I have a postgres server running on a windows platform. The DBs will not have any remote access, only users logged onto the localhost will have access. SSPI seems like a great authentication protocol to use in this case. I be

[GENERAL] Trying to get SSPI/JDBC working

2014-12-02 Thread Dave Rosckes
I am new to Postgresql. I have a postgres server running on a windows platform. The DBs will not have any remote access, only users logged onto the localhost will have access. SSPI seems like a great authentication protocol to use in this case. I believe I have followed all the instructions on