Previous Topic: SCHEDULE

Next Topic: SLICE

SECURITY

Use the SECURITY parameter to specify how security is implemented in your installation and to assign the CA‑GSS default user ID.

Syntax

Use this format for the SECURITY parameter:

SECURITY {NONE|SAF} [DEFAULT userid]

Arguments

The SECURITY parameter takes these arguments.

Argument

Description

NONE

No attempt will be made to limit processing by user ID. All IMOD tasks and subtasks will execute under the authority of the CA‑GSS address space.

CA‑GSS will still attempt to obtain a user ID for each requestor and that user ID will be passed to IMODs and ADDRESS environments that request the information.

SAF

This option should be coded if a SAF-compatible security system is installed. CA‑GSS' CALLs to SAF and its use of ACEEs are compatible with operating-system requirements. All security software should support the needed functions.

Userid

There are times when a user ID cannot be assigned to a request. For example, some started tasks do not have user IDs. When no user ID can be determined, this default value will be used.

Note: This default must be recognized as a valid user ID by your security system.

Usage Notes