This section explains how to use the qq auth_mod_user command.

Description

Modify a user

Usage

qq auth_mod_user [-h] --id ID [--name NAME] [--primary-group PRIMARY_GROUP] [--uid UID] [--add-group ADD_GROUP] [--remove-group REMOVE_GROUP]
    [--home-directory HOME_DIRECTORY] [-p [PASSWORD]]

Flags

Flag Name Required Description
--id Yes Name or ID of user to modify
--name No Change user's name
--primary-group No Change the user's primary group
--uid No Change the user's NFS uid (or specify "none" to remove)
--add-group No Add this user to a group
--remove-group No Remove this user from a group
--home-directory No Change the user's home directory path (or specify "none" to remove)
-p No Change the user password