Re: what now, Kerberos?
"Peter C. Norton" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Nov 17, 2010 at 10:54:39AM -0500, [email protected] wrote: > gssapi.c:172:kerberos name MSSQLSvc/mpquant.eg.com:2500 Make sure that there's a principal attached to your MSSQL Server service account (usually sqlexec, I think) on that server that is of the form: MSSQLSvc/mpquant.eg.com:2500. Your AD admin should be able to do this. Make sure you've kinit'd and have a tgt (klist will show you this). If the gss negotiation succeeded, then you will see the service principal for this service show up in klist. If it doesnt, it won't. -Peter