Difference between revisions of "Kerberos"

From CSCWiki
Jump to navigation Jump to search
Line 11: Line 11:
  
 
[[Category:Software]]
 
[[Category:Software]]
 +
 +
[http://cryptnet.net/mirrors/docs/krb5api.html API Documentation]

Revision as of 19:08, 12 April 2011

We use MIT Kerberos 5 for authentication. Our kerberos realm is CSCLUB.UWATERLOO.CA. KDCs run on ginseng and ascorbic-acid.

Password Resets

To change your own password you can run passwd on any of the club's machines.

Changing other users' passwords

  • ssh ginseng
  • sudo kadmin.local
  • cpw username
  • Enter new password and confirm

API Documentation