system global variables array $config --> global variable pointing to configuration information $a_aliases --> $config['aliases']['alias'] array $title --> title string for import alias engine type $used --> array of currently used engine 'bind_to' Alias names $selectalias --> boolean to display radio buttons instead of checkboxes $mode --> string value to indicate current operation mode Information is returned from this page via the following form fields: aliastoimport[] --> checkbox array containing selected alias names save_import_alias --> Submit button for save operation and exit cancel_import_alias --> Submit button to cancel operation and exit ************************************************************************************/ ?> "") echo ''; if ($selectalias == true) { $fieldtype = "radio"; $header = gettext("Select an Alias to use as {$title} target from the list below."); } else { $fieldtype = "checkbox"; $header = gettext("Select one or more Aliases to use as {$title} targets from the list below."); } ?>
=$header;?> | |||||||||
|
|||||||||
"/> | |||||||||
"/> "/> | |||||||||
=gettext("Note:"); ?> =gettext("Fully-Qualified Domain Name (FQDN) host Aliases cannot be used as Suricata configuration parameters. Aliases resolving to a single FQDN value are disabled in the list above. In the case of nested Aliases where one or more of the nested values is a FQDN host, the FQDN host will not be included in the {$title} configuration.");?> |