IDMAPD(8)            Maintenance Commands and Procedures           IDMAPD(8)
NAME
       idmapd - Native Identity Mapping service daemon
SYNOPSIS
       /usr/lib/idmapdDESCRIPTION
       The 
idmapd daemon maps Windows Security Identifiers (SIDs) to POSIX
       Identifiers (UIDs/GIDs) and conversely.
       The 
idmap(8) 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 generated by
           ephemeral ID mapping and by name-based mapping. The contents of
           the database are private.  The database should not be accessed or
           modified directly.
ATTRIBUTES
       See 
attributes(7) for descriptions of the following attributes:
       +--------------------+-----------------+
       |  ATTRIBUTE TYPE    | ATTRIBUTE VALUE |
       +--------------------+-----------------+
       |Interface Stability | See below.      |
       +--------------------+-----------------+
       Interface stability for these components is as follows:       
svc:/system/idmap           Committed       
/var/idmap/idmap.db           Project Private       
/var/run/idmap/idmap.db           Project Private
SEE ALSO
       svcs(1), 
defaultdomain(5), 
attributes(7), 
smf(7), 
idmap(8),       
svcadm(8), 
svccfg(8)NOTES
       The 
idmapd service is managed by the service management facility
       (SMF).  The service identifier for the 
idmapd service 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.
                                June 5, 2007                       IDMAPD(8)