Changes
Jump to navigation
Jump to search
Database Server Documentation (view source)
Revision as of 14:46, 17 March 2016
, 14:46, 17 March 2016no edit summary
==Adding accounts for McNair Center Researchers==
Note that this section is somewhat redundant. Most McNair Center researchers will log in with the 'researcher' account. This account's creation is described below.
Add a user group:
==Create the researcher user==
The password for the researcher account is the 'standard' internal password.
groupadd -g 505 researcher
useradd -g researcher -s /bin/bash -p xxxx -d /home/researcher -m researcher
passwd researcher
smbpasswd -a researcher
The 'research' user on the dbase server is created as follows (su to postgres first):