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.
310 lines
10 KiB
310 lines
10 KiB
;//+-------------------------------------------------------------------------
|
|
;//
|
|
;// Microsoft Windows
|
|
;//
|
|
;// Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
;//
|
|
;// File: autolog.mc
|
|
;//
|
|
;//--------------------------------------------------------------------------
|
|
|
|
;/* autolog.mc
|
|
;
|
|
; Error messages for the autoenrollment
|
|
;
|
|
; 21-August-2000 - xiaohs Created. */
|
|
|
|
|
|
MessageIdTypedef=DWORD
|
|
|
|
SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
|
|
Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
|
|
Warning=0x2:STATUS_SEVERITY_WARNING
|
|
Error=0x3:STATUS_SEVERITY_ERROR
|
|
)
|
|
|
|
MessageId=0x1
|
|
Severity=Error
|
|
SymbolicName=EVENT_FAIL_DOWNLOAD_CERT
|
|
Language=English
|
|
Automatic certificate enrollment for %1 failed to download certificates for %2 store from %3 (%4). %5
|
|
.
|
|
|
|
MessageId=0x2
|
|
Severity=Informational
|
|
SymbolicName=EVENT_AUTOENROLL_START
|
|
Language=English
|
|
Automatic certificate enrollment for %1 started.
|
|
.
|
|
|
|
MessageId=0x3
|
|
Severity=Informational
|
|
SymbolicName=EVENT_AUTOENROLL_COMPLETE
|
|
Language=English
|
|
Automatic certificate enrollment for %1 completed.
|
|
.
|
|
|
|
MessageId=0x4
|
|
Severity=Informational
|
|
SymbolicName=EVENT_FAIL_GENERAL_INFOMATION
|
|
Language=English
|
|
Automatic certificate enrollment for %1 could not access local resources or retrieve certificate template information (%2). %3 Enrollment will not be performed.
|
|
.
|
|
|
|
MessageId=0x5
|
|
Severity=Informational
|
|
SymbolicName=EVENT_NO_CERT_TEMPLATE
|
|
Language=English
|
|
Automatic certificate enrollment for %1 could not find any valid certificate templates. Enrollment will not be performed.
|
|
.
|
|
|
|
MessageId=0x6
|
|
Severity=Error
|
|
SymbolicName=EVENT_INVALID_ACRS_OBJECT
|
|
Language=English
|
|
Automatic certificate enrollment for %1 could not find a valid certificate template to match %2 as specified in the group policy automatic enrollment object. Enrollment will not be performed.
|
|
.
|
|
|
|
MessageId=0x7
|
|
Severity=Warning
|
|
SymbolicName=EVENT_NO_ACCESS_ACRS_OBJECT
|
|
Language=English
|
|
Automatic certificate enrollment for %1 could not enroll for %2 certificate template due to one of the following:
|
|
%n
|
|
%tEnrollment access is not allowed to this template.%n
|
|
%tTemplate subject name, signature, or hardware requirements cannot be met.%n
|
|
%tNo valid certificate authority can be found to issue this template.%n
|
|
.
|
|
|
|
MessageId=0x8
|
|
Severity=Informational
|
|
SymbolicName=EVENT_PENDING_INVALID
|
|
Language=English
|
|
Automatic certificate enrollment for %1 removed pending certificates requests that were expired or obsolete.
|
|
.
|
|
|
|
MessageId=0x9
|
|
Severity=Error
|
|
SymbolicName=EVENT_PENDING_DENIED
|
|
Language=English
|
|
Automatic certificate enrollment for %1 was denied by %2 when retrieving pending request for one %3 certificate (%4). %5
|
|
.
|
|
|
|
MessageId=0xa
|
|
Severity=Informational
|
|
SymbolicName=EVENT_ARCHIVE_CERT
|
|
Language=English
|
|
Automatic certificate enrollment for %1 archived or deleted certificates that were expired, revoked or superseded from the Personal certificate store.
|
|
.
|
|
|
|
MessageId=0xb
|
|
Severity=Warning
|
|
SymbolicName=EVENT_NO_CA
|
|
Language=English
|
|
Automatic certificate enrollment for %1 could not find any certificate authorities in the enterprise. Enrollment will not be performed.
|
|
.
|
|
|
|
MessageId=0xc
|
|
Severity=Warning
|
|
SymbolicName=EVENT_FAIL_CA_INFORMATION
|
|
Language=English
|
|
Automatic certificate enrollment for %1 encountered errors while retrieving certificate authority information from the active directory (%2). %3 Enrollment will not be performed.
|
|
.
|
|
|
|
MessageId=0xd
|
|
Severity=Error
|
|
SymbolicName=EVENT_ENROLL_FAIL
|
|
Language=English
|
|
Automatic certificate enrollment for %1 failed to enroll for one %2 certificate (%3). %4
|
|
.
|
|
|
|
MessageId=0xe
|
|
Severity=Success
|
|
SymbolicName=EVENT_PENDING_ISSUED
|
|
Language=English
|
|
Automatic certificate enrollment for %1 received one %2 certificate from %3 when retrieving pending requests.
|
|
.
|
|
|
|
MessageId=0xf
|
|
Severity=Warning
|
|
SymbolicName=EVENT_FAIL_BIND_TO_DS
|
|
Language=English
|
|
Automatic certificate enrollment for %1 failed to contact the active directory (%2). %3 Enrollment will not be performed.
|
|
.
|
|
|
|
MessageId=0x10
|
|
Severity=Error
|
|
SymbolicName=EVENT_RENEWAL_FAIL
|
|
Language=English
|
|
Automatic certificate enrollment for %1 failed to renew one %2 certificate (%3). %4
|
|
.
|
|
|
|
MessageId=0x11
|
|
Severity=Warning
|
|
SymbolicName=EVENT_ENROLL_FAIL_ONCE
|
|
Language=English
|
|
Automatic certificate enrollment for %1 failed to enroll for one %2 certificate from certificate authority %3 on %4 (%5). %6 Another certificate authority will be contacted.
|
|
.
|
|
|
|
MessageId=0x12
|
|
Severity=Warning
|
|
SymbolicName=EVENT_RENEWAL_FAIL_ONCE
|
|
Language=English
|
|
Automatic certificate enrollment for %1 failed to renew one %2 certificate from certificate authority %3 on %4 (%5). %6 Another certificate authority will be contacted.
|
|
.
|
|
|
|
MessageId=0x13
|
|
Severity=Success
|
|
SymbolicName=EVENT_ENROLL_SUCCESS_ONCE
|
|
Language=English
|
|
Automatic certificate enrollment for %1 successfully received one %2 certificate from certificate authority %3 on %4.
|
|
.
|
|
|
|
MessageId=0x14
|
|
Severity=Success
|
|
SymbolicName=EVENT_RENEWAL_SUCCESS_ONCE
|
|
Language=English
|
|
Automatic certificate enrollment for %1 successfully renewed one %2 certificate from certificate authority %3 on %4.
|
|
.
|
|
|
|
MessageId=0x15
|
|
Severity=Success
|
|
SymbolicName=EVENT_ENROLL_PENDING_ONCE
|
|
Language=English
|
|
Automatic certificate enrollment for %1 attempted to enroll for one %2 certificate from certificate authority %3 on %4. The request is pending.
|
|
.
|
|
|
|
MessageId=0x16
|
|
Severity=Success
|
|
SymbolicName=EVENT_RENEWAL_PENDING_ONCE
|
|
Language=English
|
|
Automatic certificate enrollment for %1 attempted to renew one %2 certificate from certificate authority %3 on %4. The request is pending.
|
|
.
|
|
|
|
MessageId=0x17
|
|
Severity=Error
|
|
SymbolicName=EVENT_RENEWAL_NO_CA_FAIL
|
|
Language=English
|
|
Automatic certificate enrollment for %1 failed to renew one %2 certificate because it can not find a certificate authority to issue the certificate template.
|
|
.
|
|
|
|
MessageId=0x18
|
|
Severity=Error
|
|
SymbolicName=EVENT_ENROLL_NO_CA_FAIL
|
|
Language=English
|
|
Automatic certificate enrollment for %1 failed to enroll for one %2 certificate because it can not find a certificate authority to issue the certificate template.
|
|
.
|
|
|
|
MessageId=0x19
|
|
Severity=Informational
|
|
SymbolicName=EVENT_INVALID_TEMPLATE_MY_STORE
|
|
Language=English
|
|
Automatic certificate enrollment for %1 failed to update the %2 certificate in the Personal certificate store due to one of the following:
|
|
%n
|
|
%tCannot find %2 certificate template from the active directory.%n
|
|
%tEnrollment access is not allowed to this template.
|
|
.
|
|
|
|
MessageId=0x1a
|
|
Severity=Error
|
|
SymbolicName=EVENT_FAIL_INTERACTIVE_START
|
|
Language=English
|
|
Automatic certificate enrollment for %1 failed to show the user notification balloon (%2). %3
|
|
.
|
|
|
|
MessageId=0x1b
|
|
Severity=Informational
|
|
SymbolicName=EVENT_AUTOENROLL_CANCELLED
|
|
Language=English
|
|
Automatic certificate enrollment for %1 was cancelled by the user.
|
|
.
|
|
|
|
MessageId=0x1c
|
|
Severity=Success
|
|
SymbolicName=EVENT_PENDING_INSTALLED
|
|
Language=English
|
|
Automatic certificate enrollment for %1 successfully installed one %2 certificate when retrieving pending requests. User interaction was required.
|
|
.
|
|
|
|
MessageId=0x1d
|
|
Severity=Success
|
|
SymbolicName=EVENT_PRIVATE_KEY_REUSED
|
|
Language=English
|
|
Automatic certificate enrollment for %1 reused the private key when requesting one %2 certificate.
|
|
.
|
|
|
|
MessageId=0x1e
|
|
Severity=Informational
|
|
SymbolicName=EVENT_AUTOENROLL_CANCELLED_TEMPLATE
|
|
Language=English
|
|
Automatic certificate enrollment for %1 was cancelled by the user when requesting one %2 certificate.
|
|
.
|
|
|
|
MessageId=0x1f
|
|
Severity=Error
|
|
SymbolicName=EVENT_PENDING_FAILED
|
|
Language=English
|
|
Automatic certificate enrollment for %1 failed to install one %2 certificate when retrieving pending requests (%3). %4.
|
|
.
|
|
|
|
MessageId=0x20
|
|
Severity=Informational
|
|
SymbolicName=EVENT_PENDING_PEND
|
|
Language=English
|
|
Automatic certificate enrollment for %1 attempted to retrieve one %2 certificate from %3. The certificate request is still pending.
|
|
.
|
|
|
|
MessageId=0x21
|
|
Severity=Informational
|
|
SymbolicName=EVENT_ARCHIVE_DS_CERT
|
|
Language=English
|
|
Automatic certificate enrollment for %1 deleted certificates that were expired, revoked or superseded from the User Object in the Active Directory.
|
|
.
|
|
|
|
MessageId=0x22
|
|
Severity=Warning
|
|
SymbolicName=EVENT_NO_V1_SCARD
|
|
Language=English
|
|
Automatic certificate enrollment for %1 can not enroll or renew %2 certificate because the certificate template is used for smart cards and the Cryptographic Service Provider (CSP) list is empty.
|
|
.
|
|
MessageId=0x23
|
|
Severity=Error
|
|
SymbolicName=EVENT_MISMATCH_DNS_RETRY
|
|
Language=English
|
|
Automatic certificate enrollment for %1 detected the DNS name in the %2 certificate does not match the DNS name of the local machine. A new enrollment for one %2 certificate will be performed in %3 hours.
|
|
.
|
|
|
|
MessageId=0x24
|
|
Severity=Error
|
|
SymbolicName=EVENT_MISMATCH_DNS
|
|
Language=English
|
|
Automatic certificate enrollment for %1 detected the DNS name in the %2 certificate does not match the DNS name of the local machine. No more enrollments for %2 certificates will be attempted until the current certificate is revoked or expires because the same error has occurred %3 times.
|
|
.
|
|
|
|
MessageId=0x25
|
|
Severity=Error
|
|
SymbolicName=EVENT_NO_USER_PROTECTION_FOR_MACHINE
|
|
Language=English
|
|
Automatic certificate enrollment for %1 cannot enroll or renew %2 certificate because strong private key protection is required on the new private key that will be generated and machine certificates do not support strong private key protection.
|
|
.
|
|
|
|
MessageId=0x26
|
|
Severity=Error
|
|
SymbolicName=EVENT_NO_USER_INTERACTION
|
|
Language=English
|
|
Automatic certificate enrollment for %1 cannot enroll or renew %2 certificate because strong private key protection is required on the new private key that will be generated and user interaction requirement is not enabled on %2 template in the Active Directory.
|
|
.
|
|
|
|
MessageId=0x27
|
|
Severity=Error
|
|
SymbolicName=EVENT_NO_USER_PROTECTION_FOR_MACHINE_RA
|
|
Language=English
|
|
Automatic certificate enrollment for %1 cannot enroll or renew %2 certificate because a password is required to access the associated private key of a valid signing certificate and machine certificates do not support strong private key protection.
|
|
.
|
|
|
|
MessageId=0x28
|
|
Severity=Error
|
|
SymbolicName=EVENT_NO_USER_INTERACTION_RA
|
|
Language=English
|
|
Automatic certificate enrollment for %1 cannot enroll or renew %2 certificate because a password is required to access the associated private key of a valid signing certificate and user interaction requirement is not enabled on %2 template in the Active Directory.
|
|
.
|