Users » History » Version 2

« Previous - Version 2/5 (diff) - Next » - Current version
Anonymous, 10/01/2007 11:35 AM


= User Management =

Master Node
Make the following changes on the master node: * Add new users into ''/etc/passwd'': {{{
procksi:x:510:510:ProCKSI-Server:/home/procksi:/bin/bash
dxb:x:520:Daniel Barthel:/home/dxb:/bin/bash
}}} * Add an entry for the new users into ''/etc/shadow'': {{{
procksi:[Add Encrypted Password]:13483:0:99999:7:::
dxb:[Add Encrypted Password]:13755:0:99999:7:::
}}} * Add a new group into ''/etc/group'', and add all users who should have access (e.g. ''dxb''): {{{
procksi:x:510:dxb
}}}
The members for group procksi are now: ''procksi'', ''dxb'' * Generate home directory for ''procksi'' at ''/home/procksi''. Enter at the command line of the master node: {{{
mkdir /home/procksi
chown procksi.procksi /home/procksi
chmod 770 /home/procksi
}}}

Install and setup [wiki:YellowPages] in order to share information across the cluster.