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 »

Description

An OMS_ACCESS UACL entry controls from which TCP/IP addresses clients are permitted to establish a TCP/IP connection with the OMS server.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

UACL File Keyword

oms_access host,access,certrule



(tick)

(tick)


Values

Valid values for access are

  • allow to allow access to the OMS server.
  • deny to deny access to OMS server.

Refer to UACL Entries for details on host specification.


Valid values for certrule are:

  • cert - When access is allow, the connect is initially accepted but subject to OMS_CERT_ACCESS evaluation.
  • nocert - Access is governed by host matching rather than client certificate presentation.

Default is nocert.

Examples

The following example allows access to any OMS client with an IP address of 10.20.30.40 and deny access to any other connection attempt.

oms_access

10.20.30.40,allow

oms_access

ALL,deny


The following example allows access to any OMS client with an IP address of 10.20.30.40 and will evaluate the cert access rules.

oms_access

10.20.30.40,allow,cert


The following example allows access to any OMS client with an IP address of 10.20.30.40 and no further evaluation will take place.

oms_access

10.20.30.40,allow,nocert

Default

oms_access

ALL,allow

  • No labels