Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Universal Broker for z/OS

The following set of rules authorize the Universal Enterprise Controller at address 10.20.30, with update access to the product configuration files and setting of the configuration managed mode of the Broker, and denies all other connections.

remote_config_access     10.20.30.,*,allow,allow
remote_config_access     ALL,*,deny,deny


The following set of rules permit connections for the subnet 10.20.30 and denies all other connections.

ubroker_access     10.20.30.,allow
ubroker_access     ALL,deny


The following set of rules permit connections from host 10.20.30.40 and 10.20.30.50 and denies all other connections.

ubroker_access     10.20.30.40,allow
ubroker_access     10.20.30.50,allow
ubroker_access     ALL,deny


The following set of rules map X.509 certificates to certificate identifiers.

cert_map           id=joe,subject="/C=US/ST=Georgia/O=Acme, Inc./
                                   OU=Sales/CN=Joe Black"

Components

Universal Broker for z/OS

  • No labels