accurev chuser { -kf | -kd | -kk } <principal-name> <new-name>
[ -e <email_address> ] [ -s <ssh_public_key> ]The chuser command changes the principal-name of an existing AccuRev user and/or changes the user’s AccuRev licensing. A principal name must start with a letter (a-z, A-Z); it can contain only letters, underscores, spaces, hyphens, periods, plus signs, the commercial at sign (@), and numbers.Note: After changing the principal-name with chuser, that user’s workspace(s) will still be appended with the principal-name that was in effect when the workspace was created. To change the workspace name to reflect the new principal-name, use the chws -s command. See chws for details.-e <email_address>-s <ssh_public_key>
• Enter text characters only. If you are copying the SSH key from an id-rsa.pub file, for example, make sure not to introduce new-line characters or spaces.
• You can omit the ssh-rsa string that appears before the key, and the email address that appears at the end of the key. If you choose to include these values, however, the entire argument for the -s option must be in double quotes. For example:
"ssh-rsa AAAAB3NzaC1yc2EAAAADA..../tvfVdfO17me/Wh user@company.com"
Note that ssh-rsa is assumed. If you are using ssh-dss, you must include the entire argument as shown in the preceding example, substituting ssh-dss for ssh-rsa.
Micro Focus |