LOGON_METHOD - UEM Server configuration option

Description

The LOGON_METHOD option specifies the logon method used when a user is logged on by UEM Server prior to execution of an event handler process.

Note

If the UEM Server's USER_SECURITY option is set to none, the LOGON_METHOD option is ignored.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Configuration File Keyword

logon method

(tick)

UEM Load Override

n/a

UEM Manager Override

n/a

Value

method is the logon method used.

Valid values for method are:

  • batch
    Windows log on type is batch. A batch logon is provided to establish an execution environment for processes that execute on a user's behalf, but without that user's direct interaction. When this logon type is used, the user account must have the "Allow log on as a batch job" permission granted to it. Likewise, the account must not have the "Deny log on as a batch job" policy assigned to it.
  • interactive
    Windows logon type is interactive. An interactive logon establishes an execution environment similar to one a user could expect to have when physically logged in to a workstation. When this logon type is used, the user account must have the "Allow log on locally" permission granted to it. Likewise, the account must not have the "Deny log on locally" policy assigned to it.

Default is interactive.