Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

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

Panel

Html bobswift

<pre>
ubroker_access     10.20.30.,*,allow,allow
ubroker_access     ALL,*,deny,deny
</pre>


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

Panel

Html bobswift

<pre>
ubroker_access     10.20.30.40,allow
ubroker_access     10.20.30.50,allow
ubroker_access     ALL,deny
</pre>


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

Panel

Html bobswift

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

Anchor
1078578
1078578
Components

...