Top
 Systemwalker User's Guide - Systemwalker User Management and Single Sign-On
Systemwalker

4.2.2 Changing Systemwalker Common Users

This section explains how to change the following information for Systemwalker common users using the swidmg_user_mng command.

By specifying an input file (user change information file) with the swidmg_user_mng command, information about multiple Systemwalker common users can be changed with a single operation.

Refer to "User Change Information File" for details on user change information files.

The following command execution example shows how to change the password for the following Systemwalker common user, who has already been registered.

Point

The execution results of the user management command are output to the standard output. If a CSV file is used to change information for numerous users, use the redirect function to output the execution results to a file.

Example of how to execute the command using a user change information file

[Windows]

User change information file: C:\tmp\user.csv

swidmg_user_mng MODIFY -i C:\tmp\user.csv

[UNIX]

User change information file: /tmp/user.csv

swidmg_user_mng MODIFY -i /tmp/user.csv

User change information file (user.csv)

"swoperator","passowrd2","","","CMGR"

Example of how to execute the command without using a user change information file

swidmg_user_mng MODIFY -id swoperator -password password2 -product CMGR

Point

If the Systemwalker common user to be changed has been registered so that the user can use multiple products, specify any one of those products with the "-product" option.