Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
To make sure that you encounter this problem, you can collect network traces from the ISA Server-based computer and from a Kerberos debug log on the Key Distribution Center (KDC).
To enable Kerberos logging on the KDC, follow these steps:
- Install the checked build of Kerberos modules (Kerberos.dll and Kdcsvc.dll). To do this, follow these steps:
- Restart the domain controller in safe mode.
- Back up the Kerberos .dll files.
- Copy the checked build of Kerberos modules.
- Add the following registry entries:
- Registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Kdc
Value: KdcDebugLevel
Value Type: REG_DWORD
Value Data:0xffffffff - Registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro\Lsa\Kerberos\Parameters
Value: LogToFile
Value Type: REG_DWORD
Value Data: 1 (enabled) - Registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Kdc
Value: KdcExtraLogLevel
Value Type: REG8DWORD
Value Data:0x4
- Restart the KDC server.
The log file Lsass.log is created in the %Systemroot%\System32 folder.
If you encounter this problem, entries that resemble the following may be logged in the Lsass.log file:
392.1728> KDC-Error: GroupExpansion AuthZAC failed 5, lvl
0392.1728> KDC-Error: Failed Authz check
392.1728> KDC-(null): Entering FreeTicketInfo
392.1728> KDC-(null): Exiting FreeTicketInfo
392.1728> KDC-Error: KdcGetS4UTicketINfo failed - 6
392.1728> KDC-(null): Entering FreeTicketInfo
392.1728> KDC-(null): Exiting FreeTicketInfo
392.1728> KDC-(null): Entering KdcFreeInternalTicket
392.1728> KDC-(null): Exiting KdcFreeInternalTicket
392.1728> KDC-PAPI: I_GetTGSTicket returning 0x6
In the network traces, you can see entries that resemble the following:
10.10.10.1 10.10.10.10 KerberosV5 KerberosV5:AS Request Cname: username@domain.fqdn Realm: kcd.domain.fqdn Sname: krbtgt/kcd.domain.fqdn
10.10.10.10 10.10.10.1 KerberosV5 KerberosV5:KRB_ERROR - KDC_ERR_PREAUTH_REQUIRED (25)
10.10.10.1 10.10.10.10 KerberosV5 KerberosV5:TGS Request Realm: domain.fqdn
10.10.10.10 10.10.10.1 KerberosV5 KerberosV5:KRB_ERROR - KDC_ERR_C_PRINCIPAL_UNKNOWN (6)