# 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"]