Password Synchronization for clustered architecture
Hello All,
I have two Linux servers, which form a clustered architecture. Linux server 1 and Linux server 2 are the two Linux servers in this architecture.
Server 2 is failover server for Server 1 i.e. whenever Server 1 is down by any reason , the application of Server 1 starts running on Server 2.
Also during such failover, the users who all are present on Server 1 are automatically directed to Server 2 but this is transparent to the Users on this Server 1.
So all the Users on Server 1 should have their passwords synchronized on Server 2, so that they can work without facing any problem.
So can anyone tell me how to synchronize the passwords of all the users present on Server 1 with that on Server 2.
|