[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cvs-ml 499] 別ホストから、CVS認証ができません。



はじめまして。松本と申します。

CVSサーバのLinux自身からだと、CVSのパスワード認証ができるのですが、
WinCVSをいれた別マシン(Win98クライアント)からだと、
認証のパスワードで蹴られてしまうのです。

デフォルとでは、別ホストから、CVSサーバへログインできないのでしょうか?
WinCVSの設定か、CVSサーバ側の設定なのか切り分け方法等、
教えていただけると助かります。よろしくお願いします。

[ma@mana ma]$ cvs -v
Concurrent Versions System (CVS) 1.10.8 (client/server)

■Linuxサーバ(自ホスト)のシェルから

# export CVSROOT=:pserver:ma@mana:/usr/local/cvsroot
# cvs login
(Logging in to ma@mana)
CVS password:
# cvs checkout test
cvs server: Updating test

■別ホスト、WinCVSから

CVSROOT: pserver:ma@192.168.1.66.:/usr/local/cvsroot/towngo (password authentication)
TCL is *not* available, shell is disabled
cvs login 
(Logging in to pserver:ma@192.168.1.66.)
cvs login: authorization failed: server 192.168.1.66. rejected access

*****CVS exited normally with code 1*****

telnet 192.168.1.66 2401 をWin98から売っても反応がなかったですが、
WinCVSからパスワードを聞かれる所まではうまくいってるようですが。。。

- 設定ファイル
####/etc/services#######
cvspserver      2401/tcp
####/etc/inetd.conf#####
cvspserver      stream  tcp     nowait  root /usr/local/bin/cvs cvs --allow-root
=/usr/local/cvsroot pserver

- パスワード作成
# cd /usr/local/cvsroot/CVSROOT
# /usr/local/apache/bin/htpasswd -c passwd ma

- レポジトリ作成
# export CVSROOT=/usr/local/cvsroot
# cvs init
# cvs import -m "Imported sources" test www start

///* Kouichi.Matsumoto */