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.

34 lines
2.1 KiB

  1. #include "windows.h"
  2. #include <clusverp.h>
  3. #include "clusstrs.h"
  4. #define VER_FILETYPE VFT_APP
  5. #define VER_FILESUBTYPE VFT2_UNKNOWN
  6. #define VER_FILEDESCRIPTION_STR "Microsoft Cluster Resource DLL"
  7. #define VER_INTERNALNAME_STR "clusres\0"
  8. #include "common.ver"
  9. STRINGTABLE
  10. {
  11. RES_NETNAME_COMPUTER_ACCOUNT_DESCRIPTION "Server cluster virtual network name account"
  12. RES_NETNAME_DC_BIND_FAILED "Unable to bind to a domain controller"
  13. RES_NETNAME_RESDATA_ALLOC_FAILED "Unable to allocate memory for resource data"
  14. RES_NETNAME_PASSWORD_UPDATE_FAILED "Unable to generate password"
  15. RES_NETNAME_PARAMS_KEY_PERMISSION_UPDATE_FAILED "Unable to set permissions on resource's parameters key"
  16. RES_NETNAME_RESDATA_STORE_FAILED "Unable to store resource data"
  17. RES_NETNAME_CO_CANT_BE_REENABLED "Computer account is disabled and couldn't be re-enabled"
  18. RES_NETNAME_CREATE_CO_FAILED "Unable to create computer account"
  19. RES_NETNAME_GET_LDAP_NAME_FAILED "Unable to get LDAP distinguished name"
  20. RES_NETNAME_GET_CO_GUID_FAILED "Unable to get computer account GUID"
  21. RES_NETNAME_GET_CO_POINTER_FAILED "Unable to obtain access to Computer Object in DS"
  22. RES_NETNAME_DNSHOSTNAME_UPDATE_FAILED "Unable to set DnsHostName attribute"
  23. RES_NETNAME_SPN_UPDATE_FAILED "Unable to set ServicePrincipalName attribute"
  24. RES_NETNAME_CREATINDC_ALLOC_FAILED "Unable to allocate memory for CreatingDC property"
  25. RES_NETNAME_MISSING_CO "Unable to find computer account on DC where it was created"
  26. RES_NETNAME_DECRYPT_RESDATA_FAILED "Unable to decrypt resource data"
  27. RES_NETNAME_NO_DC_FOR_PASSWORD_UPDATE "No domain controller available to update password for computer account"
  28. RES_NETNAME_CREATINGDC_UPDATE_FAILED "Unable to update CreatingDC property"
  29. RES_NETNAME_CO_PASSWORD_UPDATE_FAILED "Unable to update password for computer account"
  30. }