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

4.2.3 Deleting Systemwalker Common Users

This section explains how to delete Systemwalker common users using the swidmg_user_mng command.

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

Refer to "User Deletion Information File" for details on user deletion information files.

The following command execution example shows how to delete 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 delete numerous users, use the redirect function to output the execution results to a file.

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

[Windows]

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

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

[UNIX]

User deletion information file: /tmp/user.csv

swidmg_user_mng DELETE -i /tmp/user.csv

User deletion information file (user.csv)

"swoperator","CMGR"

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

swidmg_user_mng DELETE -id swoperator -product CMGR

Point

If the Systemwalker common user to be deleted uses multiple products, the user will not be deleted from the Systemwalker authentication repository until the user stops using all these products.