Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Viewing Jobs

Question:

Can I allow a group of people to view a job I set up?

Answer:

JobScheduler web and XML interface via TCP/IP can be configured to restrict access to a number of hosts:

...

Code Block
<security ignore_unknown_hosts = "yes">
  <allowed_host host = "192.11.0.0"  level = "info"/>
  <allowed_host host = "192.11.0.99" level = "none"/>
  <allowed_host host = "192.11.0.27" level = "all"/>
</security>

This configuration is translated as follows:

...