]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sbin/idmapd/idmapd.8
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sbin / idmapd / idmapd.8
1 .\" copyright (c) 2003
2 .\" the regents of the university of michigan
3 .\" all rights reserved
4 .\"
5 .\" permission is granted to use, copy, create derivative works and redistribute
6 .\" this software and such derivative works for any purpose, so long as the name
7 .\" of the university of michigan is not used in any advertising or publicity
8 .\" pertaining to the use or distribution of this software without specific,
9 .\" written prior authorization.  if the above copyright notice or any other
10 .\" identification of the university of michigan is included in any copy of any
11 .\" portion of this software, then the disclaimer below must also be included.
12 .\"
13 .\" this software is provided as is, without representation from the university
14 .\" of michigan as to its fitness for any purpose, and without warranty by the
15 .\" university of michigan of any kind, either express or implied, including
16 .\" without limitation the implied warranties of merchantability and fitness for
17 .\" a particular purpose. the regents of the university of michigan shall not be
18 .\" liable for any damages, including special, indirect, incidental, or
19 .\" consequential damages, with respect to any claim arising out of or in
20 .\" connection with the use of the software, even if it has been or is hereafter
21 .\" advised of the possibility of such damages.
22 .\"
23 .\" $FreeBSD$
24 .\"
25 .Dd October 15, 2006
26 .Dt IDMAPD 8
27 .Os
28 .Sh NAME
29 .Nm idmapd
30 .Nd name/UID mapper for NFSv4
31 .Sh SYNOPSIS
32 .Nm
33 .Op Fl v
34 .Op Fl d Ar domainname
35 .Sh DESCRIPTION
36 The
37 .Nm
38 daemon normally runs in the background and services UID/GID-to-name and
39 name-to-UID/GID mapping
40 requests from the NFSv4 client kernel threads.
41 .Pp
42 The options are:
43 .Bl -tag -width indent
44 .It Fl d
45 Set the domain part of the name string to the specified string.
46 .It Fl v
47 Be verbose, and do not run in the background.
48 .El
49 .Sh FILES
50 .Bl -tag -width ".Pa /etc/master.passwd" -compact
51 .It Pa /etc/pwd.db
52 The insecure password database file.
53 .It Pa /etc/spwd.db
54 The secure password database file.
55 .It Pa /etc/master.passwd
56 The current password file.
57 .It Pa /etc/passwd
58 A Version 7 format password file.
59 .El
60 .Sh SEE ALSO
61 .Xr getpwnam 3 ,
62 .Xr getpwuid 3 ,
63 .Xr mount_nfs4 8