由 moto » 週三 7月 07, 2004 4:36 pm
本文來自:
http://os208.nchc.org.tw/~klhaung
- 代碼: 選擇全部
安裝, 設定 NIS
Reference: /usr/share/doc/nis/nis.debian.howto.gz (apt-get install nis)
NIS(YP)/NYS/NIS+ HOWTO
* NIS client
# apt-get install nis
# vi /etc/passwd
---------------------------
+::::::
---------------------------
# vi /etc/group
---------------------------
+:::
---------------------------
# vi /etc/shadow
---------------------------
+::::::::
---------------------------
注意: 亦可以修改 /etc/nsswitch.conf 成
---------------------------------------
passwd:files nis compact
group:files nis compact
shadow:files nis compact
---------------------------------------
如此, /etc/shadow, /etc/group 皆不用修改,
不過根據 /usr/share/doc/nis/nis.debian.howto.gz 的說法,
在某些 libc6 的 linux 上, 這樣設可能會有問題 (files會有問題)
# vi /etc/yp.conf
----------------------------------------
domain NISDOMAIN server NISSERVER -> 設定你想要連的 nis server 及 domain
----------------------------------------
* NIS Server
# apt-get install nis
# vi /etc/default/nis
--------------------------------------
NISSERVER=master
--------------------------------------
# /usr/lib/yp/ypinit -m
* NIS Troubleshooting
(1) 檢查 services 是否有跑起來 (ypserv, ypbind)
# rpcinfo -p localhost
or
# rpcinfo -u localhost ypserv
# rpcinfo -u localhost ypbind
(2) 檢查設定是否有誤, 至 nis client console 前, 登入成 root
# su - username
若是可以, 表示 /etc/passwd, /etc/shadow, /etc/group, /etc/nsswith.conf
可能有錯誤
歡迎你來到MOTO學園一起討論Debian相關問題。
在post問題前可先別忘記了以下的步驟:
1:翻一下/usr/share/doc/中是否已經有解答了?
2:閱讀一下無痛起步是否已經提到了?
3:找一下google予以解答?
4:善用學園中的"搜尋"功能,往往答案就在裡面窩。