From patchwork Tue Mar 4 07:37:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Noam Meltzer X-Patchwork-Id: 3759361 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id B714B9F376 for ; Tue, 4 Mar 2014 07:38:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B0B7620411 for ; Tue, 4 Mar 2014 07:38:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B811420304 for ; Tue, 4 Mar 2014 07:38:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756331AbaCDHiR (ORCPT ); Tue, 4 Mar 2014 02:38:17 -0500 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=xdn69QvOE3xvQLSKeDyDzK7pjeamfOCUm5vmDXc5KBk=; b=kuWaZWI1m9PIsV0THURLZzzKEP6znjofoICIv5ij+6oQTk3zRmUTMB8aDEyNx+lpms nqr4SB5pTV9b8XKBsT+wV8chhpmIJP1sfb/lWdw+qHgnLKcdVXWM6oqNvmXXEcgc4jmm e8EO0KaRoZLsYUdXSJlAFF1puKt1hfYfyCfL/ErG63OzinK7zpzKZquJYTC7Tu/6+bgB iDiHLCgfXVGfbObRHwwFnduiyeiJlbuBd9I6UmHNJ+iEMGfq20Ml1PcGKr88g1LNbSPt 3gOhtyMD7gt0ns0aybShCfw0hUGP5FfQVQ/QPBWV2PZzgXyya8JDMfPJSW32jxl5sral 9hxQ== X-Gm-Message-State: ALoCoQknYcYavWQ76WGxxHcx8FDS+nvwJO7f6ODMOzwmycl6NlDZ1fYKDiLCtBymVrW6b4zf6Cs8 X-Received: by 10.15.81.197 with SMTP id x45mr44190015eey.28.1393918695510; Mon, 03 Mar 2014 23:38:15 -0800 (PST) Received: from primarydata.com ([213.57.21.46]) by mx.google.com with ESMTPSA id m1sm59615848een.7.2014.03.03.23.38.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Mar 2014 23:38:14 -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> X-Mailer: git-send-email 1.8.5.3 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 Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP --- 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 + + + + +