I have installed SharePoint 2010 Standard edition on a machine along with a VM inside of SQLServer 2008 R2 as (Tier 2) ...By default its on NTLM and classic mode authentication.
When I tried implementing RSSViewer webpart i came to know that I cannot use it with NTLM because of single hop and cannot fetch external contents and need Kerberos to implement and also i am planning to implement SQL Reporting Services and Analysis Services on my portal so Kerberos is essential.
Now need to change my authentication type to Kerberos but no clue how to implement it. Can I go step by step like I did ..I've changed the NTLM type to Kerberos and in IIS verified the authentication methods ..
Can I go slow like first change the type to Kerberos and check if my RSSViewer is working or not..or do I need to create Service Principal Name first for webapplication? I don't want to configure reporting and analysis services at this moment..just kerberos and check RSSViewer...What will be the steps to achieve this?