Difference between revisions of "Adding local users"

From PDP/Grid Wiki
Jump to navigationJump to search
m
m
Line 1: Line 1:
 
Login to hooimijt first, and then run the script
 
Login to hooimijt first, and then run the script
  
   /export/perm/adm/bin/makeuser  
+
   /export/perm/adm/bin/makeuser <username>
  
 
with either the arguments like:
 
with either the arguments like:

Revision as of 16:04, 26 May 2006

Login to hooimijt first, and then run the script

 /export/perm/adm/bin/makeuser <username>

with either the arguments like:

 -e davidg@nikhef.nl -n "Test User" -l "H156" -p "+31 20 592 2179" testusr2

or answer all questions. You have to be one of the predefined administors in order to complete the procedure.

Finally, add the public ssh key of the user to

/home/<userid>/.ssh/authorized_keys2

and the new user should be able to login. The option to edit the authorized_keys file is also presented to you just before the makeuser script terminates.