LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   How to configure the NIS installation in Linux server (https://www.linuxquestions.org/questions/linux-networking-3/how-to-configure-the-nis-installation-in-linux-server-417371/)

rr_rr_29 02-19-2006 11:12 PM

How to configure the NIS installation in Linux server
 
Hi,

Please can somebody help me...

How to install the NIS Server in Linux Server and NIS Client in Linux Client pc

How I can configure it Please help me....


Regards,

btmiller 02-20-2006 01:53 AM

It would help if you stated what distro you are using. Generally you would install the ypbind and ypserv packages, modify /etc/ypbind.conf and /etc/ypserv.conf as needed, and go. The main makefile for building the NIS databased is generally stored in /var/yp. You'll need to set some things up in it. I suggest not using the system passwd, shadow, and group files but keeping your own files somewhere else (I use /var/yp/files for this). Type make to build the maps, and go.

There's a lot more detail about this on the Web -- have you tried Google?


All times are GMT -5. The time now is 08:26 PM.