I need help! SP2010 WIN2008R2 SQL2012
I have a three tier farm WFE1, APP1, SSRS1 and SQL1
I am implementing kerberos.
I have one WebApp (sp.dom.com) in the test environment appPool service account is dom\SP_webapp
The SSRS repository is on my SP_SQL database and I am running SSRS in SP mode no DB engine.
I have set the web app to negotiate kerberos with the SP CA GUI
For the SSRS app on server SSRS1 the appPool service account is dom\SP_RS
In the Directory "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\WebServices\Reporting"
I have edited rsreportserver.config
<Authentication>
<AuthenticationTypes>
<RSWindowsKerberos />
</AuthenticationTypes>
<EnableAuthPersistence>true</EnableAuthPersistence>
</Authentication>
and I have edited the web.config with a generated machine key
<system.web>
<machineKey validationKey=...
I have created the SPN http/sp.test by runing
SetSPN -S http/sp.test SP_WebApp
and delegated SP_WebApp to any service [Kerberos Only]
and an SPN for the SSRS1 sever
SETSPN -S http/SSRS1 SP_RS
SETSPN -S http/SSRS1.dom SP_RS
and delegated SP_RS to any service [Kerberos Only]
the event log on my WFE event 4724 is reading NTLM not Kerberos.
How do get kerberos to run on all servers in the farm??
What step(s) am I missing???