Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

UNIX

Valid values for option are:

  • default (AIX and HP-UX)
    Security is activated and uses UNIX default user authentication method.
  • inherit
    Universal Automation Center Agent will inherit the user account of the broker which started it. The user processes created as a result of task execution are started with the same user ID as that inherited from the Broker.
  • none
    Universal Automation Center Agent will inherit the user account of the broker which started it. The user processes created as a result of task execution are started with the same user ID as that inherited from the Broker.
  • pam (Linux and Solaris)
    Security is activated and use the Pluggable Authentication Modules (PAM) interface to provide user authentication.
  • trusted
    Security is activated and uses HP Trust Security authentication.

Windows

Valid values for option are:

  • default
    Security is activated and uses Windows authentication to verify user ID and password.
  • inherit
    Universal Automation Center Agent will inherit the user account of the broker which started it. The user processes created as a result of task execution are started with the same user ID as that inherited from the Broker.
  • none
    Universal Automation Center Agent will inherit the user account of the broker which started it. The user processes created as a result of task execution are started with the same user ID as that inherited from the Broker.

z/OS

Valid values for option are:

  • default
    Security is activated and uses z/OS SAF user authentication method. The user ID must have an OMVS segment.
  • inherit
    Universal Automation Center Agent will inherit the user account of the broker which started it. The user processes created as a result of task execution are started with the same user ID as that inherited from the Broker.
  • none
    Universal Automation Center Agent will inherit the user account of the broker which started it. The user processes created as a result of task execution are started with the same user ID as that inherited from the Broker.

...

  • .
Note
titleNote

The inherit value replaces the none value. There are currently no plans to deprecate support for none, but new installs should use inherit instead of none.

Default Values

defaultAIX, HP-UX, Windows, z/OS
pamLinux, Solaris