I need to automate password changes and thus be able to issue a single command without user intervention to change passwords. Problem is the passwd and pwdadm commands are interactive. I thought this would do it:
echo "mypass\nnewpass\nnewpass\n" | pwdadm user
It didn't.... sigh....
Thanks, Tim
echo "mypass\nnewpass\nnewpass\n" | pwdadm user
It didn't.... sigh....
Thanks, Tim