Return-Path: linux-nfs-owner@vger.kernel.org Received: from mail-ea0-f173.google.com ([209.85.215.173]:33060 "EHLO mail-ea0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756329AbaCDHiQ (ORCPT ); Tue, 4 Mar 2014 02:38:16 -0500 Received: by mail-ea0-f173.google.com with SMTP id r15so136444ead.18 for ; Mon, 03 Mar 2014 23:38:15 -0800 (PST) From: Noam Meltzer To: noam@primarydata.com, linux-nfs@vger.kernel.org, sssd-devel@lists.fedorahosted.org Subject: [PATCH v2 4/5] NFSv4 client: man page Date: Tue, 4 Mar 2014 09:37:55 +0200 Message-Id: <1393918676-20865-5-git-send-email-noam@primarydata.com> In-Reply-To: <1393918676-20865-1-git-send-email-noam@primarydata.com> References: <1393918676-20865-1-git-send-email-noam@primarydata.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: --- src/man/Makefile.am | 4 +- src/man/include/seealso.xml | 4 ++ src/man/sss_rpcidmapd.5.xml | 97 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 104 insertions(+), 1 deletion(-) create mode 100644 src/man/sss_rpcidmapd.5.xml diff --git a/src/man/Makefile.am b/src/man/Makefile.am index eb87980..97a1b66 100644 --- a/src/man/Makefile.am +++ b/src/man/Makefile.am @@ -42,7 +42,9 @@ man_MANS = \ sssd.8 sssd.conf.5 sssd-ldap.5 \ sssd-krb5.5 sssd-ipa.5 sssd-simple.5 sssd-ad.5 \ sssd_krb5_locator_plugin.8 sss_groupshow.8 \ - pam_sss.8 sss_obfuscate.8 sss_cache.8 sss_debuglevel.8 sss_seed.8 + pam_sss.8 sss_obfuscate.8 sss_cache.8 sss_debuglevel.8 sss_seed.8 \ + sss_rpcidmapd.5 \ + $(NULL) if BUILD_SSH man_MANS += sss_ssh_authorizedkeys.1 sss_ssh_knownhostsproxy.1 diff --git a/src/man/include/seealso.xml b/src/man/include/seealso.xml index 4f79431..ad6aaab 100644 --- a/src/man/include/seealso.xml +++ b/src/man/include/seealso.xml @@ -77,5 +77,9 @@ pam_sss8 . + + sss_rpcidmapd + 5 + diff --git a/src/man/sss_rpcidmapd.5.xml b/src/man/sss_rpcidmapd.5.xml new file mode 100644 index 0000000..791870e --- /dev/null +++ b/src/man/sss_rpcidmapd.5.xml @@ -0,0 +1,97 @@ + + + +SSSD Manual pages + + + sss_nfs + Noam Meltzer, Primary Data Inc. - noam@primarydata.com + + + + sss_rpcidmapd + 5 + File Formats and Conventions + + + + sss_rpcidmapd + sss_nfs 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_nfs. + + + + [sss_nfs] config section + + In order to change the default of one of the configuration + attributes of the sss_nfs plugin listed + below you will need to create a config section for it, named + [sss_nfs]. + + + Configuration attributes + + memcache (bool) + + + Indicates whether or not to use memcache + optimisation technique. + + + Default: True + + + + + + + + + SSSD INTEGRATION + + The sss_nfs 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). + + + + + SEE ALSO + + + sssd8 + , + + idmapd.conf + 5 + + + + + -- 1.8.5.3