Skip Navigation

Customize the 
OPM
 configuration for each account

You can use the default 
OPM
 configuration for all accounts or you can add customized configurations for each account, as needed. For example, if you need enable digital signing for one account, you can create a custom configuration.
  1. In the 
    NDS
     console, navigate to 
    Management
     > 
    Account
    .
  2. Record the Account ID for the account that needs a customized 
    OPM
     account configuration. You will need this ID in a later step.
  3. From the 
    NDS
     server file system, open the following folder: 
    AtHocENS\DeliveryServer\Plugins\OPM Plugin
    .
  4. Copy the contents of the following file: 
    nds.plugins.opm.accountConfig.xml
    .
  5. In the 
    NDS
     console, navigate to 
    Management
     > 
    Configuration
    .
    The list of plug-in keys is displayed.
  6. Click 
    New Configuration
     and enter the following information into the fields:
    • New Key:
       Enter 
      nds.plugins.opm.accountConfig
    • AccountId:
       Enter the Account ID that you saved in Step 1.
    • Device Type:
       Insert the string 
      email
      .
    • Value:
       Paste the contents of the following file that you copied: 
      nds.plugins.opm.accountConfig.xml
      .
  7. Optionally, add a sub-domain for each account. The default for each account is the system domain, unless you modify it as shown in the following example.
    <AccountConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <accountId>10009</accountId> <accountThrottle>0</accountThrottle> <targetThrottle>0</targetThrottle> <subDomain>your_domain_name</subDomain> <displayInfo>
  8. Click 
    Save
     and verify that the custom configuration was added:
    • The 
      NDS
       console configuration should have the added configuration under the key.
    • AtHoc
       Event Viewer should show the message that new configuration was uploaded.