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
1107673
1107673
The following set of rules permit services for the subnet 10.20.30 and denies all other connections unless an X.509 certificate is presented that maps to certificate ID operations.

Panel

Html bobswift

<pre>
uem_access     10.20.30.,*,*,allow,auth
uem_access     ALL,*,*,deny,auth
</pre>


Anchor
1107685
1107685
The following set of rules effectively permit connections from any host but has limited access from host 10.20.30.40 to user TS1004 on that host.

  • No host can monitor events as local user root.
  • User TS1004 on host 10.20.30.40 can monitor events as local user tsup1004 without providing the password.
  • Users TS1004 from host 10.20.30.40 can execute commands as any local user by providing the local user password.
Panel

Html bobswift

<pre>
uem_access     10.20.30.40,TS1004,tsup1004,allow,noauth
uem_access     10.20.30.40,TS1004,*,allow,auth
uem_access     10.20.30.40,*,*,deny,auth
uem_access     ALL,*,root,deny,auth
</pre>

Anchor
1107773
1107773
Components

...