[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:09256] NIS cannot login (client Debian 2.0, server FreeBSD 2.2.6)
渡邉@会津大です。
NISを利用してクライアントからのloginができず困っています。
以下に状態などを書きますと…
NISサーバ
- FreeBSD 2.2.6
- shadow passwd使用、 DES install済。
- 下にいくつかのFreeBSDのクライアントが動いており、
そちらからは正常にlogin可能。新たにLinuxのクライアント
をぶら下げたい。
NISクライアント
- Debian GNU/Linux 2.0
- shadow passwd使用せず。
- rootでlogin可能、一般userではできない。
- su で一般userになれる。
- ypcat passwd、ypmatchでサーバ側のデータを見ることは可能。
- yppasswdなどで変更ができない。
- nisパッケージのバージョンは3.2.1-3。
- nfs経由でserver:/usr/home を client:/usr/home にマウント。
- login shellのリンクはある。
又、クライアントの/etc/nsswitch.confは以下のようにしています。
---------------------------------------------------------------------------
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# Information about this file is available in the `libc6-doc' package.
#passwd: compat
#group: compat
#shadow: file nis
passwd: compat
group: compat
shadow: compat
passwd_compat: nis
group_compat: nis
shadow_compat: nis
hosts: files nis dns
networks: files
protocols: db files
services: db files
ethers: db files
rpc: db files
netgroup: nis
---------------------------------------------------------------------------
NIS-HOWTOの最後に書かれているプログラムも実行しましたが
passwordが[*]となる以外はきちんと表示されました。
情報の不足、おかしな点があれば指摘して下さい。宜くお願いします。
----------------------------------------------------------------
渡邉 括行 |
会津大学コンピュータ理工学部 |
コンピュータソフトウェア学科4年 |
e-mail : s1031160@xxxxxxxxxxxx | 1998 by Katsuyuki Watanabe
-----------------------------------------------------------------