Blame SOURCES/0103-MAN-Update-case_sensitive-Preserving-in-man-pages.patch

905b4d
From 834ab87e8f5a3f9937e0997cb5427e205959d344 Mon Sep 17 00:00:00 2001
905b4d
From: Michal Zidek <mzidek@redhat.com>
905b4d
Date: Wed, 12 Nov 2014 15:47:11 +0100
905b4d
Subject: [PATCH 103/104] MAN: Update case_sensitive=Preserving in man pages.
905b4d
905b4d
https://fedorahosted.org/sssd/ticket/2462
905b4d
---
905b4d
 src/man/sssd.conf.5.xml | 7 +++++--
905b4d
 1 file changed, 5 insertions(+), 2 deletions(-)
905b4d
905b4d
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
905b4d
index fbaca66724f7023dfa6068c225d6f61af0e662bb..5f801f25690f4f7c15b8e030968c6d052daa3812 100644
905b4d
--- a/src/man/sssd.conf.5.xml
905b4d
+++ b/src/man/sssd.conf.5.xml
905b4d
@@ -2013,8 +2013,11 @@ fallback_homedir = /home/%u
905b4d
                                 <listitem>
905b4d
                                     <para>
905b4d
                                         Same as False (case insensitive), but
905b4d
-                                        does not lowercase names in the output
905b4d
-                                        of getpwnam and getgrnam.
905b4d
+                                        does not lowercase names in the result
905b4d
+                                        of NSS operations. Note that name
905b4d
+                                        aliases (and in case of services also
905b4d
+                                        protocol names) are still lowercased in
905b4d
+                                        the output.
905b4d
                                     </para>
905b4d
                                 </listitem>
905b4d
                             </varlistentry>
905b4d
-- 
905b4d
1.9.3
905b4d