Merge commit 'dc97a43d4a70c8773a619f11b95b07a787f6f5b7' into merges
[unleashed.git] / share / man / man8 / idmapd.8
blob8a2a61ab8a64e5e1041219632fc1ce2742b5ac88
1 '\" te
2 .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH IDMAPD 8 "Jun 5, 2007"
7 .SH NAME
8 idmapd \- Native Identity Mapping service daemon
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/usr/lib/idmapd\fR
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The \fBidmapd\fR daemon maps Windows Security Identifiers (SIDs) to POSIX
19 Identifiers (UIDs/GIDs) and conversely.
20 .sp
21 .LP
22 The \fBidmap\fR(8) utility provides a front end to the \fBidmapd\fR daemon.
23 .SH FILES
24 .sp
25 .ne 2
26 .na
27 \fB\fB/var/idmap/idmap.db\fR\fR
28 .ad
29 .sp .6
30 .RS 4n
31 Database in which to store local name-based ID mapping rules. The contents of
32 the database are private. The database should not be accessed or modified
33 directly.
34 .RE
36 .sp
37 .ne 2
38 .na
39 \fB\fB/var/run/idmap/idmap.db\fR\fR
40 .ad
41 .sp .6
42 .RS 4n
43 Database in which to cache ID mappings that are generated by ephemeral ID
44 mapping and by name-based mapping. The contents of the database are private.
45 The database should not be accessed or modified directly.
46 .RE
48 .SH ATTRIBUTES
49 .sp
50 .LP
51 See \fBattributes\fR(5) for descriptions of the following attributes:
52 .sp
54 .sp
55 .TS
56 box;
57 c | c
58 l | l .
59 ATTRIBUTE TYPE  ATTRIBUTE VALUE
61 Interface Stability     See below.
62 .TE
64 .sp
65 .LP
66 Interface stability for these components is as follows:
67 .sp
68 .ne 2
69 .na
70 \fB\fBsvc:/system/idmap\fR\fR
71 .ad
72 .sp .6
73 .RS 4n
74 Committed
75 .RE
77 .sp
78 .ne 2
79 .na
80 \fB\fB/var/idmap/idmap.db\fR\fR
81 .ad
82 .sp .6
83 .RS 4n
84 Project Private
85 .RE
87 .sp
88 .ne 2
89 .na
90 \fB\fB/var/run/idmap/idmap.db\fR\fR
91 .ad
92 .sp .6
93 .RS 4n
94 Project Private
95 .RE
97 .SH SEE ALSO
98 .sp
99 .LP
100 \fBsvcs\fR(1), \fBidmap\fR(8), \fBsvcadm\fR(8), \fBsvccfg\fR(8),
101 \fBdefaultdomain\fR(4), \fBattributes\fR(5), \fBsmf\fR(5)
102 .SH NOTES
105 The \fBidmapd\fR service is managed by the service management facility (SMF).
106 The service identifier for the \fBidmapd\fR service is \fBsvc:/system/idmap\fR.
109 Use the \fBsvcadm\fR command to perform administrative actions on this service,
110 such as enabling, disabling, or restarting the service. These actions require
111 the \fBsolaris.smf.manage.idmap\fR authorization. Use the \fBsvcs\fR command to
112 query the service's status.
115 The functionality of this daemon might change in a future release of the
116 Solaris operating system.