SmodifyUser
From SRB
Contents |
[edit]
NAME
SmodifyUser - Modify user account settings.
[edit]
SYNOPSIS
SmodifyUser <operationType> UserName UserDomain Value
[edit]
DESCRIPTION
SmodifyUser modifies an account setting for a SRB user. <operationType> determines which setting is to be operated on. UserName is the account, UserDomain is the accounts domain, Value is the new/additional setting for this account.
[edit]
OPERATION TYPES
addToGroup
Adds this account to an already existing group.
addDN
Adds a Distinguished Name (DN string) to this account for GSI
Authentication purposes.
password
Changes the login password for this account.
delFromGroup
Remove the user from the specified group.
delDN
Deletes the specified DN string
changeType
Changes the type of this account (staff, sysadmin, etc...)
addUserGroupOwner
Adds the user as the owner of the userGroup given in Value. A
user Group owner can add/delete users from the group and also
add/delete owners from the group.
delUserGroupOwner
Removes the user as the owner of the userGroup given in Value.
changeZone
Changes the zone for the user.
changeUserAddress
Changes the address information for the user.
changeUserEmail
Changes the email information for the user.
changeUserPhone
Changes the phone number information for the user.
[edit]


