Blame SOURCES/0073-MAN-clarify-which-shell-option-takes-precedence.patch

2fc102
From 045b0cbf342d50ce07fc768fbce63b9bd0309215 Mon Sep 17 00:00:00 2001
2fc102
From: Jakub Hrozek <jhrozek@redhat.com>
2fc102
Date: Wed, 29 Jan 2014 13:24:15 +0100
2fc102
Subject: [PATCH 73/73] MAN: clarify which shell option takes precedence
2fc102
2fc102
---
2fc102
 src/man/sssd.conf.5.xml | 13 +++++++------
2fc102
 1 file changed, 7 insertions(+), 6 deletions(-)
2fc102
2fc102
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
2fc102
index b879bdf63c40e80efa21644bd9ba9d2d3477af06..84770f6b28876278a0ddd6d8a8a8f9a8e0d3146f 100644
2fc102
--- a/src/man/sssd.conf.5.xml
2fc102
+++ b/src/man/sssd.conf.5.xml
2fc102
@@ -503,8 +503,9 @@ fallback_homedir = /home/%u
2fc102
                     <listitem>
2fc102
                         <para>
2fc102
                             Override the login shell for all users. This
2fc102
-                            option can be specified globally in the [nss]
2fc102
-                            section or per-domain.
2fc102
+                            option supersedes any other shell options if
2fc102
+                            it takes effect and can be set either in the
2fc102
+                            [nss] section or per-domain.
2fc102
                         </para>
2fc102
                         <para>
2fc102
                             Default: not set (SSSD will use the value
2fc102
@@ -568,10 +569,10 @@ fallback_homedir = /home/%u
2fc102
                     <term>default_shell</term>
2fc102
                     <listitem>
2fc102
                         <para>
2fc102
-                            The default shell to use if the provider does not
2fc102
-                            return one during lookup. This option supersedes
2fc102
-                            any other shell options if it takes effect and can
2fc102
-                            be set either in the [nss] section or per-domain.
2fc102
+                            The default shell to use if the provider does
2fc102
+                            not return one during lookup. This option can
2fc102
+                            be specified globally in the [nss] section
2fc102
+                            or per-domain.
2fc102
                         </para>
2fc102
                         <para>
2fc102
                             Default: not set (Return NULL if no shell is
2fc102
-- 
2fc102
1.8.4.2
2fc102