Customize the OPM configuration for each account
OPM
configuration for each accountYou 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.- In theNDSconsole, navigate toManagement>Account.
- Record the Account ID for the account that needs a customizedOPMaccount configuration. You will need this ID in a later step.
- From theNDSserver file system, open the following folder:AtHocENS\DeliveryServer\Plugins\OPM Plugin.
- Copy the contents of the following file:nds.plugins.opm.accountConfig.xml.
- In theNDSconsole, navigate toManagement>Configuration.The list of plug-in keys is displayed.
- ClickNew Configurationand enter the following information into the fields:
- New Key:Enternds.plugins.opm.accountConfig
- AccountId:Enter the Account ID that you saved in Step 1.
- Device Type:Insert the stringemail.
- Value:Paste the contents of the following file that you copied:nds.plugins.opm.accountConfig.xml.
- 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>
- ClickSaveand verify that the custom configuration was added:
- TheNDSconsole configuration should have the added configuration under the key.
- AtHocEvent Viewer should show the message that new configuration was uploaded.