Versions Compared

    Key

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

    With Qube!, you have a choice of running jobs as either a designated proxy user or running jobs as one of the users with an account in the system.  This is controlled with the proxy_execution_mode paramteter, which can be set to either user or proxyConsequently, the Worker executes jobs in either of two modes called proxy and user.on the Workers in one of two ways:

    • Under proxy mode, all jobs execute as the designated proxy user, regardless of who submitted them. 
    • Under user mode, all jobs execute as the user specified in the job, either the user that submitted the job, or some other specified user. All processes executed and files created would then owned by that user.

    This is controlled with the proxy_execution_mode parameter.

    Info
    titleUser mode on Windows

    To run with a proxy_execution_mode set to user on Windows workers, the user passwords must first be registered with Qube!, and must be kept up-to-date as the user changes their password. For a user to register their password, they must open WranglerView, go to the Administration pulldown, then choose "Register Windows Password..."

    This is only required for farms with Windows workers and a proxy_execution_mode of "user". User proxy_execution_mode can be used on OS X and/or Linux without registering a password.

    ...