windows-nt/Source/XPSP1/NT/ds/security/protocols/kerberos/client2/kerbevt.mc

146 lines
3.6 KiB
MonkeyC
Raw Normal View History

2020-09-26 03:20:57 -05:00
;/*++
;
;Copyright (c) 1998 Microsoft Corporation
;
;Module Name:
;
; kerbevt.h
;
;Abstract:
;
; Definitions for Kerberos SSP events
;
;Author:
;
; MikeSw, 5-Oct-98
;
;Revision History:
;
;Notes:
;
; This file is generated by the MC tool from the kerbevt.mc file.
;
;--*/
;
;
;#ifndef __KERBEVT_H__
;#define __KERBEVT_H__
;
SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
Warning=0x2:STATUS_SEVERITY_WARNING
Error=0x3:STATUS_SEVERITY_ERROR
)
MessageId= Severity=Success SymbolicName=CATEGORY_KERBEROS
Language=English
Kerberos
.
MessageId= Severity=Success SymbolicName=CATEGORY_MAX_CATEGORY
Language=English
Max
.
;//
;// Kerberos Error Message
;//
MessageId= Severity=Warning SymbolicName=KERBEVT_KERB_ERROR_MSG
Language=English
The function %1 received a Kerberos Error Message:%n
on logon session %2%n
Client Time: %3%n
Server Time: %4%n
Error Code: %5 %6%n
Client Realm: %7%n
Client Name: %8%n
Server Realm: %9%n
Server Name: %10%n
Target Name: %11%n
Error Text: %12%n
File: %13%n
Line: %14%n
Error Data is in record data.
.
;//
;// Ap error modified warning
;//
MessageId= Severity=Informational SymbolicName=KERBEVT_KRB_AP_ERR_MODIFIED
Language=English
The kerberos client received a KRB_AP_ERR_MODIFIED error from the
server %1. This indicates that the password used to encrypt the kerberos service ticket
is different than that on the target server. Commonly, this is due to identically named
machine accounts in the target realm (%2), and the client realm.
Please contact your system administrator.
.
;//
;// Ticket not yet valid warning
;//
MessageId= Severity=Informational SymbolicName=KERBEVT_KRB_AP_ERR_TKT_NYV
Language=English
The kerberos client received a KRB_AP_ERR_TKT_NYV error from the
server %1. This indicates that the ticket used against that server is not yet
valid (in relationship to that server time). Contact your system administrator
to make sure the client and server times are in sync, and that the KDC in realm %2 is
in sync with the KDC in the client realm.
.
;//
;// Token too big warning
;//
MessageId= Severity=Warning SymbolicName=KERBEVT_INSUFFICIENT_TOKEN_SIZE
Language=English
The kerberos SSPI package generated an output token of size %1 bytes, which was too
large to fit in the %2 buffer buffer provided by process id %3. If the condition persists,
please contact your system administrator.
.
;//
;// PAC signature failed to verify
;//
MessageId= Severity=Error SymbolicName=KERBEVT_KRB_PAC_VERIFICATION_FAILURE
Language=English
The kerberos subsystem encountered a PAC verification failure.
This indicates that the PAC from the client %1 in realm %2 had a PAC which failed to
verify or was modified. Contact your system administrator.
.
;//
;// Client certificate is garbage, according to KDC
;//
MessageId= Severity=Error SymbolicName=KERBEVT_BAD_CLIENT_CERTIFICATE
Language=English
The Domain Controller rejected the client certificate used for smartcard logon.
The error data contains the information returned from the certificate
validation process. Contact your system administrator to determine why
your smartcard logon certificate is invalid.
.
;//
;// Kdc certificate is garbage, according to the client
;//
MessageId= Severity=Error SymbolicName=KERBEVT_BAD_KDC_CERTIFICATE
Language=English
The client has failed to validate the Domain Controller certificate for %1.
The error data contains the information returned from the certificate
validation process. Contact your system administrator to determine why
the Domain Controller certificate is invalid.
.
;
;#endif // __KERBEVT_H_
;