From: | "Blake Duffey" <blake(dot)duffey(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | SSPI/Kerberos support for ODBC on Windows 2008 Server |
Date: | 2008-07-18 14:14:31 |
Message-ID: | ed90c4930807180714m26d9008ei32eae0619f36309f@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I have my Windows 2008 stand-alone server configured so I can log on using
my MIT Kerberos credentials. I have an SSPI enabled PUTTY which will allow
single-sign-on with Kerberos. This much is working correctly.
My question - does the current ODBC driver support this type of 'native'
configuration on Windows? By that, I mean I haven't installed anything from
MIT on the Windows machine, I have simply run these commands:
ksetup /setdomain DOMAIN.TLD
ksetup /addkdc DOMAIN.TLD host.domain.tld
ksetup /setcomputerpassword xxxxx
ksetup /mapuser user user(at)DOMAIN(dot)TLD
Of course the needed principals have been created on the KDC.
When I test the connection, I get the following error:
pg_krb5_init: krb5_cc_get_principal: No credentials cache found
Thanks
Blake
From | Date | Subject | |
---|---|---|---|
Next Message | Kevin Duffy | 2008-07-18 14:39:04 | Re: query optimization |
Previous Message | Glyn Astill | 2008-07-18 13:55:03 | Re: Initdb problem on debian mips cobalt: Bus error |