Login Rule Syntax

Valid on UNIX
capamsc141
Valid on UNIX
The Login rule filters keyboard loggers login events depending on the arguments that you specify. The format of the login rule is as follows:
LOGIN;<UserName>;<UserId>;<TerminalName>;<LoginProgram>;<AuthorizationResult>
  • <UserName>
    Specifies the login name of the user to filter login events.
  • <UserId>
    Specifies the login Id of the user to filter login events.
  • <TerminalName>
    Specifies the name of the local host that the user logs in.
  • <LoginProgram>
    Specifies the name of the program that the user attempts to log in or log out.
    Limits
    : cmdlog
  • <AuthorizationResult>
    Specifies the authorization criteria to filter user login events.
    Limits: 
    P (permitted), D (denied), O (logout), * (A wildcard that represents any value)