Difference between revisions of "Sysadmin/User management"

From Sugar Labs
Jump to navigation Jump to search
Line 3: Line 3:
 
== Adding a new user on [[Machine/sunjammer]] ==
 
== Adding a new user on [[Machine/sunjammer]] ==
  
Ask users for the following information:
+
Ask users to follow diligently the [[Sysadmin/Shell_account_request]] procedure.
 
 
* Desired username
 
* First and last name
 
* Forwaring email address (i.e.: where they want email for USER@sugarlabs.org) to be sent to
 
* SSH key
 
* Optionally, a gpg key
 
 
 
  
 
The user creation procedure is fully automated with a script:
 
The user creation procedure is fully automated with a script:

Revision as of 16:47, 9 March 2010

To carry on these procedures, you need root access on Machine/sunjammer.

Adding a new user on Machine/sunjammer

Ask users to follow diligently the Sysadmin/Shell_account_request procedure.

The user creation procedure is fully automated with a script:

  • As root, use system-useradd
  • See synopsis
  • Follow prompts and instructions

A welcome message will be sent to the user automatically.

Editing users and groups

  • Run "ldapvi"
  • Edit with your favourite $EDITOR, save and exit
  • Type "y" to accept changes.