Difference between revisions of "Agile testbed"
From PDP/Grid Wiki
Jump to navigationJump to search| Line 154: | Line 154: | ||
==== adding a new user to the testbed ==== | ==== adding a new user to the testbed ==== | ||
| + | |||
| + | Users are known from their ldap entries. All it takes to allow another user on the testbed is adding their name to | ||
| + | /etc/security/access.conf | ||
| + | on bleek (at least if logging on to bleek is necessary); Adding a home directory on bleek and copying the ssh key of the user to the appropriate file. | ||
| + | |||
| + | Something along these lines (but this is untested): | ||
| + | test -d $NEWUSER || cp -r /etc/skel /user/$NEWUSER | ||
| + | chown -R $NEWUSER:`id -ng $NEWUSER` /user/$NEWUSER | ||
==== removing a user from the testbed ==== | ==== removing a user from the testbed ==== | ||