2022.2

Table Of Contents
3. Define the permissions for the user (see below).
4. Click OK to save the changes.
Defining or changing permissions
The Permissions section of the SOAP tab displays all of the processes that are available in the live
configuration (the one that the PlanetPress service uses). To change or define the permissions for a
SOAP user:
1. In the top Username section, click on the user name of which to modify permissions.
2. Place a checkmark in each process that the user should have access to.
3. Check Monitoring(read) to give permission to the GetProcessList and GetProcessTaskList
actions for SOAP.
4. Monitoring(write) is currently not implemented.
5. Click OK to save the changes.
Note: In order for the changes made here to be effective, you will need to restart the PlanetPress
Messenger service. This can be done via the PlanetPress Workflow Service Console.
Access Manager hosts.allow File
The Access Manager saves all its configuration in a physical location on the hard drive, and can be
manually edited when necessary, for instance when Image is installed as a standalone (using the Mes-
sengerSendJob property).
The physical location for the hosts.allow file is %PROGRAMDATA%\Objectif Lune\PlanetPress
Workflow 8
File Format
The hosts.allow file is an XML file. Here is an example:
<?xml version="1.0" ?>
<Permissions>
<MessengerSendDoc>127.0.0.1</MessengerSendDoc>
<MessengerSendJob>127.0.0.1</MessengerSendJob>
<MessengerSendConfig>127.0.0.1</MessengerSendConfig>
<LPD>255.255.255.255</LPD>
<LPD>127.0.0.1</LPD>
<HTTP>255.255.255.255</HTTP>
<HTTP>127.0.0.1</HTTP>
</Permissions>
Page 707