Difference between revisions of "AAAS:Adding a user"

From Define Wiki
Jump to navigation Jump to search
(Created page with "== 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: ...")
 
 
(One intermediate revision by the same user not shown)
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)
* Expiration Date testing (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-01

TO DO!!!

  • Default Password (can be passed if a flag on the useradd command)