Differences between revisions 5 and 6

Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
This is not part of the account creation script! You need to do this manually! It will be added to the account creation script as soon as jwatzman gets around to it.

{{{
kinit you/admin

cd /afs/club/service/mail/mailtabs

kadmin ext -k user user/mail
chown user:dialout user
chmod u-w user
}}}
Now part of the account creation script, no need to do anything manually here anymore.

A huge lot of things need to happen to create a club account.

Run the account creation script

kinit you/admin

echo $SHORTNAME:$PASSWORD:$REALNAME:foo >> accounts
(etc for all the acounts you want to create)

/afs/club.cc.cmu.edu/system/scripts/perl/NewAcct.pl < accounts
(pray that everything works)

Extract mail keytabs

Now part of the account creation script, no need to do anything manually here anymore.

Common Maintenance Tasks/Adding a club account (last edited 2009-10-20 20:31:06 by jwatzman)