From 97216f0129366ac4850f62dac104b8d280ba517a Mon Sep 17 00:00:00 2001 From: Noam Meltzer Date: Sat, 6 Sep 2014 12:07:25 +0000 Subject: NFSv4 client: man page changes from previous patch: * fixed idmapd.conf example (sss plugin name) * squahsed the rpm spec into one commit Reviewed-by: Jakub Hrozek --- src/man/sss_rpcidmapd.5.xml | 132 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 src/man/sss_rpcidmapd.5.xml (limited to 'src/man/sss_rpcidmapd.5.xml') diff --git a/src/man/sss_rpcidmapd.5.xml b/src/man/sss_rpcidmapd.5.xml new file mode 100644 index 000000000..e2d0fe95b --- /dev/null +++ b/src/man/sss_rpcidmapd.5.xml @@ -0,0 +1,132 @@ + + + +SSSD Manual pages + + + sss rpc.idmapd plugin + + Noam + Meltzer + + Primary Data Inc. + + Developer (2013-2014) + + + Noam + Meltzer + Developer (2014-) + tsnoam@gmail.com + + + + + sss_rpcidmapd + 5 + File Formats and Conventions + + + + sss_rpcidmapd + sss plugin configuration directives for rpc.idmapd + + + + CONFIGURATION FILE + + rpc.idmapd configuration file is usually found at + /etc/idmapd.conf. See + + idmapd.conf + 5 + for more information. + + + + + SSS CONFIGURATION EXTENSION + + Enable SSS plugin + + In section [Translation], modify/set + Method attribute to contain + sss. + + + + [sss] config section + + 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]. + + + Configuration attributes + + memcache (bool) + + + Indicates whether or not to use memcache + optimisation technique. + + + Default: True + + + + + + + + + SSSD INTEGRATION + + The sss plugin requires the NSS Responder + 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). + + + + + 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 + + + + + + SEE ALSO + + + sssd8 + , + + idmapd.conf + 5 + + + + + -- cgit