Accounts

Student Accounts

Quarter Codes

First Digit:

Second Digit:

Third Digit:

Fourth Digit:

SO

Multi-User Admin Accounts

There are two functional ways to do this: 1) give password to multiple people and 2) make three accounts, two for humans and 3rd that holds shared data. The first is easier the 2nd more secure. The 2nd may be unstable as well because users may change permissions making sharing not work.

Sharing a single password is straightforward.

The three accnt system is a little more complex.

  1. give two humans accounts
  2. make 3rd account - make sure it can't log in etc..
  3. set setgid bit on 3rd accnt's files
  4. make sure all files are group writable on 3rd accnt
  5. set umask in two human account's .bashrc/.profile to allow group writable files (0002 = rw-rw-r--)

Directory Indexing on Arthur

  1. make sure they're not being redirected to tintin
  2. look for all the indexing entries in for_all_virt_hosts.conf and add another
  3. restart httpd


CategoryNotes

Accounts (last edited 2008-09-24 16:05:17 by dmartin)