On this page resides information about the clubification process.

Contents

  1. Accounts

Accounts

This allows login with club credentials.

# add the cclub debian repository
echo "deb http://debian.club.cc.cmu.edu/debian/ wheezy-cclub contrib" >> /etc/apt/sources.list
apt-get update

# trust the signing key for packages (as well as certs, etc)
# this is insecure D:
apt-get install cclub-keyring
apt-get update

# for the CClub-specific LDAP configuration, as well as other things
apt-get install cclub-debconf-settings 

# install LDAP for user ids and such, and Kerberos for authentication of users
apt-get install libnss-ldapd heimdal-clients libpam-heimdal 

# (optional) for AFS homedirs for users
apt-get install openafs-client libpam-afs-session