UAG_WORK_REQUEST - UAG UACL Entry

Description

A UAG_WORK_REQUEST UACL entry either allows or denies access to a task execution request and if allowed, specifies whether or not user authentication is performed.

The search for a UAG_WORK_REQUEST entry is based on the local user identifier with which the task is requested to execute. The first UACL entry found that matches the request will be used. If no match is found, the request is allowed to execute and the user account, if provided, is authenticated.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

UACL File Keyword

uag_work_request local_user,access,auth

(tick)

(tick)

(tick)

Values

The local_user is the local user identifier specified in the Universal Agent task credentials. Generic masking is supported for the value.

See UACL Entries for more information on generic masking support.


Valid values for access are:

  • deny - Universal Agent request to execute the task is denied.
  • allow - Universal Agent request to execute the task is allowed.


Valid values for auth are:

  • auth - User authentication is performed.
  • noauth - User authentication is not performed. The task will execute with the requested user identifier without authenticating the user account.

Windows

The noauth value is not valid.