File: ugidd.8

package info (click to toggle)
manpages-ja 0.5.0.0.20180315%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,516 kB
  • sloc: perl: 161; makefile: 101
file content (63 lines) | stat: -rw-r--r-- 2,513 bytes parent folder | download | duplicates (6)
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
.\"
.\" Original manual page is a part of nfs-server package.
.\" Following is a exerpt from README of version 2.2beta37.
.\" 
.\" 7.  Copyright
.\" 
.\" Much of the code in this package was originally  written  by
.\" Mark Shand, and is placed under the following copyright:
.\" 
.\"    This  software may be used for any purpose provided
.\"    the above  copyright  notice  is  retained.  It  is
.\"    supplied  as  is,  with  no warranties expressed or
.\"    implied.
.\" 
.\" Other code, especially that written by Rick Sladkey and some
.\" replacement routines included from the GNU libc, are covered
.\" by the GNU General Public License, version 2,  or  (at  your
.\" option) any later version.
.\" 
.\" Japanese Version Copyright (c) 1998 NAKANO Takeo all rights reserved.
.\" Translated Wed 11 Nov 1998 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
.\"
.TH UGIDD 8 "11 August 1997"
.SH 名前
ugidd \- uid/gid マッピングデーモン
.SH 書式
.nf
.B /usr/sbin/rpc.ugidd
.\".LP
.\"or from SunOS inetd(8):
.\".B rpc udp /usr/etc/rpc.ugidd 545580417 1
.fi
.SH 説明
.IX  "uid/gid mapping daemons"  "ugidd daemon"  ""  "\fLugidd\fP daemon"
.I ugidd
は、 uig/gid から名前文字列へのマップ要求や、その逆のマップ要求を
扱うデーモンを起動する。
このデーモンは、クライアントとサーバーが同じパスワードファイルを
共有していない場合に \fInfsd\fP(8) サーバから呼ばれる。
.P
このバージョンでは、サーバーへのアクセスを \fIhosts_access\fP(5)
にあるファイル群を用いて制限することができる。これには \-DHOSTS_ACCESS
オプションをコンパイル時に指定する。これを指定しないと、
.I ugidd
はインターネットの誰からもアクセスでき、クライアントホストで
有効なすべてのユーザー名のリストが入手できてしまう。例えば、
アクセスを利用しているクラス C の IP ネットワーク上のホストに
制限するには、以下の行を
.IR hosts.allow " と " hosts.deny
に追加すればよい:
.PP
.nf
.I "# /etc/hosts.allow
.I "rpc.ugidd:     192.168.1.
.I "# /etc/hosts.deny
.I "rpc.ugidd:     ALL
.fi
.SH 関連項目
exports(5), inetd(8), hosts_access(5)
.SH バグ
rpc プログラム番号は 0x20000000 から 0x3fffffff の間、「ユーザー定義」
領域にあるどれを使ってもかまわないが、この選択は完全に任意なものに
なってしまっている。