logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sss_rpcidmapd - sss plugin configuration directives for rpc.idmapd

Authors

NoamMeltzer Primary Data Inc. Developer (2013-2014) NoamMeltzer <tsnoam@gmail.com> Developer (2014-) sss rpc.idmapd plugin 03/24/2025 SSS_RPCIDMAPD(5)

Configuration File

rpc.idmapd configuration file is usually found at /etc/idmapd.conf. See idmapd.conf(5) for more information.

Example

The following example shows a minimal idmapd.conf which makes use of the sss plugin. [General] Verbosity = 2 # domain must be synced between NFSv4 server and clients # Solaris/Illumos/AIX use "localdomain" as default! Domain = default [Mapping] Nobody-User = nfsnobody Nobody-Group = nfsnobody [Translation] Method = sss

Name

sss_rpcidmapd - sss plugin configuration directives for rpc.idmapd

See Also

sssd(8), idmapd.conf(5)

Sss Configuration Extension

EnableSSSplugin In section “[Translation]”, modify/set “Method” attribute to contain sss. [sss]configsection In order to change the default of one of the configuration attributes of the sss plugin listed below you will need to create a config section for it, named “[sss]”. Configurationattributes memcache (bool) Indicates whether or not to use memcache optimisation technique. Default: True

Sssd Integration

The sss plugin requires the NSSResponder to be enabled in sssd. The attribute “use_fully_qualified_names” must be enabled on all domains (NFSv4 clients expect a fully qualified name to be sent on the wire).

See Also