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.

416 lines
30 KiB

  1. #include <windows.h>
  2. #include <commctrl.h>
  3. #include <winver.h>
  4. #include <ntverp.h>
  5. #define VER_FILETYPE VFT_APP
  6. #define VER_FILESUBTYPE VFT2_UNKNOWN
  7. #define VER_FILEDESCRIPTION_STR "Windows Security Configuration Editor Engine"
  8. #define VER_INTERNALNAME_STR "scesrv\0"
  9. #include "common.ver"
  10. #include "scesrvrc.h"
  11. #include "uevents.rc"
  12. #include "common.rc"
  13. STRINGTABLE
  14. BEGIN
  15. SCEDLL_SCP_INIT_ERROR "----Configuration engine was initialized with one or more errors.----"
  16. SCEDLL_SCP_INIT_SUCCESS "----Configuration engine was initialized successfully.----"
  17. SCEDLL_SCP_READ_PROFILE "\r\n----Reading Configuration Template info..."
  18. SCEDLL_SCP_BEGIN_POLICY "\r\n\r\n----Configure Security Policy..."
  19. SCEDLL_SCP_ACCESS_ERROR "\r\n\tSystem Access configuration was completed with one or more errors."
  20. SCEDLL_SCP_ACCESS_SUCCESS "\r\n\tSystem Access configuration was completed successfully."
  21. SCEDLL_SCP_AUDIT_ERROR "\r\n\tAudit/Log configuration was completed with one or more errors."
  22. SCEDLL_SCP_AUDIT_SUCCESS "\r\n\tAudit/Log configuration was completed successfully."
  23. SCEDLL_SCP_BEGIN_PRIVILEGES "\r\n\r\n----Configure User Rights..."
  24. SCEDLL_SCP_PRIVILEGES_ERROR "\r\n\tUser Rights configuration was completed with one or more errors."
  25. SCEDLL_SCP_PRIVILEGES_SUCCESS "\r\n\tUser Rights configuration was completed successfully."
  26. SCEDLL_SCP_BEGIN_USERSETTING "\r\n\r\n----Configure User Security Settings..."
  27. SCEDLL_SCP_USERSETTING_ERROR "\r\n\tUser Security configuration was completed with one or more errors."
  28. SCEDLL_SCP_USERSETTING_SUCCESS "\r\n\tUser Security configuration was completed successfully."
  29. SCEDLL_SCP_BEGIN_GROUPMGMT "\r\n\r\n----Configure Group Membership..."
  30. SCEDLL_SCP_GROUPMGMT_ERROR "\r\n\tGroup Membership configuration was completed with one or more errors."
  31. SCEDLL_SCP_GROUPMGMT_SUCCESS "\r\n\tGroup Membership configuration was completed successfully."
  32. SCEDLL_SCP_BEGIN_REGISTRY "\r\n\r\n----Configure Registry Keys..."
  33. SCEDLL_SCP_BEGIN_REGISTRY_64KEY "\r\n\r\n----Configure 64-bit Registry Keys..."
  34. SCEDLL_SCP_BEGIN_REGISTRY_32KEY "\r\n\r\n----Configure 32-bit Registry Keys..."
  35. SCEDLL_SCP_REGISTRY_ERROR "\r\n\tConfiguration of Registry Keys was completed with one or more errors."
  36. SCEDLL_SCP_REGISTRY_SUCCESS "\r\n\tConfiguration of Registry Keys was completed successfully."
  37. SCEDLL_SCP_BEGIN_FILE "\r\n\r\n----Configure File Security..."
  38. SCEDLL_SCP_FILE_ERROR "\r\n\tFile Security configuration was completed with one or more errors."
  39. SCEDLL_SCP_FILE_SUCCESS "\r\n\tFile Security configuration was completed successfully."
  40. SCEDLL_SCP_BEGIN_DS "\r\n\r\n----Configure Active Directory Security..."
  41. SCEDLL_SCP_DS_ERROR "\r\n\tActive Directory Security configuration was completed with one or more errors."
  42. SCEDLL_SCP_DS_SUCCESS "\r\n\tActive Directory Security configuration was completed successfully."
  43. SCEDLL_SCP_BEGIN_GENERALSVC "\r\n\r\n----Configure General Service Settings..."
  44. SCEDLL_SCP_GENERALSVC_ERROR "\r\n\tGeneral Service configuration was completed with one or more errors."
  45. SCEDLL_SCP_GENERALSVC_SUCCESS "\r\n\tGeneral Service configuration was completed successfully."
  46. SCEDLL_SCP_BEGIN_ATTACHMENT "\r\n\r\n----Configure available attachment engines..."
  47. SCEDLL_SCP_ATTACHMENT_ERROR "\r\n\tAn error may have occurred during configuration of attachment engines."
  48. SCEDLL_SCP_ATTACHMENT_SUCCESS "\r\n\tConfiguration of attachment engines was completed successfully."
  49. SCEDLL_SCP_KERBEROS_ERROR "\r\n\tKerberos Policy configuration was completed with one or more errors."
  50. SCEDLL_SCP_KERBEROS_SUCCESS "\r\n\tKerberos Policy configuration was completed successfully."
  51. SCEDLL_SCP_REGVALUES_ERROR "\r\n\tConfiguration of Registry Values was completed with one or more errors."
  52. SCEDLL_SCP_REGVALUES_SUCCESS "\r\n\tConfiguration of Registry Values was completed successfully."
  53. SCEDLL_SCP_UNINIT "\r\n\r\n----Un-initialize configuration engine..."
  54. SCEDLL_SCP_ADD "\t\tadd %s."
  55. SCEDLL_SCP_ADDTO "\t\tadd to %s."
  56. SCEDLL_SCP_CANNOT_REMOVE "\t\tCannot remove special account %s."
  57. SCEDLL_SCP_CONFIGURE "\tConfigure %s."
  58. SCEDLL_SCP_ERROR_ADD "\t\terror adding %s."
  59. SCEDLL_SCP_ERROR_ADDTO "\t\terror adding object to %s."
  60. SCEDLL_SCP_SUCCESS_ADDTO "\t\tsuccessfully added object to %s."
  61. SCEDLL_SCP_SUCCESS_ADDTO_ALREADYADDED "\t\tobject already member of %s."
  62. SCEDLL_SCP_ERROR_REMOVEFROM "\t\terror removing object from %s, retrying next time."
  63. SCEDLL_SCP_SUCCESS_REMOVEFROM "\t\tsuccessfully removed object from %s."
  64. SCEDLL_SCP_SUCCESS_REMOVEFROM_ALREADYREMOVED "\t\tobject is special account or already removed from %s."
  65. SCEDLL_SCP_OLDTATTOO "\t\told memberof tattoo list: %s"
  66. SCEDLL_SCP_NEWTATTOO "\t\tnew memberof tattoo list: %s"
  67. SCEDLL_SCP_DELETETATTOO "\t\tnew memberof tattoo list is empty, deleting."
  68. SCEDLL_SCP_ERROR_ADMINISTRATOR "\tError renaming administrator account."
  69. SCEDLL_SCP_ERROR_CONFIGURE "\tError configuring %s."
  70. SCEDLL_SCP_ERROR_DISABLE_ADMIN "\tError configuring Administrator account to be disabled/enabled."
  71. SCEDLL_SCP_ERROR_DISABLE_GUEST "\tError configuring Guest account to be disabled/enabled."
  72. SCEDLL_SCP_ERROR_EVENT_AUDITING "\tError configuring event audit settings."
  73. SCEDLL_SCP_ERROR_GUEST "\tError renaming guest account."
  74. SCEDLL_SCP_ERROR_LOGSETTINGS "\tError configuring log settings."
  75. SCEDLL_SCP_ERROR_KERBEROS "\tError configuring kerberos policy."
  76. SCEDLL_SCP_ERROR_LOCKOUT "\tError configuring account lockout information."
  77. SCEDLL_SCP_ERROR_LOGOFF "\tError configuring account force logoff information."
  78. SCEDLL_SCP_ERROR_OPENFORSTOP "\tOpening service %s for stop access failed."
  79. SCEDLL_SCP_ERROR_OPENFORSTART "\tOpening service %s for start access failed."
  80. SCEDLL_SCP_ERROR_PASSWORD "\tError configuring password information."
  81. SCEDLL_SCP_ERROR_REMOVE "\t\terror removing %s."
  82. SCEDLL_SCP_ERROR_STOP "\tStopping service %s failed."
  83. SCEDLL_SCP_ERROR_START "\tStarting service %s failed."
  84. SCEDLL_SCP_ERROR_UAS "\tError configuring password OWF (UAS) information."
  85. SCEDLL_SCP_ERROR_USERSETTINGS "\tError configuring user settings."
  86. SCEDLL_SCP_ERROR_REGVALUES "\tError configuring registry values."
  87. SCEDLL_SCP_EVENT_AUDITING "\tConfigure event audit settings."
  88. SCEDLL_SCP_KERBEROS "\tConfigure kerberos policy."
  89. SCEDLL_SCP_LOCKOUT "\tConfigure account lockout information."
  90. SCEDLL_SCP_LOGOFF "\tConfigure account force logoff information."
  91. SCEDLL_SCP_LOGSETTINGS "\tConfigure log settings."
  92. SCEDLL_SCP_NOT_SUPPORT "\tAttachment does not support configuration interface."
  93. SCEDLL_SCP_OTHER_POLICY "\tConfigure other policy settings."
  94. SCEDLL_SCP_PASSWORD "\tConfigure password information."
  95. SCEDLL_SCP_REMOVE "\t\tremove %s."
  96. SCEDLL_SCP_RENAME_ADMIN "\tRename the Administrator account to %s."
  97. SCEDLL_SCP_RENAME_GUEST "\tRename the Guest account to %s."
  98. SCEDLL_SCP_DISABLE_ADMIN "\tAdministrator account is disabled."
  99. SCEDLL_SCP_ENABLE_ADMIN "\tAdministrator account is enabled."
  100. SCEDLL_SCP_DISABLE_GUEST "\tGuest account is disabled."
  101. SCEDLL_SCP_ENABLE_GUEST "\tGuest account is enabled."
  102. SCEDLL_SCP_ADMIN_NOT_ALLOWED "\tAdministrator account is not allowed to be disabled."
  103. SCEDLL_SCP_GUEST_NOT_ALLOWED "\tGuest account is not allowed to be disabled."
  104. SCEDLL_SCP_TAKE_OWNER "\tTake ownership of object %s."
  105. SCEDLL_SCP_UAS "\tConfigure password OWF (UAS) information."
  106. SCEDLL_SCP_USERSETTINGS "\tConfigure user settings."
  107. SCEDLL_SCP_LSAPOLICY "\tConfigure LSA anonymous lookup setting."
  108. SCEDLL_SAP_INIT_ERROR "----Analysis engine was initialized with one or more errors.----"
  109. SCEDLL_SAP_INIT_SUCCESS "----Analysis engine was initialized successfully.----"
  110. SCEDLL_SAP_READ_PROFILE "\r\n----Reading Configuration Info..."
  111. SCEDLL_SAP_BEGIN_POLICY "\r\n\r\n----Analyze Security Policy..."
  112. SCEDLL_SAP_ACCESS_ERROR "\r\n\tSystem Access analysis was completed with one or more errors."
  113. SCEDLL_SAP_ACCESS_SUCCESS "\r\n\tSystem Access analysis completed successfully."
  114. SCEDLL_SAP_AUDIT_ERROR "\r\n\tAudit/Log analysis was completed with one or more errors."
  115. SCEDLL_SAP_AUDIT_SUCCESS "\r\n\tAudit/Log analysis completed successfully."
  116. SCEDLL_SAP_POLICY_ERROR "\r\n\tSecurity Policy analysis was completed with one or more errors."
  117. SCEDLL_SAP_BEGIN_PRIVILEGES "\r\n\r\n----Analyze User Rights..."
  118. SCEDLL_SAP_PRIVILEGES_ERROR "\r\n\tUser Rights analysis was completed with one or more errors."
  119. SCEDLL_SAP_PRIVILEGES_SUCCESS "\r\n\tUser Rights analysis completed successfully."
  120. SCEDLL_SAP_BEGIN_USERSETTING "\r\n\r\n----Analyze user security setting..."
  121. SCEDLL_SAP_USERSETTING_ERROR "\r\n\tUser security analysis was completed with one or more errors."
  122. SCEDLL_SAP_USERSETTING_SUCCESS "\r\n\tUser security analysis completed successfully."
  123. SCEDLL_SAP_BEGIN_GROUPMGMT "\r\n\r\n----Analyze Group Membership..."
  124. SCEDLL_SAP_GROUPMGMT_ERROR "\r\n\tGroup Membership analysis was completed with one or more errors."
  125. SCEDLL_SAP_GROUPMGMT_SUCCESS "\r\n\tGroup Membership analysis completed successfully."
  126. SCEDLL_SAP_BEGIN_REGISTRY "\r\n\r\n----Analyze Registry Keys..."
  127. SCEDLL_SAP_REGISTRY_ERROR "\r\n\tRegistry keys analysis was completed with one or more errors."
  128. SCEDLL_SAP_REGISTRY_SUCCESS "\r\n\tRegistry keys analysis completed successfully."
  129. SCEDLL_SAP_BEGIN_FILE "\r\n\r\n----Analyze File Security..."
  130. SCEDLL_SAP_FILE_ERROR "\r\n\tFile Security analysis was completed with one or more errors."
  131. SCEDLL_SAP_FILE_SUCCESS "\r\n\tFile Security analysis completed successfully."
  132. SCEDLL_SAP_BEGIN_DS "\r\n\r\n----Analyze Active Directory Security..."
  133. SCEDLL_SAP_DS_ERROR "\r\n\tActive Directory Security analysis was completed with one or more errors."
  134. SCEDLL_SAP_DS_SUCCESS "\r\n\tActive Directory Security analysis completed successfully."
  135. SCEDLL_SAP_BEGIN_GENERALSVC "\r\n\r\n----Analyze General Service Settings..."
  136. SCEDLL_SAP_GENERALSVC_ERROR "\r\n\tGeneral Service analysis was completed with one or more errors."
  137. SCEDLL_SAP_GENERALSVC_SUCCESS "\r\n\tGeneral Service analysis completed successfully."
  138. SCEDLL_SAP_BEGIN_ATTACHMENT "\r\n\r\n----Analyze available attachment engines..."
  139. SCEDLL_SAP_ATTACHMENT_ERROR "\r\n\tError may occur in attachment engines analysis."
  140. SCEDLL_SAP_ATTACHMENT_SUCCESS "\r\n\tAttachment engines analysis completed successfully."
  141. SCEDLL_SAP_KERBEROS_ERROR "\r\n\tKerberos policy analysis was completed with one or more errors."
  142. SCEDLL_SAP_KERBEROS_SUCCESS "\r\n\tKerberos policy analysis completed successfully."
  143. SCEDLL_SAP_REGVALUES_ERROR "\r\n\tRegistry values analysis was completed with one or more errors."
  144. SCEDLL_SAP_REGVALUES_SUCCESS "\r\n\tRegistry values analysis completed successfully."
  145. SCEDLL_SAP_UNINIT "\r\n\r\n----Un-initialize analysis engine..."
  146. SCEDLL_SAP_ANALYZE "\tAnalyze %s."
  147. SCEDLL_SAP_ERROR_ACL "\tError comparing ACL of %s."
  148. SCEDLL_SAP_ERROR_ADD "\tError adding object %s."
  149. SCEDLL_SAP_ERROR_ADMINISTRATOR "\tError analyzing administrator account."
  150. SCEDLL_SAP_ERROR_ANALYZE "\tError analyzing %s."
  151. SCEDLL_SAP_ERROR_DISABLE_ADMIN "\tError analyzing Administrator account status."
  152. SCEDLL_SAP_ERROR_DISABLE_GUEST "\tError analyzing Guest account status."
  153. SCEDLL_SAP_ERROR_ENUMERATE "\tError enumerating info for %s."
  154. SCEDLL_SAP_ERROR_EVENT_AUDITING "\tError analyzing event audit settings."
  155. SCEDLL_SAP_ERROR_GUEST "\tError analyzing guest account."
  156. SCEDLL_SAP_ERROR_KERBEROS "\tError analyzing kerberos policy."
  157. SCEDLL_SAP_ERROR_LOCKOUT "\tError analyzing account lockout information."
  158. SCEDLL_SAP_ERROR_LOGOFF "\tError analyzing account force logoff information."
  159. SCEDLL_SAP_ERROR_OUT "Errors occurred."
  160. SCEDLL_SAP_ERROR_PASSWORD "\tError analyzing password information."
  161. SCEDLL_SAP_ERROR_SAVE "\tError saving analysis result for %s."
  162. SCEDLL_SAP_ERROR_SECURITY "\tError analyzing security of %s."
  163. SCEDLL_SAP_ERROR_UAS "\tError analyzing password OWF (UAS) information."
  164. SCEDLL_SAP_EVENT_AUDITING "\tAnalyze event audit settings."
  165. SCEDLL_SAP_IGNORE_TEMPLATE "\tTemplate is ignored because the system was configured with another template."
  166. SCEDLL_SAP_KERBEROS "\tAnalyze kerberos policy."
  167. SCEDLL_SAP_LOCKOUT "\tAnalyze account lockout information."
  168. SCEDLL_SAP_LOGOFF "\tAnalyze account force logoff information."
  169. SCEDLL_SAP_LOGSETTINGS "\tAnalyze log settings."
  170. SCEDLL_SAP_NOT_SUPPORT "\tAttachment does not support analysis interface."
  171. SCEDLL_SAP_OTHER_POLICY "\tAnalyze other policy settings."
  172. SCEDLL_SAP_PASSWORD "\tAnalyze password information."
  173. SCEDLL_SAP_START_SECTION "\tError starting a new section %s."
  174. SCEDLL_SAP_UAS "\tAnalyze password OWF (UAS) information."
  175. SCEDLL_SAP_LSAPOLICY "\tAnalyze LSA anonymous lookup setting."
  176. SCEDLL_ACCOUNT_DOMAIN "\tError opening SAM account domain."
  177. SCEDLL_ADMIN_LOGON "\tAdministrative privileged user logged on."
  178. SCEDLL_ADMINISTRATORS_SID "\tError creating administrators SID."
  179. SCEDLL_BEGIN_INIT "Initializing engine, please wait..."
  180. SCEDLL_BEGIN_RECOVERY "Recovering database, please wait..."
  181. SCEDLL_CANNOT_FIND "\tCannot find %s."
  182. SCEDLL_CANNOT_FIND_INDS "\t\tActive Directory cannot resolve %s, which may be a foreign principal that is not allowed in membership."
  183. SCEDLL_COPY_DEFAULT "\tDefault policy from %s was copied in policy propagation."
  184. SCEDLL_COPY_LOCAL "\tCopy undo values to the merged policy."
  185. SCEDLL_CREATE_TABLE "\tCreate internal table--%s."
  186. SCEDLL_DELETE_TABLE "\tDelete internal table--%s."
  187. SCEDLL_ENGINE_STATUS_RESET "\tEngine error status was reset."
  188. SCEDLL_ERROR_ADJUST "\tError adjusting privilege %s."
  189. SCEDLL_ERROR_ALIAS_MEMBER "\tAliases cannot be members of other groups."
  190. SCEDLL_ERROR_ALIAS_MEMBEROF "\tMember Of list contains invalid alias %s"
  191. SCEDLL_ERROR_ANALYZE_MEMBEROF "\tError analyzing MemberOf list of group %s."
  192. SCEDLL_ERROR_ANALYZE_MEMBERS "\tError analyzing group members of %s."
  193. SCEDLL_ERROR_BUILD_SD "\tError building security descriptor for %s."
  194. SCEDLL_ERROR_COMPUTESD "\tError computing inherited security for tree %s."
  195. SCEDLL_ERROR_CONVERT "\tError converting %s."
  196. SCEDLL_ERROR_CONVERT_LDAP "\tError getting LDAP name of domain root."
  197. SCEDLL_ERROR_CONVERT_SECTION "\tError converting section %s."
  198. SCEDLL_ERROR_COPY "\tError copying local policy to start policy propagation."
  199. SCEDLL_ERROR_COPY_DEFAULT "\tError copying default policy from section %s."
  200. SCEDLL_ERROR_CREATE "\tError creating %s."
  201. SCEDLL_ERROR_DELETE "\tError deleting %s."
  202. SCEDLL_ERROR_DELETE_DB "\tCan't delete the existing internal database."
  203. SCEDLL_ERROR_GENERATE "\tError generating template %s."
  204. SCEDLL_ERROR_IGNORE_POLICY "\t%s is ignored to be defined in default policy because it may break W2K clients."
  205. SCEDLL_ERROR_RECOVER_DB "\tJetInit() cannot recover some database(s). Run esentutl /g to check the integrity of the security database %windir%\security\Database\secedit.sdb. If it is corrupt, attempt a soft recovery first by running esentutl /r in the %windir%\security directory. If soft recovery fails, attempt a repair with esentutl /p on %windir%\security\Database\secedit.sdb. Then delete the log files in %windir%\security."
  206. SCEDLL_ERROR_LOAD "Error loading attachment %s."
  207. SCEDLL_ERROR_LOOKUP "\tError occurred during lookup of all accounts."
  208. SCEDLL_ERROR_OPEN "\tError opening %s."
  209. SCEDLL_ERROR_PROCESS_UNICODE "\tError converting Unicode string for %s."
  210. SCEDLL_ERROR_QUERY_EVENT_AUDITING "\tError querying event audit settings."
  211. SCEDLL_ERROR_QUERY_INFO "\tError querying info of %s."
  212. SCEDLL_ERROR_QUERY_LOCKOUT "\tError querying account lockout information."
  213. SCEDLL_ERROR_QUERY_LOGOFF "\tError querying account force logoff information."
  214. SCEDLL_ERROR_QUERY_LOGSETTINGS "\tError querying log settings."
  215. SCEDLL_ERROR_QUERY_PASSWORD "\tError querying password information."
  216. SCEDLL_ERROR_QUERY_SECURITY "\tError querying security of %s."
  217. SCEDLL_ERROR_QUERY_UAS "\tError querying password OWF (UAS) information."
  218. SCEDLL_ERROR_QUERY_VOLUME "\tError querying volume information on %s."
  219. SCEDLL_ERROR_SAVE_REGISTRY "\tError saving default settings--%s."
  220. SCEDLL_ERROR_SET_INFO "\tError configuring %s."
  221. SCEDLL_ERROR_SET_SECURITY "\tError setting security on %s."
  222. SCEDLL_ERROR_START_TRANS "\tCannot start file translation."
  223. SCEDLL_ERROR_TAKE_OWNER "\tError taking ownership of %s."
  224. SCEDLL_ERROR_USER_MEMBER "\tUser objects cannot have members."
  225. SCEDLL_ERROR_WRITE_INFO "\t\tError writing info for %s."
  226. SCEDLL_EVENT_IS_OFF "\tEvent audit settings are turned off."
  227. SCEDLL_EVENT_RESTORED "\tEvent audit settings are restored."
  228. SCEDLL_FIND_DBLOCATION "\tFind database %s."
  229. SCEDLL_GENERATE_TEMPLATE "\r\n\r\n----Generate Template %s."
  230. SCEDLL_INVALID_GROUP "\tInvalid group name %s."
  231. SCEDLL_INVALID_PATH "\tInvalid template path %s."
  232. SCEDLL_INVALID_SECURITY "\tInvalid security to set to %s."
  233. SCEDLL_INVALID_USER "\tInvalid user name."
  234. SCEDLL_LOAD_ATTACHMENT "\tLoad attachment %s."
  235. SCEDLL_LOGFILE_INVALID "\tLog file %s cannot be opened for write. Logging to screen."
  236. SCEDLL_LSA_POLICY "\tError opening LSA policy."
  237. SCEDLL_NO_ACL_SUPPORT "\tNo acl support on volume %s."
  238. SCEDLL_NO_DETAIL "\tNo detail info for %s."
  239. SCEDLL_NO_MAPPINGS "\tNo system mapping was found for %s."
  240. SCEDLL_NOT_GROUP "\t%s is not a group."
  241. SCEDLL_PROCESS "\t\tProcessing %s."
  242. SCEDLL_PROCESS_TEMPLATE "\tParsing template %s."
  243. SCEDLL_SEPARATOR "-------------------------------------------"
  244. SCEDLL_TAB_SEPARATOR "\t----------------------------------------"
  245. SCEDLL_TIMESTAMP_ERROR "\tError process time stamp for %s."
  246. SCEDLL_TOTAL_TICKS_ERROR "\tError getting total ticks."
  247. SCEDLL_UNKNOWN_DBLOCATION "\tError searching default database location."
  248. SCEDLL_UNKNOWN_LOGON_USER "\tError detecting current logged on user."
  249. SCEDLL_USER_OBJECT "\tError opening the user object."
  250. SCEDLL_USERRIGHT_NOT_DEFINED "Some user rights are not defined in SecEdit."
  251. SCEDLL_STATUS_ERROR "Not Available - %s."
  252. SCEDLL_STATUS_MATCH "Match - %s."
  253. SCEDLL_STATUS_MISMATCH "Mismatch - %s."
  254. SCEDLL_STATUS_NC "Not Configured - %s."
  255. SCEDLL_STATUS_NEW "New - %s."
  256. SCEDLL_STATUS_NOACL "No Acl Support - %s."
  257. SCESRV_ALIAS_NAME_SERVER_OPS "Server Operators"
  258. SCESRV_ALIAS_NAME_ACCOUNT_OPS "Account Operators"
  259. SCESRV_ALIAS_NAME_PRINT_OPS "Print Operators"
  260. SCESRV_ALIAS_CREATE "Create account RID %x"
  261. SCESRV_ALIAS_UNSUPPORTED "UnsupportEd aCcount %s in SCE."
  262. IDS_WARNING "Warning"
  263. IDS_ERROR "Error"
  264. IDS_REGISTRY_DELAY_FILTER "Invoke Registry Value Delay Filter."
  265. IDS_ERROR_LOOKUP "\tError %x during lookup of %d sid(s)."
  266. IDS_ERROR_CONVERT_SID "Error convert SID to string."
  267. IDS_COPY_DOMAIN_GPO "Copy domain policy into default domain GPO."
  268. IDS_COPY_OU_GPO "Copy local policy into default OU GPO."
  269. IDS_COPY_PRIVILEGE_UPGRADE "Copy user rights into OU GPO: upgraded."
  270. IDS_COPY_PRIVILEGE_FRESH "Copy user rights into OU GPO: clean install."
  271. IDS_ERROR_GET_PROCADDR "Error 0x%x to get process address of %s."
  272. IDS_COPY_ONE_PRIVILEGE "\tCopy user right %s."
  273. IDS_NO_ANALYSIS "No analysis is needed because it's already done."
  274. IDS_NO_ANALYSIS_FRESH "Fresh install - analysis is not necessary."
  275. IDS_ANALYSIS_MISMATCH "%d mismatches are found under %s."
  276. IDS_ERROR_OPEN_LOG "Cannot open log file %s, the default log is being used."
  277. IDS_ERROR_BIND "Cannot bind to %s."
  278. IDS_FAIL "%s failed."
  279. SCESRV_POLICY_TATTOO_PREPARE "\t\tError %d opening system policy and undoing tables for section [%s]."
  280. SCESRV_POLICY_TATTOO_CHECK "\t\tUndo value for group policy setting <%s> was saved."
  281. SCESRV_POLICY_TATTOO_ERROR_SETTING "\t\tError %d querying/saving undo value for group policy setting <%s>."
  282. SCESRV_POLICY_TATTOO_EXIST "\t\tThere is already an undo value for group policy setting <%s>."
  283. SCESRV_POLICY_TATTOO_ERROR_CREATE "\tError allocating buffer to store undo settings."
  284. SCESRV_POLICY_TATTOO_ERROR_QUERY "\t\tError %d querying undo value for group policy setting <%s>."
  285. SCESRV_POLICY_TATTOO_REMOVE_SETTING "\t\tUndo value for undefined group policy setting <%s> was reset successfully and removed."
  286. SCESRV_POLICY_TATTOO_ERROR_REMOVE "\t\tError %d removing undo value for undefined group policy setting <%s>."
  287. SCESRV_POLICY_TATTOO_ERROR_RESET "\t\tUndo value for the undefined group policy setting <%s> wasn't reset successfully (%d). Undo value was not removed."
  288. SCESRV_POLICY_TATTOO_NONEXIST "\t\tThere is no undo value for the undefined group policy setting <%s>. The previous group policy setting was tattooed."
  289. SCESRV_POLICY_TATTOO_QUERY "\t\tUndo value for group policy setting <%s> was queried successfully."
  290. SCESRV_POLICY_TATTOO_ADD "\t\tAdd setting <%s> to the tattoo array (index %d)."
  291. SCESRV_POLICY_TATTOO_ARRAY "\t\tStart processing undo values for %d settings."
  292. SCESRV_POLICY_TATTOO_NOT_REMOVE_MEMBERS "\t\tExisting members of the group are not removed, if any, because invalid accounts are found in the undo membership."
  293. SCESRV_ENFORCE_DENY_LOCAL_RIGHT "\t\t%s cannot be assigned to Authenticated Users, Everyone, or Administrator(s) because it will block interactive logons."
  294. SCESRV_ENFORCE_DENY_NETWORK_RIGHT "\t\t%s cannot be assigned to Authenticated Users account or Everyone account or Enterprise Controllers account because it will block policy propagations and replications."
  295. SCESRV_ENFORCE_NETWORK_RIGHT "\t\t%s must be assigned to Enterprise Controllers account for policy propagation and replication to succeed."
  296. SCESRV_ENFORCE_LOCAL_RIGHT "\t\t%s must be assigned to administrators. This setting is adjusted."
  297. SCESRV_ERROR_ENFORCE_NETWORK_RIGHT "\t\tError assigning %s to Enterprise Controllers account. This setting may block domain controllers from replication and propagation."
  298. SCESRV_ERROR_ENFORCE_LOCAL_RIGHT "\t\tError assigning %s to Administrators account. This setting may block administrators from logging on interactively."
  299. SCESRV_POLICY_PENDING_SAM "\r\n\t\tThere are pending account policy changes from downlevel APIs. Policy engine ignores account policies for this propagation."
  300. SCESRV_POLICY_NEW_PENDING_SAM "\r\n\t\tThere are new pending account policy changes from downlevel APIs. Policy engine ignores account policies for this propagation."
  301. SCESRV_POLICY_PENDING_REQUERY "\tError re-querying pending notifications from the queue. Policy propagation may overwrite changes made by down-level SAM APIs."
  302. SCESRV_POLICY_PENDING_SAM_REQUERY "\r\n\t\tThere are pending SAM domain policy changes from downlevel APIs. Policy engine ignores these policies for this propagation from the re-query."
  303. SCESRV_POLICY_SAM_RESET_FILTER_SYNC "\tError resetting E_ScepSamFilterAndPolicyPropExclusion."
  304. SCESRV_POLICY_SAM_SET_FILTER_SYNC "\tError setting E_ScepSamFilterAndPolicyPropExclusion."
  305. SCESRV_POLICY_PENDING_AUDIT "\r\n\t\tThere are pending audit policy changes from downlevel APIs. Policy engine ignores audit policies for this propagation."
  306. SCESRV_POLICY_PENDING_REMOVE_RIGHTS "\tThere are pending user right changes from downlevel APIs. Some of the account rights are not removed by policy engine\r\n."
  307. SCESRV_POLICY_PENDING_RIGHTS "\t\tIgnore %s because there are pending user right changes for this account from downlevel APIs."
  308. SCESRV_POLICY_PENDING_QUERY "\tError querying pending notifications from the queue. Policy propagation may overwrite changes made by down-level LSA/SAM APIs."
  309. SCESRV_POLICY_ERROR_SPLAY_INITIALIZE "\tError initializing splay sentinel."
  310. SCESRV_ERROR_PRIVATE_LSA "\tError opening private LSA handle. Policy propagation aborted due to this error."
  311. SCESRV_ERROR_QUERY_ACCOUNT_RIGHTS "\tError querying user rights for account %s."
  312. IDS_ERROR_SAVE_POLICY_GPO_ACCOUNT "Error %d to save policy change for account %s in the default GPOs. For more debugging information, please look security\logs\scepol.log under Windows root."
  313. IDS_ERROR_SAVE_POLICY_GPO_OTHER "Error %d to save policy change in the default GPOs. For more debugging information, please look security\logs\scepol.log under Windows root."
  314. SCEDLL_ERROR_QUERYING_ACCOUNT_RIGHTS "\t\tError %d querying LSA to get user rights for user %s."
  315. SCEDLL_CONVERT_BAD_ENV_VAR "\t Error converting environment variable %s."
  316. SCEDLL_CONVERT_PROD_TYPE "\t Error getting product type from GetVersionEx."
  317. SCEDLL_CONVERT_ROOT_NTFS_VOLUME "\t Begin converting root volume %s."
  318. SCEDLL_CONVERT_SUCCESS_PROFILES_DIR "\t Converted user profiles folders under %s."
  319. SCEDLL_CONVERT_ERROR_PROFILES_DIR "\t Error converting user profiles folders under %s."
  320. SCEDLL_CONVERT_SUCCESS_IIS_DIR "\t Converted IIS folders under %s."
  321. SCEDLL_CONVERT_ERROR_IIS_DIR "\t Error converting IIS folders under %s."
  322. SCEDLL_CONVERT_ERROR_DLL_FUNCTION "\t Error %d in locating entry point %s in %s while processing %s."
  323. SCEDLL_CONVERT_ERROR_DLL_LOAD "\t Error %d loading %s while processing %s."
  324. SCEDLL_CONVERT_ERROR_TEMPLATE_APPLY "\t Error %d while configuring %s with setup template."
  325. SCEDLL_CONVERT_SUCCESS_TEMPLATE_APPLY "\t Configured %s with setup template."
  326. SCEDLL_CONVERT_ERROR_DACL "\t Error %d while converting SDDL string %s."
  327. SCEDLL_CONVERT_ERROR_MARTA "\t Error %d from MARTA while configuring %s."
  328. SCEDLL_CONVERT_SUCCESS_MARTA "\t Configured %s with MARTA."
  329. SCEDLL_CONVERT_ROOT_NON_NTFS "\t Attempt to set security on non-NTFS volume %s."
  330. SCEDLL_CONVERT_ROOT_ERROR_QUERY_VOLUME "\t Error %d getting information on volume %s."
  331. SCEDLL_CONVERT_ROOT_NOT_FIXED_VOLUME "\t Attempt to set security on non fixed volume %s."
  332. SCEDLL_CONVERT_ERROR_EVENT_HANDLE "\t Error %d opening event %s."
  333. SCEDLL_CONVERT_SUCCESS_EVENT_WAIT "\t Succesfully waited for event %s."
  334. SCEDLL_CONVERT_ERROR_EVENT_WAIT "\t Error %d waiting for event %s."
  335. SCEDLL_CONVERT_SUCCESS_REGVAL_QUERY "\t Queried registry value %s with value %s."
  336. SCEDLL_CONVERT_ERROR_REGVAL_QUERY "\t Error %d querying registry value %s."
  337. SCEDLL_CONVERT_NOTEXIST_REGVAL "\t Registry value %s does not exist."
  338. SCEDLL_CONVERT_STATUS_CREATING_THREAD "\t Status code %d creating thread %s."
  339. IDS_ERROR_CONVERT_PARAMETER "Invalid parameter passed to FAT to NTFS security conversion routine."
  340. IDS_INFO_CONVERT_DRIVE "Security was set on drive %s with success code %d"
  341. IDS_ERROR_CONVERT_BAD_ENV_VAR "Error getting environment variable %s."
  342. IDS_ERROR_CONVERT_PROD_TYPE "Error %d getting product type."
  343. IDS_FREE_DISK_SPACE "The volume containing sysvol share has only %d bytes free for policy to use. Please free space (above 5MB) in order for policy notification to continue"
  344. SCEDLL_SCP_ERROR_LSAPOLICY_QUERY "\tError querying LSA anonymous lookup setting."
  345. SCEDLL_SCP_ERROR_LSAPOLICY_SET "\tError setting LSA anonymous lookup setting."
  346. SCEDLL_SCP_ERROR_LSAPOLICY_BUILDDACL "\tError building LSA anonymous lookup setting security descriptor."
  347. SCEDLL_SCP_ERROR_LSAPOLICY_SD_INIT "\tError initializing LSA anonymous lookup setting security descriptor."
  348. SCEDLL_SCP_ERROR_LSAPOLICY_AUTHZ "\tError in Authz APIs while configuring LSA anonymous lookup setting."
  349. SCEDLL_SAP_ERROR_LSA_ANON_LOOKUP "\tError analyzing LSA lookup names setting."
  350. SCEDLL_SCP_INFO_LSAPOLICY_EXISTING_SDDL "\tLSA anonymous lookup names setting : existing SD = %s."
  351. SCEDLL_SCP_INFO_LSAPOLICY_COMPUTED_SDDL "\tLSA anonymous lookup names setting : computed SD = %s."
  352. SCEDLL_EMPTY_MEMBERSHIP "\t\tNo existing member/memberof is found."
  353. SCEDLL_SCP_ERROR_NOREMOVE "\t\tOne or more new members failed to be added so some existing members are not removed."
  354. SCESRV_SETUPUPD_ERROR_LMCOMPAT "\t\tError %d querying existing value for the special LanMan setting <%s>."
  355. SCESRV_SETUPUPD_IGNORE_LMCOMPAT "\t\tLanMan setting <%s> is ignored because system has a higher value already."
  356. SCESRV_POLICY_ERROR_VERIFY_SYNC "\tError %d to verify policy synchronization with PDC."
  357. SCESRV_POLICY_ERROR_LOCALDC "\tCheck your local domain controller status."
  358. SCESRV_POLICY_ERROR_PDCROLE "\tCheck your network configuration and/or the primary domain controller status."
  359. SCESRV_POLICY_ERROR_FILE_OUTOFSYNC "\tCheck the domain controller group policy template on local DC and on PDC to make sure they are synchronized."
  360. END