Change user’s password in Kerberos with kadmin

To change a user’s Kerberos password (on charity):

sudo kadmin -p root -w `cat /home/jj5/kadmin_root_pass` -q 'cpw eguser'

Where ‘eguser’ is the username of the account being changed.

Leave a Reply