[轉貼]安裝, 設定 NIS

常言道:『飲水思源』,在 Open Source 的世界裡,我們常常需要別人的幫助,但是在您有所心得的時候請記得分享給大家,『幫助人是快樂的喔』。歡迎您在使用 debian 的過程中的任何心得分享給大家。

[轉貼]安裝, 設定 NIS

文章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:善用學園中的"搜尋"功能,往往答案就在裡面窩。
頭像
moto
摩托學園站長
摩托學園站長
 
文章: 2808
註冊時間: 週二 9月 03, 2002 3:37 am
來自: 台北

回到 share

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客