1SSS_RPCIDMAPD(5) File Formats and Conventions SSS_RPCIDMAPD(5)
2
3
4
6 sss_rpcidmapd - sss plugin configuration directives for rpc.idmapd
7
9 rpc.idmapd configuration file is usually found at /etc/idmapd.conf. See
10 idmapd.conf(5) for more information.
11
13 Enable SSS plugin
14 In section “[Translation]”, modify/set “Method” attribute to contain
15 sss.
16
17 [sss] config section
18 In order to change the default of one of the configuration attributes
19 of the sss plugin listed below you will need to create a config section
20 for it, named “[sss]”.
21
22 Configuration attributes
23
24 memcache (bool)
25 Indicates whether or not to use memcache optimisation technique.
26
27 Default: True
28
30 The sss plugin requires the NSS Responder to be enabled in sssd.
31
32 The attribute “use_fully_qualified_names” must be enabled on all
33 domains (NFSv4 clients expect a fully qualified name to be sent on the
34 wire).
35
37 The following example shows a minimal idmapd.conf which makes use of
38 the sss plugin.
39
40 [General]
41 Verbosity = 2
42 # domain must be synced between NFSv4 server and clients
43 # Solaris/Illumos/AIX use "localdomain" as default!
44 Domain = default
45
46 [Mapping]
47 Nobody-User = nfsnobody
48 Nobody-Group = nfsnobody
49
50 [Translation]
51 Method = sss
52
53
55 sssd(8), idmapd.conf(5)
56
58 Noam Meltzer
59 Primary Data Inc.
60 Developer (2013-2014)
61
62 Noam Meltzer <tsnoam@gmail.com>
63 Developer (2014-)
64
65
66
67sss rpc.idmapd plugin 11/08/2021 SSS_RPCIDMAPD(5)