|
Change password by pushing encrypted password to systems
I'm tasked to change a user's password on multiple Linux systems (RH v3). I though copying the encrypted password from one Linux /etc/shadow file to another would work but I was wrong.
The long term solution is to establish an openLDAP Directory service, but for now I'm stuck with a manual process of ssh'ing to each box and changing it from there. The password changes every 30 days and sometime more often.
I'm hoping for some direction from more experienced Linux admins/users. So far, I half heartedly attempted to use expect without success.
Thanks,
BenQ70
|