LOGON_METHOD - UDM Server configuration option
Description
The LOGON_METHOD option specifies the user's log on method.
If the UCMD Server is configured for user security (see USER_SECURITY), the log on method determines how the user is logged onto the Windows system.
If security is inactive, LOGON_METHOD is ignored.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Configuration File Keyword | logon option |
Values
option is the user's log on method.
Valid values for option are:
batch
Windows log on type is batch. A batch log on prevents the user account from interacting with the desktop. The user ID logging on as a batch user requires the Windows User Right "Log on as a batch job." If the user does not have this right, the user authentication will fail.interactive
Windows log on type is interactive. An interactive log on permits the user account to interact with the desktop. A user account must have the "Allow log on locally" privilege granted to it to successfully authenticate with an interactive logon.
Default is interactive.