System Administration Commands idmapd(1M)
NAME
idmapd - Native Identity Mapping service daemon
SYNOPSIS
/usr/lib/idmapd
DESCRIPTION
The idmapd daemon maps Windows Security Identifiers (SIDs)
to POSIX Identifiers (UIDs/GIDs) and conversely.
The idmap(1M) utility provides a front end to the idmapd
daemon.
FILES
/var/idmap/idmap.db
Database in which to store local name-based ID mapping
rules. The contents of the database are private. The
database should not be accessed or modified directly.
/var/run/idmap/idmap.db
Database in which to cache ID mappings that are gen-
erated by ephemeral ID mapping and by name-based map-
ping. The contents of the database are private. The
database should not be accessed or modified directly.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsu
Interface Stability See below.
Interface stability for these components is as follows:
svc:/system/idmap
Committed
SunOS 5.11 Last change: 5 June 2007 1
System Administration Commands idmapd(1M)
/var/idmap/idmap.db
Project Private
/var/run/idmap/idmap.db
Project Private
SEE ALSO
svcs(1), idmap(1M), svcadm(1M), svccfg(1M), default-
domain(4), attributes(5), smf(5)
NOTES
The idmapd service is managed by the service management
facility (SMF). The service identifier for the idmapd ser-
vice is svc:/system/idmap.
Use the svcadm command to perform administrative actions on
this service, such as enabling, disabling, or restarting the
service. These actions require the solaris.smf.manage.idmap
authorization. Use the svcs command to query the service's
status.
The functionality of this daemon might change in a future
release of the Solaris operating system.
SunOS 5.11 Last change: 5 June 2007 2
|