IIS to SQL Server kerberos auth issues

前端 未结 1 1514
长发绾君心
长发绾君心 2021-01-01 03:50

We have a 3rd party product that allows some of our users to manipulate data in a database (on what we\'ll call SvrSQL) via a website on a separate server (SvrWeb).

<
相关标签:
1条回答
  • 2021-01-01 04:27

    There are several possible reasons for kerberos failures which includes lack of SPN and duplicate SPN as well.

    If SQL is running under custom account you would need to add SPN for SQL as well.
    Also keep in mind, you should be adding SPN for the FQDN which is the host (A) entry in DNS and not a CNAME.

    Check the value of NTAuthenticationProviders
    http://support.microsoft.com/kb/215383

    Try DelegConfig which would show what is missing if its SPN or something else.
    http://www.iis.net/community/default.aspx?tabid=34&g=6&i=1887

    0 讨论(0)
提交回复
热议问题