Difference between revisions of "AAAS:Adding a user"
Jump to navigation
Jump to search
| Line 16: | Line 16: | ||
*Expire Date | *Expire Date | ||
| + | |||
| + | == Example Usage == | ||
| + | |||
| + | <syntaxhighlight> | ||
| + | #add user AAAS_test to cloud32 with expiration on the 1st August | ||
| + | ./AAAS_ADD_USER.sh AAAS_test cloud32 2013-08-01 | ||
| + | </syntaxhighlight> | ||
== TO DO!!!== | == TO DO!!!== | ||
* Default Password (can be passed if a flag on the useradd command) | * Default Password (can be passed if a flag on the useradd command) | ||
Latest revision as of 16:06, 18 June 2013
Adding an AAAS user
- The ARM nodes to be used must have SSH keys / PDSH set up.
- Login as root on the BostonHPC head node or PXE cobbler system.
- Run the AAAS script:
./AAAS_ADD_USER.sh
Parameters
- Username
- Node
- Expire Date
Example Usage
#add user AAAS_test to cloud32 with expiration on the 1st August
./AAAS_ADD_USER.sh AAAS_test cloud32 2013-08-01TO DO!!!
- Default Password (can be passed if a flag on the useradd command)