Leaked source code of windows server 2003
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.

882 lines
29 KiB

  1. ;///////////////////////////////////////////////////////////////////////////////
  2. ;//
  3. ;// Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. ;//
  5. ;// FILE
  6. ;//
  7. ;// iasevent.mc
  8. ;//
  9. ;// SYNOPSIS
  10. ;//
  11. ;// This file defines the events used by the Everest core.
  12. ;//
  13. ;///////////////////////////////////////////////////////////////////////////////
  14. SeverityNames =
  15. (
  16. Success = 0x0:IAS_SEVERITY_SUCCESS
  17. Informational = 0x1:IAS_SEVERITY_INFORMATIONAL
  18. Warning = 0x2:IAS_SEVERITY_WARNING
  19. Error = 0x3:IAS_SEVERITY_ERROR
  20. )
  21. FacilityNames =
  22. (
  23. Application = 0x000:IAS_FACILITY_APPLICATION
  24. Radius = 0x001:IAS_FACILITY_RADIUS
  25. )
  26. ;///////////////////////////////////////////////////////////////////////////////
  27. ;//
  28. ;// Message Text for reporting the result of an Access-Request.
  29. ;//
  30. ;///////////////////////////////////////////////////////////////////////////////
  31. MessageId = 1
  32. Facility = Application
  33. Severity = Informational
  34. SymbolicName = IAS_RESPONSE_ACCEPT
  35. Language = English
  36. User %1 was granted access.%n
  37. Fully-Qualified-User-Name = %2%n
  38. NAS-IP-Address = %3%n
  39. NAS-Identifier = %4%n
  40. Client-Friendly-Name = %5%n
  41. Client-IP-Address = %6%n
  42. Calling-Station-Identifier = %7%n
  43. NAS-Port-Type = %8%n
  44. NAS-Port = %9%n
  45. Proxy-Policy-Name = %10%n
  46. Authentication-Provider = %11%n
  47. Authentication-Server = %12%n
  48. Policy-Name = %13%n
  49. Authentication-Type = %14%n
  50. EAP-Type = %15
  51. .
  52. MessageId = 2
  53. Severity = Warning
  54. SymbolicName = IAS_RESPONSE_REJECT
  55. Language = English
  56. User %1 was denied access.%n
  57. Fully-Qualified-User-Name = %2%n
  58. NAS-IP-Address = %3%n
  59. NAS-Identifier = %4%n
  60. Called-Station-Identifier = %5%n
  61. Calling-Station-Identifier = %6%n
  62. Client-Friendly-Name = %7%n
  63. Client-IP-Address = %8%n
  64. NAS-Port-Type = %9%n
  65. NAS-Port = %10%n
  66. Proxy-Policy-Name = %11%n
  67. Authentication-Provider = %12%n
  68. Authentication-Server = %13%n
  69. Policy-Name = %14%n
  70. Authentication-Type = %15%n
  71. EAP-Type = %16%n
  72. Reason-Code = %17%n
  73. Reason = %18
  74. .
  75. MessageId = 3
  76. Severity = Error
  77. SymbolicName = IAS_RESPONSE_DISCARD
  78. Language = English
  79. Access request for user %1 was discarded.%n
  80. Fully-Qualified-User-Name = %2%n
  81. NAS-IP-Address = %3%n
  82. NAS-Identifier = %4%n
  83. Called-Station-Identifier = %5%n
  84. Calling-Station-Identifier = %6%n
  85. Client-Friendly-Name = %7%n
  86. Client-IP-Address = %8%n
  87. NAS-Port-Type = %9%n
  88. NAS-Port = %10%n
  89. Proxy-Policy-Name = %11%n
  90. Authentication-Provider = %12%n
  91. Authentication-Server = %13%n
  92. Reason-Code = %14%n
  93. Reason = %15
  94. .
  95. MessageId = 4
  96. Severity = Error
  97. SymbolicName = IAS_ACCT_RESPONSE_DISCARD
  98. Language = English
  99. Accounting request for user %1 was discarded.%n
  100. Fully-Qualified-User-Name = %2%n
  101. NAS-IP-Address = %3%n
  102. NAS-Identifier = %4%n
  103. Called-Station-Identifier = %5%n
  104. Calling-Station-Identifier = %6%n
  105. Client-Friendly-Name = %7%n
  106. Client-IP-Address = %8%n
  107. NAS-Port-Type = %9%n
  108. NAS-Port = %10%n
  109. Proxy-Policy-Name = %11%n
  110. Accounting-Provider = %12%n
  111. Accounting-Server = %13%n
  112. Reason-Code = %14%n
  113. Reason = %15
  114. .
  115. ;///////////////////////////////////////////////////////////////////////////////
  116. ;//
  117. ;// Message text for events from the protocol component
  118. ;//
  119. ;///////////////////////////////////////////////////////////////////////////////
  120. ;// %1 - client address
  121. ;// %2 - client name
  122. ;// data - Win32 error code
  123. MessageId = 10
  124. SymbolicName = RADIUS_E_CANT_RESOLVE_CLIENT_NAME
  125. Language = English
  126. The name, %1, of the RADIUS client, %2, could not be resolved. The data is the error code generated by Windows Sockets.
  127. .
  128. ;// %1 - client address
  129. ;// %2 - client name
  130. MessageId = 11
  131. SymbolicName = RADIUS_E_INVALID_CLIENT_ADDRESS
  132. Language = English
  133. The IP address, %1, of the RADIUS client, %2, is not a valid IP address.
  134. .
  135. ;// data - Win32 error code
  136. MessageId = 12
  137. SymbolicName = RADIUS_E_INTERNAL_ERROR
  138. Language = English
  139. An internal error occurred while processing a request. The data is the error code.
  140. .
  141. ;// %1 - source IP address
  142. MessageId = 13
  143. SymbolicName = RADIUS_E_INVALID_CLIENT
  144. Language = English
  145. A RADIUS message was received from the invalid RADIUS client IP address %1.
  146. .
  147. ;// %1 - client name
  148. MessageId = 14
  149. SymbolicName = RADIUS_E_BAD_AUTHENTICATOR
  150. Language = English
  151. A RADIUS message was received from RADIUS client %1 with an invalid authenticator. This is typically caused by mismatched shared secrets. Verify the configuration of the shared secret for the RADIUS client in the Internet Authentication Service snap-in and the configuration of the network access server.
  152. .
  153. ;// %1 - client name
  154. ;// data - RADIUS packet
  155. MessageId = 15
  156. SymbolicName = RADIUS_E_MALFORMED_PACKET
  157. Language = English
  158. A malformed RADIUS message was received from client %1. The data is the RADIUS message.
  159. .
  160. ;// %1 - RADIUS packet code
  161. ;// %2 - destination IP port
  162. ;// %3 - client name
  163. MessageId = 16
  164. SymbolicName = RADIUS_E_INVALID_PACKET_TYPE
  165. Language = English
  166. A RADIUS message with the Code field set to %1, which is not valid, was received on port %2 from RADIUS client %3. Valid values of the RADIUS Code field are documented in RFC 2865.
  167. .
  168. ;// %1 - client name
  169. MessageId = 17
  170. SymbolicName = RADIUS_E_SIGNATURE_REQUIRED
  171. Language = English
  172. An Access-Request message was received from RADIUS client %1 without a message authenticator attribute when a message authenticator attribute is required. Verify the configuration of the RADIUS client in the Internet Authentication Service snap-in (the "Client must always send the message authenticator attribute in the request" checkbox) and the configuration of the network access server.
  173. .
  174. ;// %1 - client name
  175. MessageId = 18
  176. SymbolicName = RADIUS_E_INVALID_SIGNATURE
  177. Language = English
  178. An Access-Request message was received from RADIUS client %1 with a message authenticator attribute that is not valid.
  179. .
  180. ;// %1 - client name
  181. MessageId = 19
  182. SymbolicName = RADIUS_E_NO_SIGNATURE_WITH_EAP_MESSAGE
  183. Language = English
  184. An Access-Request message was received from RADIUS client %1 with an Extensible Authentication Protocol (EAP) message but no message authenticator attribute.
  185. .
  186. ;// data - RADIUS attribute type
  187. MessageId = 20
  188. SymbolicName = RADIUS_E_ATTRIBUTE_OVERFLOW
  189. Language = English
  190. An attribute in the response to RADIUS client %1 exceeds the maximum RADIUS attribute length. The data is the RADIUS attribute type. For more information on the RADIUS attribute type, see RFC 2865 and http://www.isi.edu/in-notes/iana/assignments/radius-types.
  191. .
  192. MessageId = 21
  193. SymbolicName = RADIUS_E_PACKET_OVERFLOW
  194. Language = English
  195. The response to RADIUS client %1 exceeds the maximum RADIUS message length of 4096 bytes.
  196. .
  197. ;// data - Win32 error code
  198. MessageId = 22
  199. SymbolicName = RADIUS_E_CANT_SEND_RESPONSE
  200. Language = English
  201. The Internet Authentication Service (IAS) could not send a response due to a network error. The data is the error code generated by Windows Sockets.
  202. .
  203. ;// This event is never reported, so it does not need any message text.
  204. MessageId = 23
  205. SymbolicName = RADIUS_E_ERRORS_OCCURRED
  206. Language = English
  207. .
  208. ;///////////////////////////////////////////////////////////////////////////////
  209. ;//
  210. ;// RADIUS Proxy Events
  211. ;//
  212. ;///////////////////////////////////////////////////////////////////////////////
  213. MessageId = 24
  214. Severity = Error
  215. SymbolicName = PROXY_E_HOST_NOT_FOUND
  216. Language = English
  217. The RADIUS Proxy could not resolve the name of remote RADIUS server %1 in remote RADIUS server group %2 to an IP address. The error code is %3.
  218. .
  219. MessageId = 25
  220. Severity = Error
  221. SymbolicName = PROXY_E_LOCAL_SERVER
  222. Language = English
  223. The address of remote RADIUS server %1 in remote RADIUS server group %2 resolves to local address %3. The address will be ignored.
  224. .
  225. MessageId = 26
  226. Severity = Error
  227. SymbolicName = PROXY_E_INVALID_ADDRESS
  228. Language = English
  229. The RADIUS Proxy received a response from the invalid IP address %1:%2 (IP address:port).
  230. .
  231. MessageId = 27
  232. Severity = Error
  233. SymbolicName = PROXY_E_MALFORMED_RESPONSE
  234. Language = English
  235. The RADIUS Proxy received a malformed response from server %1. The data is the RADIUS message.
  236. .
  237. MessageId = 28
  238. Severity = Error
  239. SymbolicName = PROXY_E_BAD_AUTHENTICATOR
  240. Language = English
  241. The RADIUS Proxy received a response from server %1 with an invalid authenticator.
  242. .
  243. MessageId = 29
  244. Severity = Error
  245. SymbolicName = PROXY_E_BAD_SIGNATURE
  246. Language = English
  247. The RADIUS Proxy received a response from server %1 with an invalid message authenticator attribute.
  248. .
  249. MessageId = 30
  250. Severity = Error
  251. SymbolicName = PROXY_E_MISSING_SIGNATURE
  252. Language = English
  253. The RADIUS Proxy received a response from server %1 with a missing message authenticator attribute.
  254. .
  255. MessageId = 31
  256. Severity = Error
  257. SymbolicName = PROXY_E_UNKNOWN_TYPE
  258. Language = English
  259. The RADIUS Proxy received a response from server %1 with the Code field set to the invalid value of %2. Valid values of the Code field are documented in RFC 2865.
  260. .
  261. MessageId = 32
  262. Severity = Error
  263. SymbolicName = PROXY_E_UNEXPECTED_RESPONSE
  264. Language = English
  265. The RADIUS Proxy received an unexpected response from server %1. The data is the RADIUS message.
  266. .
  267. MessageId = 33
  268. Severity = Error
  269. SymbolicName = PROXY_E_SEND_ERROR
  270. Language = English
  271. The RADIUS Proxy was unable to forward a RADIUS request to remote RADIUS server %1 because of a network error. The error code is %2.
  272. .
  273. MessageId = 34
  274. Severity = Error
  275. SymbolicName = PROXY_E_RECV_ERROR
  276. Language = English
  277. The RADIUS Proxy is unable to receive responses because of a network error. The error code is %2.
  278. .
  279. MessageId = 35
  280. Severity = Success
  281. SymbolicName = PROXY_S_SERVER_AVAILABLE
  282. Language = English
  283. The remote RADIUS server %1 is now available.
  284. .
  285. MessageId = 36
  286. Severity = Warning
  287. SymbolicName = PROXY_E_SERVER_UNAVAILABLE
  288. Language = English
  289. The remote RADIUS server %1 has not responded to %2 consecutive requests. The server has been marked as unavailable.
  290. .
  291. ;///////////////////////////////////////////////////////////////////////////////
  292. ;//
  293. ;// Insertion strings used for reporting attribute values.
  294. ;//
  295. ;///////////////////////////////////////////////////////////////////////////////
  296. MessageId = 37
  297. SymbolicName = IASP_UNDETERMINED
  298. Language = English
  299. <undetermined>
  300. .
  301. MessageId = 38
  302. SymbolicName = IASP_NOT_PRESENT
  303. Language = English
  304. <not present>
  305. .
  306. MessageId = 39
  307. SymbolicName = IASP_NONE
  308. Language = English
  309. <none>
  310. .
  311. MessageId = 40
  312. SymbolicName = IASP_PROVIDER_WINDOWS
  313. Language = English
  314. Windows
  315. .
  316. MessageId = 41
  317. SymbolicName = IASP_PROVIDER_RADIUS_PROXY
  318. Language = English
  319. RADIUS Proxy
  320. .
  321. ;///////////////////////////////////////////////////////////////////////////////
  322. ;//
  323. ;// Accounting errors.
  324. ;//
  325. ;///////////////////////////////////////////////////////////////////////////////
  326. MessageId = 42
  327. Severity = Success
  328. SymbolicName = ACCT_S_OLD_LOG_DELETED
  329. Language = English
  330. Disk full. Deleted older logfile %1 to create free space.
  331. .
  332. MessageId = 43
  333. Severity = Error
  334. SymbolicName = ACCT_E_OLD_LOG_DELETE_ERROR
  335. Language = English
  336. Disk full. Could not delete older logfile %1 to create free space.
  337. .
  338. MessageId = 44
  339. Severity = Informational
  340. SymbolicName = ACCT_I_OLD_LOG_NOT_FOUND
  341. Language = English
  342. Disk full. Could not find older logfile to delete and create free space.
  343. .
  344. MessageId = 45
  345. SymbolicName = IASP_PROVIDER_EXTERNAL_AUTH
  346. Language = English
  347. Remote RADIUS to Windows User Mapping
  348. .
  349. ;///////////////////////////////////////////////////////////////////////////////
  350. ;//
  351. ;// Licensing errors.
  352. ;//
  353. ;///////////////////////////////////////////////////////////////////////////////
  354. MessageId = 46
  355. Severity = Error
  356. SymbolicName = IAS_E_SERVICE_LICENSE_VIOLATION
  357. Language = English
  358. This edition of Windows Server 2003 cannot support any of the following IAS configurations:%n
  359. - More than 50 RADIUS clients%n
  360. - More than two RADIUS server groups%n
  361. - Client identification by subnet mask%n
  362. To set up your server to support any of these configurations, install Windows Server 2003, Enterprise Edition, or Windows Server 2003, Datacenter Edition.%n
  363. .
  364. ;///////////////////////////////////////////////////////////////////////////////
  365. ;//
  366. ;// Message Text for IAS return codes.
  367. ;//
  368. ;///////////////////////////////////////////////////////////////////////////////
  369. MessageId = 0x1000
  370. Severity = Success
  371. SymbolicName = IASP_SUCCESS
  372. Language = English
  373. The operation completed successfully.
  374. .
  375. MessageId = 0x1001
  376. SymbolicName = IASP_INTERNAL_ERROR
  377. Language = English
  378. An internal error occurred. Check the system event log for additional information.
  379. .
  380. MessageId = 0x1002
  381. SymbolicName = IASP_ACCESS_DENIED
  382. Language = English
  383. There are not sufficient access rights to process the request.
  384. .
  385. MessageId = 0x1003
  386. SymbolicName = IASP_MALFORMED_REQUEST
  387. Language = English
  388. The Remote Authentication Dial-In User Service (RADIUS) request was not properly formatted.
  389. .
  390. MessageId = 0x1004
  391. SymbolicName = IASP_GLOBAL_CATALOG_UNAVAILABLE
  392. Language = English
  393. The Active Directory global catalog cannot be accessed.
  394. .
  395. MessageId = 0x1005
  396. SymbolicName = IASP_DOMAIN_UNAVAILABLE
  397. Language = English
  398. The user account domain cannot be accessed.
  399. .
  400. MessageId = 0x1006
  401. SymbolicName = IASP_SERVER_UNAVAILABLE
  402. Language = English
  403. The server is unavailable.
  404. .
  405. MessageId = 0x1007
  406. SymbolicName = IASP_NO_SUCH_DOMAIN
  407. Language = English
  408. The specified domain does not exist.
  409. .
  410. MessageId = 0x1008
  411. SymbolicName = IASP_NO_SUCH_USER
  412. Language = English
  413. The specified user account does not exist.
  414. .
  415. MessageId = 0x1009
  416. SymbolicName = IASP_EXTENSION_DISCARD
  417. Language = English
  418. The request was discarded by a third-party extension DLL file.
  419. .
  420. MessageId = 0x1010
  421. SymbolicName = IASP_AUTH_FAILURE
  422. Language = English
  423. Authentication was not successful because an unknown user name or incorrect password was used.
  424. .
  425. MessageId = 0x1011
  426. SymbolicName = IASP_CHANGE_PASSWORD_FAILURE
  427. Language = English
  428. The user could not change his or her password because the new password did not meet the password requirements for this network.
  429. .
  430. MessageId = 0x1012
  431. SymbolicName = IASP_UNSUPPORTED_AUTH_TYPE
  432. Language = English
  433. The specified authentication type is not supported.
  434. .
  435. MessageId = 0x1013
  436. SymbolicName = IASP_NO_CLEARTEXT_PASSWORD
  437. Language = English
  438. The user could not be authenticated using Challenge Handshake Authentication Protocol (CHAP). A reversibly encrypted password does not exist for this user account. To ensure that reversibly encrypted passwords are enabled, check either the domain password policy or the password settings on the user account.
  439. .
  440. MessageId = 0x1014
  441. SymbolicName = IASP_LM_NOT_ALLOWED
  442. Language = English
  443. LAN Manager authentication is not enabled.
  444. .
  445. MessageId = 0x1015
  446. SymbolicName = IASP_EXTENSION_REJECT
  447. Language = English
  448. The request was rejected by a third-party extension DLL file.
  449. .
  450. MessageId = 0x1016
  451. SymbolicName = IASP_EAP_NEGOTIATION_FAILED
  452. Language = English
  453. The client could not be authenticated because the Extensible Authentication Protocol (EAP) Type cannot be processed by the server.
  454. .
  455. MessageId = 0x1017
  456. SymbolicName = IASP_UNEXPECTED_EAP_ERROR
  457. Language = English
  458. Unexpected error. Possible error in server or client configuration.
  459. .
  460. MessageId = 0x1020
  461. SymbolicName = IASP_LOCAL_USERS_ONLY
  462. Language = English
  463. The current server configuration supports only local user accounts.
  464. .
  465. MessageId = 0x1021
  466. SymbolicName = IASP_PASSWORD_MUST_CHANGE
  467. Language = English
  468. The user must change his or her password.
  469. .
  470. MessageId = 0x1022
  471. SymbolicName = IASP_ACCOUNT_DISABLED
  472. Language = English
  473. Authentication failed because the user account is not enabled. Before the account can be authenticated, a person with administrative rights for either the computer or the domain must enable the user account.
  474. .
  475. MessageId = 0x1023
  476. SymbolicName = IASP_ACCOUNT_EXPIRED
  477. Language = English
  478. The user account has expired. Only a person with administrative rights for either the computer or the domain can reset the expiration date on the user account.
  479. .
  480. MessageId = 0x1024
  481. SymbolicName = IASP_ACCOUNT_LOCKED_OUT
  482. Language = English
  483. The user account is currently locked and cannot be authenticated. Only a person with administrative rights for either the computer or the domain can unlock the user account.
  484. .
  485. MessageId = 0x1025
  486. SymbolicName = IASP_INVALID_LOGON_HOURS
  487. Language = English
  488. Authentication failed because of a logon time restriction on the user account. Ensure that the permitted logon hours for the user account are correct.
  489. .
  490. MessageId = 0x1026
  491. SymbolicName = IASP_ACCOUNT_RESTRICTION
  492. Language = English
  493. Authentication failed because of a user account restriction. Check the user account properties for restrictions.
  494. .
  495. MessageId = 0x1030
  496. SymbolicName = IASP_NO_POLICY_MATCH
  497. Language = English
  498. The connection attempt did not match any remote access policy.
  499. .
  500. MessageId = 0x1031
  501. SymbolicName = IASP_NO_CONNECTION_REQUEST_POLICY_MATCH
  502. Language = English
  503. The connection attempt did not match any connection request policy.
  504. .
  505. MessageId = 0x1040
  506. SymbolicName = IASP_DIALIN_LOCKED_OUT
  507. Language = English
  508. The user account exceeded the remote access account lockout count.
  509. .
  510. MessageId = 0x1041
  511. SymbolicName = IASP_DIALIN_DISABLED
  512. Language = English
  513. The connection attempt failed because remote access permission for the user account was denied. To allow remote access, enable remote access permission for the user account, or, if the user account specifies that access is controlled through the matching remote access policy, enable remote access permission for that remote access policy.
  514. .
  515. MessageId = 0x1042
  516. SymbolicName = IASP_INVALID_AUTH_TYPE
  517. Language = English
  518. The user attempted to use an authentication method that is not enabled on the matching remote access policy.
  519. .
  520. MessageId = 0x1043
  521. SymbolicName = IASP_INVALID_CALLING_STATION
  522. Language = English
  523. The user attempted to connect through either a phone number or calling station that does not match the Caller ID listed for the user account.
  524. .
  525. MessageId = 0x1044
  526. SymbolicName = IASP_INVALID_DIALIN_HOURS
  527. Language = English
  528. The user attempted to connect outside of permitted hours. Check the dial-in constraints for the matching remote access policy.
  529. .
  530. MessageId = 0x1045
  531. SymbolicName = IASP_INVALID_CALLED_STATION
  532. Language = English
  533. The user attempted to connect through a phone number that did not match the restricted dial-in number. Check the dial-in constraints for the matching remote access policy.
  534. .
  535. MessageId = 0x1046
  536. SymbolicName = IASP_INVALID_PORT_TYPE
  537. Language = English
  538. The user attempted to connect using a dial-in medium that did not match the restricted dial-in media. Check the dial-in constraints for the matching remote access policy.
  539. .
  540. MessageId = 0x1047
  541. SymbolicName = IASP_DIALIN_RESTRICTION
  542. Language = English
  543. A dial-in constraint caused the connection attempt to fail. Check the dial-in constraints for the matching remote access policy.
  544. .
  545. MessageId = 0x1048
  546. SymbolicName = IASP_CPW_NOT_ALLOWED
  547. Language = English
  548. The user cannot change his or her password because the change password option is not enabled for the matching remote access policy.
  549. .
  550. MessageId = 0x1049
  551. SymbolicName = IASP_INVALID_CERT_EKU
  552. Language = English
  553. The user attempted to authenticate using a certificate with an Extended Key Usage or Issuance Policy that is not allowed by the matching remote access policy.
  554. .
  555. MessageId = 0x1050
  556. SymbolicName = IASP_NO_RECORD
  557. Language = English
  558. The authentication or accounting record could not be written to the log file location. Ensure that the log file location is accessible, has available space, can be written to, and that the directory or SQL server name is valid.
  559. .
  560. MessageId = 0x1060
  561. SymbolicName = IASP_SESSION_TIMEOUT
  562. Language = English
  563. The authentication request was not processed because the session timed out.
  564. .
  565. MessageId = 0x1061
  566. SymbolicName = IASP_UNEXPECTED_REQUEST
  567. Language = English
  568. The authentication request was not processed because it contained a Remote Authentication Dial-In User Service (RADIUS) message that was not appropriate for the secure authentication transaction.
  569. .
  570. MessageId = 0x1070
  571. SymbolicName = IASP_PROXY_REJECT
  572. Language = English
  573. The remote RADIUS (Remote Authentication Dial-In User Service) server did not process the authentication request.
  574. .
  575. MessageId = 0x1071
  576. SymbolicName = IASP_PROXY_UNKNOWN_GROUP
  577. Language = English
  578. The remote RADIUS (Remote Authentication Dial-In User Service) server group does not exist.
  579. .
  580. MessageId = 0x1072
  581. SymbolicName = IASP_PROXY_UNKNOWN_SERVER
  582. Language = English
  583. The authentication request could not be forwarded to the remote RADIUS (Remote Authentication Dial-In User Service) server because this server is no longer configured from the local server.
  584. .
  585. MessageId = 0x1073
  586. SymbolicName = IASP_PROXY_PACKET_TOO_LONG
  587. Language = English
  588. The authentication request could not be forwarded to the remote RADIUS (Remote Authentication Dial-In User Service) server because the issued packet was too large.
  589. .
  590. MessageId = 0x1074
  591. SymbolicName = IASP_PROXY_SEND_ERROR
  592. Language = English
  593. The authentication request could not be forwarded to the remote RADIUS (Remote Authentication Dial-In User Service) server because of a network problem.
  594. .
  595. MessageId = 0x1075
  596. SymbolicName = IASP_PROXY_TIMEOUT
  597. Language = English
  598. The remote RADIUS (Remote Authentication Dial-In User Service) server did not respond.
  599. .
  600. MessageId = 0x1076
  601. SymbolicName = IASP_PROXY_MALFORMED_RESPONSE
  602. Language = English
  603. The remote RADIUS (Remote Authentication Dial-In User Service) server returned an unreadable response.
  604. .
  605. MessageId = 0x1100
  606. SymbolicName = IASP_CRYPT_E_REVOKED
  607. Language = English
  608. The certificate is revoked.
  609. .
  610. MessageId = 0x1101
  611. SymbolicName = IASP_CRYPT_E_NO_REVOCATION_DLL
  612. Language = English
  613. No Dll or exported function was found to verify revocation.
  614. .
  615. MessageId = 0x1102
  616. SymbolicName = IASP_CRYPT_E_NO_REVOCATION_CHECK
  617. Language = English
  618. The revocation function was unable to check revocation for the certificate.
  619. .
  620. MessageId = 0x1103
  621. SymbolicName = IASP_CRYPT_E_REVOCATION_OFFLINE
  622. Language = English
  623. The revocation function was unable to check revocation because the revocation server was offline.
  624. .
  625. MessageId = 0x1104
  626. SymbolicName = IASP_SEC_E_MESSAGE_ALTERED
  627. Language = English
  628. The message or signature supplied for verification has been altered
  629. .
  630. MessageId = 0x1105
  631. SymbolicName = IASP_SEC_E_NO_AUTHENTICATING_AUTHORITY
  632. Language = English
  633. No authority could be contacted for authentication.
  634. .
  635. MessageId = 0x1106
  636. SymbolicName = IASP_SEC_E_INCOMPLETE_MESSAGE
  637. Language = English
  638. The supplied message is incomplete. The signature was not verified.
  639. .
  640. MessageId = 0x1107
  641. SymbolicName = IASP_SEC_E_INCOMPLETE_CREDENTIALS
  642. Language = English
  643. The credentials supplied were not complete, and could not be verified. The context could not be initialized.
  644. .
  645. MessageId = 0x1108
  646. SymbolicName = IASP_SEC_E_TIME_SKEW
  647. Language = English
  648. The clocks on the client and server machines are skewed.
  649. .
  650. MessageId = 0x1109
  651. SymbolicName = IASP_SEC_E_UNTRUSTED_ROOT
  652. Language = English
  653. The certificate chain was issued by an authority that is not trusted.
  654. .
  655. MessageId = 0x110A
  656. SymbolicName = IASP_SEC_E_ILLEGAL_MESSAGE
  657. Language = English
  658. The message received was unexpected or badly formatted.
  659. .
  660. MessageId = 0x110B
  661. SymbolicName = IASP_SEC_E_CERT_WRONG_USAGE
  662. Language = English
  663. The certificate is not valid for the requested usage.
  664. .
  665. MessageId = 0x110C
  666. SymbolicName = IASP_SEC_E_CERT_EXPIRED
  667. Language = English
  668. The received certificate has expired.
  669. .
  670. MessageId = 0x110D
  671. SymbolicName = IASP_SEC_E_ALGORITHM_MISMATCH
  672. Language = English
  673. The client and server cannot communicate, because they do not possess a common algorithm.
  674. .
  675. MessageId = 0x110E
  676. SymbolicName = IASP_SEC_E_SMARTCARD_LOGON_REQUIRED
  677. Language = English
  678. Smartcard logon is required and was not used.
  679. .
  680. MessageId = 0x110F
  681. SymbolicName = IASP_SEC_E_SHUTDOWN_IN_PROGRESS
  682. Language = English
  683. A system shutdown is in progress.
  684. .
  685. MessageId = 0x1110
  686. SymbolicName = IASP_SEC_E_MULTIPLE_ACCOUNTS
  687. Language = English
  688. The received certificate was mapped to multiple accounts.
  689. .
  690. MessageId = 0x1111
  691. SymbolicName = IASP_TRUST_E_PROVIDER_UNKNOWN
  692. Language = English
  693. Unknown trust provider.
  694. .
  695. MessageId = 0x1112
  696. SymbolicName = IASP_TRUST_E_ACTION_UNKNOWN
  697. Language = English
  698. The trust verification action specified is not supported by the specified trust provider.
  699. .
  700. MessageId = 0x1113
  701. SymbolicName = IASP_TRUST_E_SUBJECT_FORM_UNKNOWN
  702. Language = English
  703. The form specified for the subject is not one supported or known by the specified trust provider.
  704. .
  705. MessageId = 0x1114
  706. SymbolicName = IASP_TRUST_E_SUBJECT_NOT_TRUSTED
  707. Language = English
  708. The subject is not trusted for the specified action.
  709. .
  710. MessageId = 0x1115
  711. SymbolicName = IASP_TRUST_E_NOSIGNATURE
  712. Language = English
  713. No signature was present in the subject.
  714. .
  715. MessageId = 0x1116
  716. SymbolicName = IASP_CERT_E_EXPIRED
  717. Language = English
  718. A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file.
  719. .
  720. MessageId = 0x1117
  721. SymbolicName = IASP_CERT_E_VALIDITYPERIODNESTING
  722. Language = English
  723. The validity periods of the certification chain do not nest correctly.
  724. .
  725. MessageId = 0x1118
  726. SymbolicName = IASP_CERT_E_ROLE
  727. Language = English
  728. A certificate that can only be used as an end-entity is being used as a CA or visa versa.
  729. .
  730. MessageId = 0x1119
  731. SymbolicName = IASP_CERT_E_PATHLENCONST
  732. Language = English
  733. A path length constraint in the certification chain has been violated.
  734. .
  735. MessageId = 0x111A
  736. SymbolicName = IASP_CERT_E_CRITICAL
  737. Language = English
  738. A certificate contains an unknown extension that is marked 'critical'.
  739. .
  740. MessageId = 0x111B
  741. SymbolicName = IASP_CERT_E_PURPOSE
  742. Language = English
  743. A certificate being used for a purpose other than the ones specified by its CA.
  744. .
  745. MessageId = 0x111C
  746. SymbolicName = IASP_CERT_E_ISSUERCHAINING
  747. Language = English
  748. A parent of a given certificate in fact did not issue that child certificate.
  749. .
  750. MessageId = 0x111D
  751. SymbolicName = IASP_CERT_E_MALFORMED
  752. Language = English
  753. A certificate is missing or has an empty value for an important field, such as a subject or issuer name.
  754. .
  755. MessageId = 0x111E
  756. SymbolicName = IASP_CERT_E_UNTRUSTEDROOT
  757. Language = English
  758. A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider.
  759. .
  760. MessageId = 0x111F
  761. SymbolicName = IASP_CERT_E_CHAINING
  762. Language = English
  763. A certificate chain could not be built to a trusted root authority.
  764. .
  765. MessageId = 0x1120
  766. SymbolicName = IASP_TRUST_E_FAIL
  767. Language = English
  768. Generic trust failure.
  769. .
  770. MessageId = 0x1121
  771. SymbolicName = IASP_CERT_E_REVOKED
  772. Language = English
  773. A certificate was explicitly revoked by its issuer.
  774. .
  775. MessageId = 0x1122
  776. SymbolicName = IASP_CERT_E_UNTRUSTEDTESTROOT
  777. Language = English
  778. The certification path terminates with the test root which is not trusted with the current policy settings.
  779. .
  780. MessageId = 0x1123
  781. SymbolicName = IASP_CERT_E_REVOCATION_FAILURE
  782. Language = English
  783. The revocation process could not continue - the certificate(s) could not be checked.
  784. .
  785. MessageId = 0x1124
  786. SymbolicName = IASP_CERT_E_CN_NO_MATCH
  787. Language = English
  788. The certificate's CN name does not match the passed value.
  789. .
  790. MessageId = 0x1125
  791. SymbolicName = IASP_CERT_E_WRONG_USAGE
  792. Language = English
  793. The certificate is not valid for the requested usage.
  794. .
  795. MessageId = 0x1126
  796. SymbolicName = IASP_TRUST_E_EXPLICIT_DISTRUST
  797. Language = English
  798. The certificate was explicitly marked as untrusted by the user.
  799. .
  800. MessageId = 0x1127
  801. SymbolicName = IASP_CERT_E_UNTRUSTEDCA
  802. Language = English
  803. A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider.
  804. .
  805. MessageId = 0x1128
  806. SymbolicName = IASP_CERT_E_INVALID_POLICY
  807. Language = English
  808. The certificate has invalid policy.
  809. .
  810. MessageId = 0x1129
  811. SymbolicName = IASP_CERT_E_INVALID_NAME
  812. Language = English
  813. The certificate has an invalid name. The name is not included in the permitted list or is explicitly excluded.
  814. .
  815. MessageId = 0x112A
  816. SymbolicName = IASP_SEC_E_PKINIT_NAME_MISMATCH
  817. Language = English
  818. The client cert name does not matches the user name or the KDC name is incorrect.
  819. .
  820. MessageId = 0x112B
  821. SymbolicName = IASP_SEC_E_OUT_OF_SEQUENCE
  822. Language = English
  823. The message supplied for verification is out of sequence
  824. .
  825. MessageId = 0x112C
  826. SymbolicName = IASP_SEC_E_NO_CREDENTIALS
  827. Language = English
  828. No credentials are available in the security package
  829. .