LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   syncronising users (https://www.linuxquestions.org/questions/linux-newbie-8/syncronising-users-356412/)

steve007 08-24-2005 03:29 AM

syncronising users
 
hello,
how can i syncronise the UNIX users and groups between two fedora core systems on a network. could someone send me a link or explain to me how to do this please?

thank you very much

Steve

Nathanael 08-24-2005 04:11 AM

if you do not care about the peoples home directories, you only need 3 files:
/etc/passwd
/etc/shadow
/etc/group

have a look at these file and you will see that this is pretty self explaining.

note: backup the 3 files on each computer somewhere safe, before replacing/editing them - just in case... all you system services usernames and groups are set here too.
and the root password will most likely be in shadow.

mostly normal users who are added get a uid from 1000 +

steve007 08-24-2005 05:10 AM

how do you actually syncronise them to another machine tho?

sm1else 08-24-2005 05:38 AM

Ive never actually set this up myself but you could configure NIS and NFS so that one machine stores the users and home directories and the other is a client

This link should help:
http://www.faqs.org/docs/linux_network/x-087-2-nis.html

Nathanael 08-24-2005 07:26 AM

thought of using to ldap?


All times are GMT -5. The time now is 05:01 PM.