Hi,
I am trying to set up NIS on 12.1-RELEASE-p10 . Looks like I have to enable the auto.home option in /var/yp/Makefile to mount home folders on a NIS client. Can you share me the info how to add the same in /var/yp/Makefile .. I am able to successfully log on a NIS client without mounting the home folder.
I am trying to set up NIS on 12.1-RELEASE-p10 . Looks like I have to enable the auto.home option in /var/yp/Makefile to mount home folders on a NIS client. Can you share me the info how to add the same in /var/yp/Makefile .. I am able to successfully log on a NIS client without mounting the home folder.
Code:
root@Num1:/var/yp # ypcat auto.home
ypcat: no such map auto.home. Reason: No such map in server's domain
root@Num1:/var/yp #
[root@nisclient ~]# ypcat passwd | grep yamaha
yamaha:*:1004:1004:YM:/mnt/yahama:/bin/bash
[root@nisclient ~]# ypcat auto.home
No such map auto.home. Reason: No such map in server's domain
[root@nisclient ~]# su - yamaha
Last login: Wed Oct 7 19:49:30 IST 2020 on pts/0
su: warning: cannot change directory to /mnt/yahama: No such file or directory
-bash-4.2$