Importing a configuration file

Upload a configuration file that configures the security settings for multiple access controls. After you import a configuration file, all access controls in the file are set to ES_Users_Template.

  1. Using a text editor, create an XML file using the following format:

    <FunctionAccessControls>

    <FunctionAccessControl>esf.eSF_bundle_name.eSF_FAC_ID </FunctionAccessControl>

    </FunctionAccessControls>

    To get eSF_bundle_name and eSF_FAC_ID, do the following:

    1. From the Embedded Web Server, click Settings or Configuration, and then click Import/Export > Export Security Setups file.

    2. Open the exported authfile.ucf file using a text editor, and then locate the access control entries. For example, accessControl=esf.scanToNet.scanToNetworkFAC;\.

    Sample configuration file:

    <FunctionAccessControls>
    <FunctionAccessControl>esf.scanToNet.scanToNetworkFAC</FunctionAccessControl>
    </FunctionAccessControls>
    Note: More eSF access controls can be added to the configuration file.
  2. From the Embedded Web Server, access the configuration page for the application.

  3. From the FAC Configuration File section, select the XML configuration file to import.

  4. Apply the changes.