URL: https://github.com/SSSD/sssd/pull/723
Author: jhrozek
 Title: #723: MAN: Explicitly state that not all generic domain options are 
supported for the files provider
Action: synchronized

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/723/head:pr723
git checkout pr723
From 91f8237e8fbbc5f098c2f29261ca70751e9de279 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Thu, 3 Jan 2019 15:32:26 +0100
Subject: [PATCH] MAN: Explicitly state that not all generic domain options are
 supported for the files provider

Resolves:
https://pagure.io/SSSD/sssd/issue/3882
---
 src/man/sssd-files.5.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/man/sssd-files.5.xml b/src/man/sssd-files.5.xml
index 067e21949..34b107965 100644
--- a/src/man/sssd-files.5.xml
+++ b/src/man/sssd-files.5.xml
@@ -84,7 +84,13 @@
                 <refentrytitle>sssd.conf</refentrytitle>
                 <manvolnum>5</manvolnum>
             </citerefentry> manual page for details on the configuration
-            of an SSSD domain.
+            of an SSSD domain. But the purpose of the files provider is
+            to expose the same data as the UNIX files, just through the
+            SSSD interfaces. Therefore not all generic domain options are
+            supported. Likewise, some global options, such as overriding
+            the shell in the <quote>nss</quote> section for all domains
+            has no effect on the files domain unless explicitly specified
+            per-domain.
             <variablelist>
                 <varlistentry>
                     <term>passwd_files (string)</term>
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org

Reply via email to