Renewing a Club Account
The "right" way
spake mkasick (with edits for the moved machine by kbare):
(03:39:19) mkasick: ssh <you>@miscellany (03:39:49) mkasick: cd /var/sibyl kinit -S kadmin/admin <you>/admin export PATH=$PATH:/usr/sbin ./bin/renew_exp.rb <user to renew>{,/mail} kdestroy
Manually
- kinit you/admin
- kadmin
get <user>*
- behold all their principals
for each principal: modify --expiration-time=<newdate> <principal>
- if this is a zombie account and a password reset is needed:
change_password <principal> and put in a temporary password
modify +needchange <principal> to make sure they change it
- done!