• Ludo Bernaerts (3/25/2011)


    great article but I have a question.

    I configured a sql instance like mentioned in the article and see all connections coming in with Kerberos auth.

    However the connections coming from his own (sqlagent & OS) are still NTLM. What can be the cause of this?

    If this is on a cluster, then Kerberos is not guaranteed. A lot of connections will be via NTLM. Also, if you've only configured the SPNs with the ports, then Named Pipes isn't covered (or if you have a SQL Server 2005 instance, which doesn't include Kerberos support for Named Pipes) so if the local connections are being made that way, then you'll see NTLM also.

    K. Brian Kelley
    @kbriankelley