|
|
|
Changing Your LINUX Lab Password
There are two ways to change your LINUX lab password.
Option 1: Use the ITS Password Management Web Site
The ITS Password Management Web Site is able to change your AuthCate password
as well as passwords on other systems (Novell, Linux, etc.).
Go to the ITS Password Management Web Site at
https://mdsadmin.monash.edu.au/cgi-bin/changepwd.
Option 2: Use the passwd command
To use the passwd command:
- Log in.
- Open a terminal window.
- Type
passwd
- Type your Kerberos password
- Type your new password (local, does not apply for Kerberos users, but has to be done at the current time)
- Type your new password again
- Type your new password (for Kerberos)
- Type your new password again
Sample session:
$ passwd
Changing password for user abac1.
Kerberos 5 Password:
New password:
Retype new password:
New Kerberos 5 Password:
Repeat New Kerberos 5 Password:
passwd: all authentication tokens updated successfully.
If passwd is not working use the kpasswd command
If the passwd command is not working, use the
kpasswd command:
- Log in.
- Open a terminal window.
- Type
kpasswd
- Type your Kerberos password
- Type your new Kerberos password
- Type your new password again
Sample session:
$ kpasswd
Password for abac1@CC.MONASH.EDU.AU:
Enter new password: :
Enter it again: :
Password changed.
|