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.
239 lines
9.5 KiB
239 lines
9.5 KiB
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
//
|
|
// aaaamon.rc
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
#include "strdefs.h"
|
|
|
|
STRINGTABLE
|
|
{
|
|
MSG_NULL, ""
|
|
|
|
HLP_AAAA_HELP1, "Displays help.\n"
|
|
|
|
HLP_AAAA_HELP1_EX, "\
|
|
\nUsage: %1!s!\n\
|
|
\n Displays help.\n\n"
|
|
|
|
HLP_AAAA_DUMP, "Dumps aaaa configuration info in script form.\n"
|
|
|
|
HLP_AAAA_DUMP_EX "\
|
|
\n%1!s! \
|
|
\n \
|
|
\n Dumps aaaa configuration information in script form. \
|
|
\n\n"
|
|
|
|
HLP_GROUP_SET, "Sets configuration information.\n"
|
|
HLP_GROUP_SHOW, "Displays information.\n"
|
|
|
|
HLP_AAAACONFIG_SHOW, "Dumps aaaa configuration info in script form.\n"
|
|
HLP_AAAACONFIG_SET, "Sets the configuration of the aaaa server from a script.\n"
|
|
|
|
HLP_AAAAVERSION_SHOW, "Displays the version of a aaaa configuration database.\n"
|
|
|
|
HLP_AAAACONFIG_SERVER_SETTINGS, "Dumps aaaa server settings in script form.\n"
|
|
HLP_AAAACONFIG_CLIENTS, "Dumps aaaa clients settings in script form.\n"
|
|
HLP_AAAACONFIG_CONNECTION_REQUEST_POLICIES, "Dumps aaaa connection request policies settings in script form.\n"
|
|
HLP_AAAACONFIG_LOGGING, "Dumps aaaa logging settings in script form.\n"
|
|
HLP_AAAACONFIG_REMOTE_ACCESS_POLICIES, "Dumps aaaa remote access policies settings in script form.\n"
|
|
|
|
|
|
HLP_AAAACONFIG_SHOW_EX, "\
|
|
\n %1!s! \
|
|
\n \
|
|
\n Displays (dump) the state of the aaaa configuration. \
|
|
\n \
|
|
\n\n"
|
|
|
|
HLP_AAAACONFIG_SET_EX, "\
|
|
\n %1!s! [type=server_settings | clients | connection_request_policies | logging | remote_access_policies] blob = {\
|
|
\n DataBlock \
|
|
\n } \
|
|
\n \
|
|
\n Set the configuration of the aaaa engine. \
|
|
\n \
|
|
\n \
|
|
\n Running the set config command manually is not supported. This command is\
|
|
\n used only within a Netsh command script that is created by using the dump\
|
|
\n or show commands. \
|
|
\n \
|
|
\n To view the version of the IAS database on which the Netsh script is \
|
|
\n being run, use the show version command. Scripts older than those \
|
|
\n created by a member of the Windows Server 2003 family are \
|
|
\n supported. \
|
|
\n \
|
|
\n The configuration of IAS Servers running on products in the Windows 2000\
|
|
\n Server family can be imported into products in the Windows \
|
|
\n Server 2003 family with set config. The reverse, however, is not \
|
|
\n possible. \
|
|
\n \
|
|
\n"
|
|
|
|
HLP_AAAAVERSION_SHOW_EX, "\
|
|
\n %1!s! \
|
|
\n \
|
|
\n Displays the version of the aaaa engine. \
|
|
\n \
|
|
\n\n"
|
|
|
|
|
|
HLP_AAAACONFIG_SERVER_SETTINGS_EX, "\
|
|
\n %1!s! \
|
|
\n \
|
|
\n Displays (dump) aaaa server settings in script form.
|
|
\n \
|
|
\n\n"
|
|
|
|
HLP_AAAACONFIG_CLIENTS_EX, "\
|
|
\n %1!s! \
|
|
\n \
|
|
\n Displays (dump) aaaa clients settings in script form.
|
|
\n \
|
|
\n\n"
|
|
|
|
HLP_AAAACONFIG_CONNECTION_REQUEST_POLICIES_EX, "\
|
|
\n %1!s! \
|
|
\n \
|
|
\n Displays (dump) aaaa connection request policies settings in script form.
|
|
\n \
|
|
\n\n"
|
|
|
|
HLP_AAAACONFIG_LOGGING_EX, "\
|
|
\n %1!s! \
|
|
\n \
|
|
\n Displays (dump) aaaa logging settings in script form.
|
|
\n \
|
|
\n\n"
|
|
|
|
HLP_AAAACONFIG_REMOTE_ACCESS_POLICIES_EX, "\
|
|
\n %1!s! \
|
|
\n \
|
|
\n Displays (dump) aaaa remote access policies settings in script form.
|
|
\n \
|
|
\n\n"
|
|
|
|
|
|
MSG_CMD_NOT_IMPLEMENTED, "\n%1!s! command not yet implemented.\n\n"
|
|
|
|
MSG_AAAA_SCRIPTHEADER, "\
|
|
\n \
|
|
\n# ----------------------------------------- \
|
|
\n# aaaa Configuration \
|
|
\n# ----------------------------------------- \
|
|
\n# This script will NOT work across different versions of IAS.\
|
|
\n# ----------------------------------------- \
|
|
\n"
|
|
|
|
MSG_AAAA_SCRIPTFOOTER, "\
|
|
\n# End of aaaa configuration. \
|
|
\n \
|
|
\n \
|
|
\n"
|
|
|
|
|
|
MSG_AAAACONFIG_SET_SUCCESS, "\
|
|
\naaaa server configuration successfully set. \
|
|
\n \
|
|
\n"
|
|
|
|
MSG_AAAACONFIG_SET_FAIL, "\
|
|
\nFailed attempting to set the aaaa configuration. \
|
|
\n \
|
|
\n"
|
|
|
|
MSG_AAAACONFIG_SHOW_SUCCESS, "\
|
|
\naaaa server configuration successfully dumped: \
|
|
\n \
|
|
\n"
|
|
|
|
MSG_AAAACONFIG_SHOW_FAIL, "\
|
|
\nFailed attempting to show the aaaa configuration. \
|
|
\n \
|
|
\n"
|
|
|
|
MSG_AAAAVERSION_SHOW_SUCCESS, "\
|
|
\naaaa server version successfully retrieved. \
|
|
\n \
|
|
\n"
|
|
|
|
MSG_AAAAVERSION_SHOW_FAIL, "\
|
|
\nFailed attempting to show the aaaa version. \
|
|
\n \
|
|
\n"
|
|
|
|
|
|
MSG_AAAACONFIG_SHOW_HEADER, "\
|
|
\n# aaaa configuration script. \
|
|
\n# Known Issues and limitations: \
|
|
\n# Import/Export between different versions is not supported.\
|
|
\n"
|
|
|
|
MSG_AAAACONFIG_SHOW_FOOTER, "\
|
|
\n# End of aaaa show config\
|
|
\n"
|
|
|
|
MSG_AAAAVERSION_GET_FAIL, "\
|
|
\nFailed getting the version information. \
|
|
\n"
|
|
|
|
MSG_AAAACONFIG_SHOW_INVALID_SYNTAX, "\
|
|
\naaaa Show config Syntax Error. \
|
|
\n"
|
|
|
|
MSG_AAAACONFIG_SET_REGISTRY_FAIL, "\
|
|
\nThe registry couldn't be updated. \
|
|
\n"
|
|
|
|
MSG_AAAACONFIG_SET_REFRESH_FAIL "\
|
|
\n aaaa server configuration was successfully set, \
|
|
\n but the service configuration was not refreshed. \
|
|
\n Restart the service to implement the new configuration.\
|
|
\n"
|
|
|
|
MSG_AAAACONFIG_LICENSE_VIOLATION, "\
|
|
\nFailed attempting to set the aaaa configuration due to license violation. \
|
|
\n \
|
|
\n"
|
|
EMSG_AAAACONFIG_SHOW_FAIL "\
|
|
\n aaaa show version failed.\
|
|
\n Unexpected error.\n"
|
|
|
|
EMSG_TAG_ALREADY_PRESENT, "\
|
|
Two or more arguments in the command have the same tag.\n"
|
|
|
|
EMSG_CANT_FIND_EOPT, "\
|
|
One or more essential parameters not specified\n"
|
|
|
|
EMSG_BAD_OPTION_VALUE, "\
|
|
%1!s! is not an acceptable value for %2!s!.\n"
|
|
|
|
EMSG_INCOMPLETE_COMMAND, "\
|
|
The command is incomplete. The possible completions are:\n\n"
|
|
|
|
EMSG_UNABLE_TO_CREATE_FILE, "\
|
|
Unable to create file %1!s!. Error %2!d!\n"
|
|
|
|
EMSG_OPEN_DB_FAILED,"\
|
|
OpenJetDatabase failed\n"
|
|
|
|
EMSG_AAAACONFIG_UPGRADE_FAIL, "\
|
|
\n The configuration cannot be set from this script.\
|
|
\n \n"
|
|
|
|
|
|
}
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Aaaa Monitor DLL"
|
|
#define VER_INTERNALNAME_STR "aaaamon.dll"
|
|
#define VER_ORIGINALFILENAME_STR "aaaamon.dll"
|
|
|
|
#include "common.ver" // NT5.0 version file.
|