When we enabled Kerberos Debugging find the following warnings in LSASS.log
file:
456.580> Kerb-Warn: SPN not found HTTP <systemname>.domain.local
456.580> Kerb-Warn: SpInitLsaModeContext failed to get outbound ticket,
KerbGetServiceTicket failed with 0xc000018b
Sometimes in the Windows Event Log following errors:
A Kerberos Error Message was received:
on logon session
Client Time:
Server Time: 15:41:50.0000 3/4/2009 Z
Error Code: 0x7 KDC_ERR_S_PRINCIPAL_UNKNOWN
Extended Error: 0xc0000035 KLIN(0)
Client Realm:
Client Name:
Server Realm: <domain>
Server Name: HTTP/<domain>
Target Name: HTTP/<domain>
Error Text:
File: 9
Line: ae0
Error Data is in record data.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
A Kerberos Error Message was received:
on logon session <domain>\<user>
Client Time:
Server Time: 14:11:24.0000 3/4/2009 Z
Error Code: 0x12 KDC_ERR_CLIENT_REVOKED
Extended Error: 0xc0000072 KLIN(0)
Client Realm:
Client Name:
Server Realm: DOMAIN
Server Name: krbtgt/<domain>
Target Name: krbtgt/<domain>
Error Text:
File: e
Line: 6c0
Error Data is in record data.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
We have checked the SPN using SetSPN with -L option and see that both MOSS
and VMWare are part of the same domain.
"Praveen Kumar D" wrote:
> Hello All,
>
> We are running into authentication issues when we use Kerberos based
> authentication from MOSS webpart (installed on physical machine) when it
> communicate with web services installed on Windows Server 2003 on VMWare.
>
> Both MOSS and VMWare server are part of the same domain and use same domain
> admin credentials.
>
> Scenario: When we try to access the MOSS website which contains our webpart
> from anywhere (on a new system or from the VMWare system where web services
> are installed) we running into authentication issues. But, when we acces the
> MOSS website from MOSS system, authentication to web services installed on
> VMWare goes through and everything works fine.
>
> Environment:
> MOSS system: Windows Server 2003 R2, MOSS 2007
> VWMare system: Windows Server 2003 R2, .NET Framework 2.0
>
> Any help or inputs would be greatly appreciated.
>
> Thanks in advance.