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.

...

An example of UACL entries in a UACL configuration file is listed below.

Panel

Html bobswift

<pre>
ucmd_access        10.20.30.,TS1004,tsup1004,allow,noauth
ucmd_access        10.20.30.,TS1004,*,allow,auth
ucmd_access        10.20.30.,*,*,deny,auth
ucmd_access        ALL,*,root,deny,auth

ucmd_cert_access   joe,tsup1004,allow,noauth
ucmd_cert_access   joe,*,allow,auth
ucmd_cert_access   operations,*,deny,auth
ucmd_cert_access   *,root,deny,auth
</pre>

Rule Syntax

The UACL entry rule consists of a comma-separated list of values. If there is a space or tab character in the list of values, the entire list must be enclosed in quotation (") characters. What values are required and the meaning of each value is specific to the UACL entry type and are defined in the Universal Agent component documentation for its UACL entries.

...