Hi,
We are using MS Deploy to deploy to a server running the Web Management Service. The deployment package includes SQL scripts which get executed with the dbFullSql provider. When those scripts run, we need the credentials of the user (i.e. the person running MSDeploy) to flow through to SQL Server.
We are thinking this should be possible with Kerberos. We have set up SPN's on the server for the 8172 port, and as far as we can tell, that side of things is OK. BUT it appears that MSDeploy.exe is not trying to use Kerberos. It seems to be immediately opting to use NTLM.
Is it supposed to work with Kerberos? If so, is there some kind of switch we need to set or something? Is there any difference between MSDeploy 2 and MSDeploy 3, in this regard?
John