welcome: please sign in

Revision 16 as of 2006-12-06 17:02:56

Clear message
Page Locked

AdminArea

1. Introduction

To get the whole picture, also see pages ColocationNextSteps, SystemArchitecturePlans and NewSystemHardware.

2. Global TODO

3. Global Notes

4. Deleuze

This machine donated by Justin Leitgeb seems real nice. Buffered disk throughput is about 1.5 GB/s. Raw disk reads are 60 MB/s for the two 36 GB disks and 120 MB/s for the 4-disk array. Not bad at all.

4.1. Tasks done

4.2. TODO

In order of implementation (soonest first):

4.3. Problems

4.4. Authentication scheme explained

Regarding the exact authentication mechanism on HCoop:

We have Kerberos and LDAP working. Kerberos holds user "principals" (account names + passwords), while LDAP keeps account names plus everything else (such as UIDs, GIDs, home directories, real names, permissions etc.). General policy is: all users have LDAP accounts and a Kerberos principal. Admins have passwd file account and a Kerberos principal. When needed, admins can also create a pure local-files-based account.

The whole authentication work is performed though a series of PAM (Pluggable Authentication Modules) configuration directives. PAM has four "management groups", listed in most-common order of execution: auth, account, session, and password. (The exact order of execution is controlled by the order of lines in /etc/pam.d/* files, with each file corresponding to a particular service).

5. Custom software

These are my responsibility. Right now, I'm waiting for the more traditional stuff to be set up and stable before beginning. --AdamChlipala

6. Mire

6.1. Tasks done