########################################
# Configuration info for the cm* scripts
########################################

# What is the list of valid course numbers supported on this cluster?
@COURSE_LIST = ("15-213");

# What is the hostname of the lead machine for this cluster?
# (The empty string denotes the current host
$LEAD_HOST = "chum";

# What is the largest legal userid for this Linux kernel? 
$MAX_USERID = 65535;

# What list of accounts (if any) do we want to exclude from 
# cmcheck.pl reports?
@EXCLUDE_LIST =  ();

# Which username marks the end of the staff accounts?
$LAST_STAFF = "ylxie";

# What is the prefix of the standard student's pathname?
$PATH_PREFIX = "/afs/andrew.cmu.edu/usr";

# What is the name of the password file (for cmupdate.pl)
$PASSWD_FILE = "./passwd";

# What is the name of the password file (for cmcheck.pl).
# Usually the same as $PASSWD_FILE, but while debugging it is 
# sometimes useful for them to be different.
$CMCHECK_PASSWD_FILE = "/etc/passwd";

# What is the default group id for new password entries?
$DEFAULT_GID = 100;

# What is the default shell for new password entries?
$DEFAULT_SHELL = "/usr/local/bin/tcsh";

# What is the name of an Andrew host we can connect to?
$ANDREW_HOST = "unix44.andrew.cmu.edu";
