Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sync passwords across systems

Status
Not open for further replies.

iSeriesCodePoet

Programmer
Jan 11, 2001
1,373
US
At home I now have 3 linux servers running. Is there a way to sync the passwords to all three servers so I don't have to change all three if I want to change my password?

iSeriesCodePoet
iSeries Programmer/Lawson Software Administrator
[pc2]
See my progress to converting to linux.
 
OK, you could go way nutty and use LDAP for a centralized database and one point of maintenance. However, that's a big PITA for a home install.

You could script your way to happiness with a public-key SSH session on each box making a call to "passwd". Needs one box to be a central point of administration to make the SSH calls out.

Someone else here might have a yet more elegant way of approaching this.

Surfinbox.com Business Internet Services - National Dialup, DSL, T-1 and more.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top