Reset password

From Earlham CS Department
Revision as of 22:37, 17 January 2017 by Ptranh14 (talk | contribs)
Jump to navigation Jump to search

For CS side

Use the following steps to change password for a user with the name userName

  1. SSH to net.cs.earlham.edu and sudo to root using command: sudo su -
  2. cd to folder /root/ldap-files
  3. Modify the chg-pw.ldif file by replacing the uid=previousUsername to uid=userName
  4. Run this command: ldapmodify -f chg-pw.ldif -D "cn=admin,dc=cs,dc=earlham,dc=edu" -W -x
  5. Enter the LDAP password for CS when prompted
  6. The password when trying to ssh to userName@home.cs.earlham.edu will be 123.abc (default). The user can change it using command passwd

For Cluster side

Use the following steps to change password for a user with the name userName

  1. SSH to hopper.cluster.earlham.edu and sudo to root using command sudo su -
  2. cd to folder /root/ldap-files
  3. Modify the chg-pw.ldif file by replacing the uid= previousUsername to uid=userName
  4. Run this command: ldapmodify -f chg-pw.ldif -D "cn=Manager,dc=cluster,dc=loc" -W
  5. Enter the LDAP password for Cluster when prompted
  6. The password when trying to ssh to userName@hopper.cluster.earlham.edu will be 123.abc (default). The user can change it using command passwd