Replicating user accounts on linux

posted on 08:01 AM on Monday 01 September 2014

We have several linux servers based on CentOS. Since we have only a small number of these machines, we do not use LDAP but just simple username and passwords. When we have a new person, we just add that person to the main server and then copy the necessary lines in the files (/etc/passwd, /etc/shadow, /etc/group, /etc/gshadow) to the other servers. Since we use NFS for the home directories, there is nothing to do on that front. See this article ( http://www.cyberciti.biz/faq/howto-move-migrate-user-accounts-old-to-new-server/ ) for more details.

bernett.net