Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

145 lines
3.6 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1998 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; kerbevt.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions for Kerberos SSP events
  12. ;
  13. ;Author:
  14. ;
  15. ; MikeSw, 5-Oct-98
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ; This file is generated by the MC tool from the kerbevt.mc file.
  22. ;
  23. ;--*/
  24. ;
  25. ;
  26. ;#ifndef __KERBEVT_H__
  27. ;#define __KERBEVT_H__
  28. ;
  29. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  30. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  31. Warning=0x2:STATUS_SEVERITY_WARNING
  32. Error=0x3:STATUS_SEVERITY_ERROR
  33. )
  34. MessageId= Severity=Success SymbolicName=CATEGORY_KERBEROS
  35. Language=English
  36. Kerberos
  37. .
  38. MessageId= Severity=Success SymbolicName=CATEGORY_MAX_CATEGORY
  39. Language=English
  40. Max
  41. .
  42. ;//
  43. ;// Kerberos Error Message
  44. ;//
  45. MessageId= Severity=Warning SymbolicName=KERBEVT_KERB_ERROR_MSG
  46. Language=English
  47. The function %1 received a Kerberos Error Message:%n
  48. on logon session %2%n
  49. Client Time: %3%n
  50. Server Time: %4%n
  51. Error Code: %5 %6%n
  52. Client Realm: %7%n
  53. Client Name: %8%n
  54. Server Realm: %9%n
  55. Server Name: %10%n
  56. Target Name: %11%n
  57. Error Text: %12%n
  58. File: %13%n
  59. Line: %14%n
  60. Error Data is in record data.
  61. .
  62. ;//
  63. ;// Ap error modified warning
  64. ;//
  65. MessageId= Severity=Informational SymbolicName=KERBEVT_KRB_AP_ERR_MODIFIED
  66. Language=English
  67. The kerberos client received a KRB_AP_ERR_MODIFIED error from the
  68. server %1. This indicates that the password used to encrypt the kerberos service ticket
  69. is different than that on the target server. Commonly, this is due to identically named
  70. machine accounts in the target realm (%2), and the client realm.
  71. Please contact your system administrator.
  72. .
  73. ;//
  74. ;// Ticket not yet valid warning
  75. ;//
  76. MessageId= Severity=Informational SymbolicName=KERBEVT_KRB_AP_ERR_TKT_NYV
  77. Language=English
  78. The kerberos client received a KRB_AP_ERR_TKT_NYV error from the
  79. server %1. This indicates that the ticket used against that server is not yet
  80. valid (in relationship to that server time). Contact your system administrator
  81. to make sure the client and server times are in sync, and that the KDC in realm %2 is
  82. in sync with the KDC in the client realm.
  83. .
  84. ;//
  85. ;// Token too big warning
  86. ;//
  87. MessageId= Severity=Warning SymbolicName=KERBEVT_INSUFFICIENT_TOKEN_SIZE
  88. Language=English
  89. The kerberos SSPI package generated an output token of size %1 bytes, which was too
  90. large to fit in the %2 buffer buffer provided by process id %3. If the condition persists,
  91. please contact your system administrator.
  92. .
  93. ;//
  94. ;// PAC signature failed to verify
  95. ;//
  96. MessageId= Severity=Error SymbolicName=KERBEVT_KRB_PAC_VERIFICATION_FAILURE
  97. Language=English
  98. The kerberos subsystem encountered a PAC verification failure.
  99. This indicates that the PAC from the client %1 in realm %2 had a PAC which failed to
  100. verify or was modified. Contact your system administrator.
  101. .
  102. ;//
  103. ;// Client certificate is garbage, according to KDC
  104. ;//
  105. MessageId= Severity=Error SymbolicName=KERBEVT_BAD_CLIENT_CERTIFICATE
  106. Language=English
  107. The Domain Controller rejected the client certificate used for smartcard logon.
  108. The error data contains the information returned from the certificate
  109. validation process. Contact your system administrator to determine why
  110. your smartcard logon certificate is invalid.
  111. .
  112. ;//
  113. ;// Kdc certificate is garbage, according to the client
  114. ;//
  115. MessageId= Severity=Error SymbolicName=KERBEVT_BAD_KDC_CERTIFICATE
  116. Language=English
  117. The client has failed to validate the Domain Controller certificate for %1.
  118. The error data contains the information returned from the certificate
  119. validation process. Contact your system administrator to determine why
  120. the Domain Controller certificate is invalid.
  121. .
  122. ;
  123. ;#endif // __KERBEVT_H_
  124. ;