IdResourceStringsSSPI.pas 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. unit IdResourceStringsSSPI;
  2. interface
  3. resourcestring
  4. //SSPI Authentication
  5. {
  6. Note: CompleteToken is an API function Name:
  7. }
  8. RSHTTPSSPISuccess = 'Successfull API call';
  9. RSHTTPSSPINotEnoughMem = 'Not enough memory is available to complete this request';
  10. RSHTTPSSPIInvalidHandle = 'The handle specified is invalid';
  11. RSHTTPSSPIFuncNotSupported = 'The function requested is not supported';
  12. RSHTTPSSPIUnknownTarget = 'The specified target is unknown or unreachable';
  13. RSHTTPSSPIInternalError = 'The Local Security Authority cannot be contacted';
  14. RSHTTPSSPISecPackageNotFound = 'The requested security package does not exist';
  15. RSHTTPSSPINotOwner = 'The caller is not the owner of the desired credentials';
  16. RSHTTPSSPIPackageCannotBeInstalled = 'The security package failed to initialize, and cannot be installed';
  17. RSHTTPSSPIInvalidToken = 'The token supplied to the function is invalid';
  18. RSHTTPSSPICannotPack = 'The security package is not able to marshall the logon buffer, so the logon attempt has failed';
  19. RSHTTPSSPIQOPNotSupported = 'The per-message Quality of Protection is not supported by the security package';
  20. RSHTTPSSPINoImpersonation = 'The security context does not allow impersonation of the client';
  21. RSHTTPSSPILoginDenied = 'The logon attempt failed';
  22. RSHTTPSSPIUnknownCredentials = 'The credentials supplied to the package were not recognized';
  23. RSHTTPSSPINoCredentials = 'No credentials are available in the security package';
  24. RSHTTPSSPIMessageAltered = 'The message or signature supplied for verification has been altered';
  25. RSHTTPSSPIOutOfSequence = 'The message supplied for verification is out of sequence';
  26. RSHTTPSSPINoAuthAuthority = 'No authority could be contacted for authentication.';
  27. RSHTTPSSPIContinueNeeded = 'The function completed successfully, but must be called again to complete the context';
  28. RSHTTPSSPICompleteNeeded = 'The function completed successfully, but CompleteToken must be called';
  29. RSHTTPSSPICompleteContinueNeeded = 'The function completed successfully, but both CompleteToken and this function must be called to complete the context';
  30. RSHTTPSSPILocalLogin = 'The logon was completed, but no network authority was available. The logon was made using locally known information';
  31. RSHTTPSSPIBadPackageID = 'The requested security package does not exist';
  32. RSHTTPSSPIContextExpired = 'The context has expired and can no longer be used.';
  33. RSHTTPSSPIIncompleteMessage = 'The supplied message is incomplete. The signature was not verified.';
  34. RSHTTPSSPIIncompleteCredentialNotInit = 'The credentials supplied were not complete, and could not be verified. The context could not be initialized.';
  35. RSHTTPSSPIBufferTooSmall = 'The buffers supplied to a function was too small.';
  36. RSHTTPSSPIIncompleteCredentialsInit = 'The credentials supplied were not complete, and could not be verified. Additional information can be returned from the context.';
  37. RSHTTPSSPIRengotiate = 'The context data must be renegotiated with the peer.';
  38. RSHTTPSSPIWrongPrincipal = 'The target principal name is incorrect.';
  39. RSHTTPSSPINoLSACode = 'There is no LSA mode context associated with this context.';
  40. RSHTTPSSPITimeScew = 'The clocks on the client and server machines are skewed.';
  41. RSHTTPSSPIUntrustedRoot = 'The certificate chain was issued by an untrusted authority.';
  42. RSHTTPSSPIIllegalMessage = 'The message received was unexpected or badly formatted.';
  43. RSHTTPSSPICertUnknown = 'An unknown error occurred while processing the certificate.';
  44. RSHTTPSSPICertExpired = 'The received certificate has expired.';
  45. RSHTTPSSPIEncryptionFailure = 'The specified data could not be encrypted.';
  46. RSHTTPSSPIDecryptionFailure = 'The specified data could not be decrypted.';
  47. RSHTTPSSPIAlgorithmMismatch = 'The client and server cannot communicate, because they do not possess a common algorithm.';
  48. RSHTTPSSPISecurityQOSFailure = 'The security context could not be established due to a failure in the requested quality of service (e.g. mutual authentication or delegation).';
  49. RSHTTPSSPISecCtxWasDelBeforeUpdated = 'A security context was deleted before the context was completed. This is considered a logon failure.';
  50. RSHTTPSSPIClientNoTGTReply = 'The client is trying to negotiate a context and the server requires user-to-user but didn''t send a TGT reply.';
  51. RSHTTPSSPILocalNoIPAddr = 'Unable to accomplish the requested task because the local machine does not have any IP addresses.';
  52. RSHTTPSSPIWrongCredHandle = 'The supplied credential handle does not match the credential associated with the security context.';
  53. RSHTTPSSPICryptoSysInvalid = 'The crypto system or checksum function is invalid because a required function is unavailable.';
  54. RSHTTPSSPIMaxTicketRef = 'The number of maximum ticket referrals has been exceeded.';
  55. RSHTTPSSPIMustBeKDC = 'The local machine must be a Kerberos KDC (domain controller) and it is not.';
  56. RSHTTPSSPIStrongCryptoNotSupported = 'The other end of the security negotiation is requires strong crypto but it is not supported on the local machine.';
  57. RSHTTPSSPIKDCReplyTooManyPrincipals = 'The KDC reply contained more than one principal name.';
  58. RSHTTPSSPINoPAData = 'Expected to find PA data for a hint of what etype to use, but it was not found.';
  59. RSHTTPSSPIPKInitNameMismatch = 'The client certificate does not contain a valid UPN, or does not match the client name in the logon request. Please contact your administrator.';
  60. RSHTTPSSPISmartcardLogonReq = 'Smartcard logon is required and was not used.';
  61. RSHTTPSSPISysShutdownInProg = 'A system shutdown is in progress.';
  62. RSHTTPSSPIKDCInvalidRequest = 'An invalid request was sent to the KDC.';
  63. RSHTTPSSPIKDCUnableToRefer = 'The KDC was unable to generate a referral for the service requested.';
  64. RSHTTPSSPIKDCETypeUnknown = 'The encryption type requested is not supported by the KDC.';
  65. RSHTTPSSPIUnsupPreauth = 'An unsupported preauthentication mechanism was presented to the Kerberos package.';
  66. RSHTTPSSPIDeligationReq = 'The requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be configured to allow delegation.';
  67. RSHTTPSSPIBadBindings = 'Client''s supplied SSPI channel bindings were incorrect.';
  68. RSHTTPSSPIMultipleAccounts = 'The received certificate was mapped to multiple accounts.';
  69. RSHTTPSSPINoKerbKey = 'SEC_E_NO_KERB_KEY';
  70. RSHTTPSSPICertWrongUsage = 'The certificate is not valid for the requested usage.';
  71. RSHTTPSSPIDowngradeDetected = 'The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you.';
  72. RSHTTPSSPISmartcardCertRevoked = 'The smartcard certificate used for authentication has been revoked. Please contact your system administrator. There may be additional information in the event log.';
  73. RSHTTPSSPIIssuingCAUntrusted = 'An untrusted certificate authority was detected While processing the smartcard certificate used for authentication. Please contact your system administrator.';
  74. RSHTTPSSPIRevocationOffline = 'The revocation status of the smartcard certificate used for authentication could not be determined. Please contact your system administrator.';
  75. RSHTTPSSPIPKInitClientFailure = 'The smartcard certificate used for authentication was not trusted. Please contact your system administrator.';
  76. RSHTTPSSPISmartcardExpired = 'The smartcard certificate used for authentication has expired. Please contact your system administrator.';
  77. RSHTTPSSPINoS4UProtSupport = 'The Kerberos subsystem encountered an error. A service for user protocol request was made against a domain controller which does not support service for user.';
  78. RSHTTPSSPICrossRealmDeligationFailure = 'An attempt was made by this server to make a Kerberos constrained delegation request for a target outside of the server''s realm. This is not supported, and indicates a misconfiguration on this server''s allowed'+
  79. ' to delegate to list. Please contact your administrator.';
  80. RSHTTPSSPIRevocationOfflineKDC = 'The revocation status of the domain controller certificate used for smartcard authentication could not be determined. There is additional information in the system event log. Please contact your system administrator.';
  81. RSHTTPSSPICAUntrustedKDC = 'An untrusted certificate authority was detected while processing the domain controller certificate used for authentication. There is additional information in the system event log. Please contact your system administrator.';
  82. RSHTTPSSPIKDCCertExpired = 'The domain controller certificate used for smartcard logon has expired. Please contact your system administrator with the contents of your system event log.';
  83. RSHTTPSSPIKDCCertRevoked = 'The domain controller certificate used for smartcard logon has been revoked. Please contact your system administrator with the contents of your system event log.';
  84. RSHTTPSSPISignatureNeeded = 'A signature operation must be performed before the user can authenticate.';
  85. RSHTTPSSPIInvalidParameter = 'One or more of the parameters passed to the function was invalid.';
  86. RSHTTPSSPIDeligationPolicy = 'Client policy does not allow credential delegation to target server.';
  87. RSHTTPSSPIPolicyNTLMOnly = 'Client policy does not allow credential delegation to target server with NLTM only authentication.';
  88. RSHTTPSSPINoRenegotiation = 'The recipient rejected the renegotiation request.';
  89. RSHTTPSSPINoContext = 'The required security context does not exist.';
  90. RSHTTPSSPIPKU2UCertFailure = 'The PKU2U protocol encountered an error while attempting to utilize the associated certificates.';
  91. RSHTTPSSPIMutualAuthFailed = 'The identity of the server computer could not be verified.';
  92. RSHTTPSSPIUnknwonError = 'Unknown error';
  93. {
  94. Note to translators - the parameters for the next message are below:
  95. Failed Function Name
  96. Error Number
  97. Error Number
  98. Error Message by Number
  99. }
  100. RSHTTPSSPIErrorMsg = 'SSPI %s returns error #%d(0x%x): %s';
  101. RSHTTPSSPIInterfaceInitFailed = 'SSPI interface has failed to initialise properly';
  102. RSHTTPSSPINoPkgInfoSpecified = 'No PSecPkgInfo specified';
  103. RSHTTPSSPINoCredentialHandle = 'No credential handle acquired';
  104. RSHTTPSSPICanNotChangeCredentials = 'Can not change credentials after handle aquired. Use Release first';
  105. RSHTTPSSPIUnknwonCredentialUse = 'Unknown credentials use';
  106. RSHTTPSSPIDoAuquireCredentialHandle = 'Do AcquireCredentialsHandle first';
  107. RSHTTPSSPICompleteTokenNotSupported = 'CompleteAuthToken is not supported';
  108. implementation
  109. end.