Difference between revisions of "Kerberos"

From CSCWiki
Jump to navigation Jump to search
m (changed password change instructions)
Line 3: Line 3:
 
=== Password Resets ===
 
=== Password Resets ===
  
* Type: /usr/sbin/kadmin -p sysadmin/admin
+
* ssh ginseng
* Lookup the password in ginseng:~sysadmin/passwords/systems/kerberos
+
* sudo kadmin.local
* Type: cpw username
+
* cpw username
 
+
* Enter new password and confirm
On ginseng, you can simply use kadmin.local instead of kadmin.
 
  
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 14:12, 3 July 2010

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

Password Resets

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