Add a user to the grid controller's local directory service database. The new username/password can be used to log in to the grid controller through the AppLogic visual interface. The following profile properties may be set: 'pwd', 'realname', 'comment', 'sshkey', and 'email'.
user create <name> pwd=- [ group=<group>[,<group>]* ] [ <key1>=<value1> ... ]
Login name of the local user to add. If the user name begins with '-' (e.g., '--myname'), the <name> argument must be preceded with '--' (e.g., '-- --myname').
Prompt for user's password. If the standard input is not a terminal device, it will not print a prompt and expect only one copy of the password on 'stdin' (this can be used for batch operations, to set the password from a file).
A list of groups. The first group in the list becomes the user's primary group. The user is added as a member to all local groups in the list.
One or more profile property settings
user create user1 pwd=-
Add local user 'user1' and prompt for password.
Notes:
|
Copyright © 2011 CA.
All rights reserved.
|
|