April 26, 2006 at 3:10 pm
I am trying to create constrained delegation for the following secnario:
client (c_accnt) - uses TCP/IP, Kerberos, no named pipes; account is not sensitive and can be delegated; cleint machine is Win XP Professional SP2.
SS2k1 (runs under s_acc1) - uses TCP/IP, no named pipes, operating system on the SS2k1 machine is Win2K; SPN created on s_acc1 for SS2K1: MSSQLSvc/SS2K1.mydomain.com:1433 and MSSQLSvc/SS2K1:1433
SS2k2 (runs under s_acc2) - uses TCP/IP, no named pipes, operating system on the SS2k2 machine is Win2K; SPN created on s_acc2 for SS2K2: MSSQLSvc/SS2K2.mydomain.com:1433 and
MSSQLSvc/SS2K2:1433
April 26, 2006 at 10:45 pm
It should only contain MSSQLSvc with the appropriate servername and port. This article might be of some help:
Kerberos Protocol Transition and Constrained Delegation
K. Brian Kelley
@kbriankelley
April 27, 2006 at 8:22 am
Can you be more specific?
Must be
MSSQLSvc/SS2K2/1433 or/and MSSQLSvc/SS2K2.mydomain.com/1433
or
MSSQLSvc/SSK1/1433or/and MSSQLSvc/SS2K1.mydomain.com/1433
(assuming that I use for all of them the default port 1433)
And something else: do you use it this way and is working? Because I read the documentation several times, I tried all the combinations I could think of and still doesn't work.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply