OSDN Git Service

0bc84f6f95e42d9ccae1b4f7f31d1299b676165c
[linuxjm/LDP_man-pages.git] / draft / man5 / ftpusers.5
1 .\" Copyright (c) 2000 Christoph J. Thompson <obituary@linuxbe.org>
2 .\"
3 .\" This is free documentation; you can redistribute it and/or
4 .\" modify it under the terms of the GNU General Public License as
5 .\" published by the Free Software Foundation; either version 2 of
6 .\" the License, or (at your option) any later version.
7 .\"
8 .\" This manual is distributed in the hope that it will be useful,
9 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
10 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 .\" GNU General Public License for more details.
12 .\"
13 .\" You should have received a copy of the GNU General Public
14 .\" License along with this manual; if not, write to the Free
15 .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
16 .\" USA.
17 .\"
18 .\" Japanese Version Copyright (c) 2001 NAKANO Takeo all rights reserved.
19 .\" Translated Fri 16 Feb 2001 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
20 .\"
21 .TH FTPUSERS 5 2000-08-27 "Linux" "Linux Programmer's Manual"
22 .\"O .SH NAME
23 .\"O ftpusers \- list of users that may not log in via the FTP daemon
24 .SH 名前
25 ftpusers \- FTP デーモン経由でのログインを許さないユーザーのリスト
26 .\"O .SH DESCRIPTION
27 .SH 説明
28 .\"O The text file
29 .\"O .B ftpusers
30 .\"O contains a list of users that may not log in using the
31 .\"O File Transfer Protocol (FTP) server daemon.
32 .\"O This file is used not merely for
33 .\"O system administration purposes but for improving security within a TCP/IP
34 .\"O networked environment.
35 .\"O It will typically contain a list of the users that
36 .\"O either have no business using ftp or have too many privileges to be allowed
37 .\"O to log in through the FTP server daemon.
38 .\"O Such users usually include root, daemon, bin, uucp, and news.
39 .\"O If your FTP server daemon doesn't use
40 .\"O .B ftpusers
41 .\"O then it is suggested that you read its documentation to find out how to
42 .\"O block access for certain users.
43 .\"O Washington University FTP server Daemon
44 .\"O (wuftpd) and Professional FTP Daemon (proftpd) are known to make use of
45 .\"O .BR ftpusers .
46 .B ftpusers
47 はテキストファイルで、File Transfer Protocol (FTP) サーバーデーモン
48 を利用してのログインを許さないユーザーをリストしたものである。
49 このファイルは単にシステム管理のためだけでなく、
50 TCP/IP ネットワーク環境でのセキュリティを向上させるのにも利用できる。
51 通常は、ftp を用いた作業を行わないユーザーや、
52 FTP サーバーデーモン経由でのログインを許すには
53 権限が大きすぎるユーザーをリストしておく。
54 このようなユーザーには、例えば root, daemon, bin, uucp, news などが含まれる。
55 お使いの FTP サーバーデーモンが
56 .B ftpusers
57 を用いない場合は、そのデーモンのドキュメントを読んで、
58 特定のユーザーのアクセスをブロックするやり方を学んでおくことをすすめる。
59 Washington University FTP サーバーデーモン (wuftpd) と
60 Professional FTP デーモン (proftpd) とは、
61 .B ftpusers
62 を利用することがわかっている。
63 .\"O .SS Format
64 .SS フォーマット
65 .\"O The format of
66 .\"O .B ftpusers
67 .\"O is very simple.
68 .\"O There is one account name (or username) per line.
69 .\"O Lines starting with a # are ignored.
70 .B ftpusers
71 のフォーマットは非常に単純であり、
72 アカウント名 (またはユーザー名) を各行に書くだけである。
73 # で始まる行は無視される。
74 .\"O .SH FILES
75 .SH ファイル
76 .I /etc/ftpusers
77 .\"O .SH "SEE ALSO"
78 .SH 関連項目
79 .BR passwd (5),
80 .BR proftpd (8),
81 .BR wuftpd (8)