1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
.\" -*- nroff -*-
.\" Copyright (C) 2002 Thorsten Kukuk
.\" This file is part of the yp-tools.
.\" Author: Thorsten Kukuk <kukuk@suse.de>
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License version 2 as
.\" published by the Free Software Foundation.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software Foundation,
.\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
.\"
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.\"
.\" Japanese Version Copyright (c) 2004 Yuichi SATO
.\" all rights reserved.
.\" Translated Tue Feb 24 01:12:40 JST 2004
.\" by Yuichi SATO <ysato444@yahoo.co.jp>
.\"
.TH yptest 8 "May 2002" "YP Tools 2.8"
.SH 名前
yptest \- NIS の設定をテストする
.SH 書式
\fByptest [\-q\fP] [\fB\-d \fP\fIdomain\fP] [\fB\-h \fP\fIhost\fP] [\fB\-m \fP\fImap\fP] [\fB\-u
\fP\fIuser\fP]
.LP
.SH 説明
\fByptest\fP は様々な NIS 機能を呼び出し、 NIS の設定が正しいかと、期待通りに動作しているかをチェックする。
.LP
.SH オプション
.TP
\fB\-q\fP
寡黙にして、メッセージを表示しない。
.TP
\fB\-d\fP\fI domainname\fP
\fBdomainname\fP(1) が返すデフォルトのドメイン以外を指定する。 このオプションは全てのテストでサポートされているわけではない。
.TP
\fB\-h\fP\fI hostname\fP
現在使っている ypserv ではなく、 \fIhostname\fP 上の ypserv に問い合わせる。
このオプションは全てのテストでサポートされているわけではない。
.TP
\fB\-m\fP\fI map\fP
マップとして \fIpasswd.byname\fP ではなく \fImap\fP を用いてテストする。
このオプションは、デフォルトのマップが存在しない場合に使用すべきである。
.TP
\fB\-u\fP\fI user\fP
アカウントとして \fInobody\fP ではなく \fIuser\fP を使う。 このオプションは、テストに使うマップ (\fIpasswd.byname\fP
または \fB\-m\fP オプションで指定されたもの) に \fInobody\fP アカウントが存在しない場合に使用すべきである。
.SH 関連項目
\fBdomainname\fP(8), \fBypbind\fP(8), \fBypcat\fP(8), \fBypmatch\fP(1), \fBypserv\fP(8),
\fByppoll\fP(8), \fBypwhich\fP(1)
.LP
.SH 作者
\fByptest\fP は \fByp\-tools\fP パッケージの一部である。 \fByp\-tools\fP パッケージは Thorsten Kukuk
<kukuk@suse.de> によって書かれた。
|