welcome: please sign in

Diff for "ChangingAdminPassword"

Differences between revisions 3 and 4
Revision 3 as of 2008-07-07 04:27:55
Size: 907
Editor: localhost
Comment: converted to 1.6 markup
Revision 4 as of 2012-09-06 07:14:10
Size: 1030
Editor: ClintonEbadi
Comment: needs work
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
{{{#!wiki tip
Merge with AdminUserSetup and AddingNewAdmins
}}}
Line 15: Line 19:
----
CategorySystemAdministration CategoryNeedsWork

This page describes how admins may change their UNIX password (which is stored in /etc/shadow) on the new machines without disrupting Kerberos.

  1. Run

    grub-md5-crypt

    and type your password twice. If you have GRUB installed on your home machine, you can do this there. Otherwise, log into mire.hcoop.net and do it.

  2. Copy the generated hash into the clipboard.
  3. Log into the machine where you want to change your password.
  4. Run

    EDITOR=emacs vipw -s

    This opens up /etc/shadow in emacs, and adds a safety net in case you make an error, by refusing to apply your changes if they would cause an error.

  5. Find the entry for your username. Replace the existing password hash for yourself. It will be the second field.
  6. Save and quit. vipw will tell you if there was an error. If there was not an error, it will apply your changes.


CategorySystemAdministration CategoryNeedsWork

ChangingAdminPassword (last edited 2012-09-06 07:14:10 by ClintonEbadi)