The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 09-02-2005
benq70 benq70 is offline
Registered User
  
 

Join Date: Jan 2005
Posts: 5
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