Password Functions

Overview

The command line syntax for each execution of the CLI command, uagcmd, must specify a single CLI function, required / optional Global parameters, and required / optional function-specific parameters. You must use the required Global parameters to connect to OMS Servers and to log on to a Controller (User ID and Password).

Universal Controller supports the following CLI functions for Passwords, which are listed alphabetically on this page.

Syntax, parameters, and examples for each function are provided.

Change User Password

Description

Changes the password for the specified Universal Controller User account.
 

Note

The authenticated user must have the ops_admin user role.

Syntax

uagcmd ops-change-user-password global parameters user-id=userid new-password=password
 

Note

For backward-compatibility, you can exclude uagcmd from the command line for this function and all pre-6.2.0.0 CLI functions.

Parameters

  • user-id=
    Required; Universal Controller User ID whose password is to be changed.
  • new-password=
    Required; The new password that is to be assigned to the specified user.

Example

uagcmd ops-change-user-password -c config.cfg user-id=user A new-password=password A

Change Credentials Password

Description

Changes the runtime password for the specified Universal Controller credentials resource.
 

Note

The authenticated user must have the Update Credential permission.

Syntax

uagcmd ops-change-credentials-password global parameters credentials-name=name new-runtime-password=password
 

Note

For backward-compatibility, you can exclude uagcmd from the command line for this function and all pre-6.2.0.0 CLI functions.

Parameters

  • credentials-name=
    Required; Name of the Universal Controller credentials resource that is to have its password changed.
  • new-runtime-password=
    Required; The new runtime password that is to be assigned to the specified credentials resource.

Example

uagcmd ops-change-credentials-password -c config.cfg credentials-name=Credential A new-runtime-password=password A