|
root / base / usr / src / zyginit / services / idmap
idmap Plain Text 20 lines 523 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
# Identity mapping daemon — translates between Windows SIDs and
# UNIX UIDs/GIDs. Required for SMB sharing and Kerberos-authenticated
# NFSv4. Off by default; enable when SMB or NFSv4 idmap is needed.
# Replaces /lib/svc/manifest/system/idmap.xml.
[service]
name = "idmap"
description = "Identity mapping daemon (idmapd)"
type = "daemon"
[exec]
start = "/usr/lib/idmapd"
[dependencies]
requires = ["network"]
[restart]
on = "failure"
delay = 5
max_retries = 3
[contract]
param = ["inherit", "noorphan"]
fatal = ["hwerr"]