I want to figure out a way on how to change the kerberos password in shell script?
I understood that we can change the password of a principal by running below command as mentioned in below link, kadmin: cpw david
https://web.mit.edu/kerberos/krb5-1.5/krb5-1.5.4/doc/krb5-admin/Changing-Passwords.html
But I am confused on how to pass the same password when confirm password prompts on the screen without manual intervention in shell script,
Any leads would be appreciated. Thanks in advance!