Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagebash
titleInstall NIS client package:
apt-get install system-network-nis

update /etc/nsswitch.conf :
passwd: files nis
group: files nis

...

add <NIS domain> to /etc/hostsenable

Code Block
languagebash
titleAdd NIS server on client:
ypinit -c
Code Block
languagebash
titleEnable nis/client service:
 svcadm enable nis/client