]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/idmapd/idmapd.conf.man
Imported Debian patch 1.0.8-1
[nfs-utils.git] / utils / idmapd / idmapd.conf.man
1 .\"     $OpenBSD: mdoc.template,v 1.6 2001/02/03 08:22:44 niklas Exp $
2 .\"
3 .\" The following requests are required for all man pages.
4 .Dd July 16, 2003
5 .Dt idmapd.conf 5
6 .Os
7 .Sh NAME
8 .Nm idmapd.conf
9 .Nd configuration file for idmapd, the NFSv4 ID <-> Name Mapper
10 .Sh SYNOPSIS
11 Configuration file for idmapd, the NFSv4 ID <-> Name Mapper
12 .Sh DESCRIPTION
13 The
14 .Nm
15 configuration file has two sections, initiated by the strings
16 [General] and [Mapping].  Each section may contain lines of the form
17 .Dl ""
18 .Dl variable = value
19 .Dl ""
20 The variables allowed in the General section are
21 .Va Verbosity,
22 .Va Pipefs-Directory,
23 and
24 .Va Domain,
25 whose values have the same effect as the arguments to the
26 .Fl v,
27 .Fl p,
28 and
29 .Fl d
30 commandline options, respectively.  The variables allowed in the
31 Mapping section are
32 .Va Nobody-User
33 and
34 .Va Nobody-Group,
35 which have the same effect as the
36 .Fl U
37 and
38 .Fl G
39 commandline options.
40 .Sh EXAMPLES
41 An example
42 .Pa /etc/idmapd.conf
43 file:
44 .Bd -literal
45 [General]
46
47 Verbosity = 0
48 Pipefs-Directory = /var/lib/nfs/rpc_pipefs
49 Domain = localdomain
50
51 [Mapping]
52
53 Nobody-User = nobody
54 Nobody-Group = nobody
55 .Ed
56 .Sh SEE ALSO
57 .Xr idmapd 8
58 .\".Sh SEE ALSO
59 .\".Xr nylon.conf 4
60 .\" .Sh COMPATIBILITY
61 .\".Sh STANDARDS
62 .\".Sh ACKNOWLEDGEMENTS
63 .Sh AUTHORS
64 The idmapd software has been developed by Marius Aamodt Eriksen
65 .Aq marius@citi.umich.edu .
66 .\" .Sh HISTORY
67 .\".Sh BUGS
68 .\"Please report any bugs to Marius Aamodt Eriksen
69 .\".Aq marius@monkey.org .
70 .\" .Sh CAVEATS