]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/idmapd/idmapd.conf.man
Add the idmapd files...
[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
18 .Dl variable = value
19
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
41 .Sh EXAMPLES
42
43 An example
44 .Pa /etc/idmapd.conf
45 file:
46
47 .Bd -literal
48 [General]
49
50 Verbosity = 0
51 Pipefs-Directory = /var/lib/nfs/rpc_pipefs
52 Domain = localdomain
53
54 [Mapping]
55
56 Nobody-User = nobody
57 Nobody-Group = nobody
58 .Ed
59
60 .Sh SEE ALSO
61 .Xr idmapd 8
62 .\".Sh SEE ALSO
63 .\".Xr nylon.conf 4
64 .\" .Sh COMPATIBILITY
65 .\".Sh STANDARDS
66 .\".Sh ACKNOWLEDGEMENTS
67 .Sh AUTHORS
68 The idmapd software has been developed by Marius Aamodt Eriksen
69 .Aq marius@citi.umich.edu .
70 .\" .Sh HISTORY
71 .\".Sh BUGS
72 .\"Please report any bugs to Marius Aamodt Eriksen
73 .\".Aq marius@monkey.org .
74 .\" .Sh CAVEATS