On 11/13/2014 07:43 PM, Jakub Hrozek wrote:
On Wed, Nov 12, 2014 at 04:14:21PM +0100, Michal Židek wrote:
Hello,

some man page fixes.

https://fedorahosted.org/sssd/ticket/2462

Michal

 From 77a40c49602cab00d3179bf266a01eddaf1f60de Mon Sep 17 00:00:00 2001
From: Michal Zidek <[email protected]>
Date: Wed, 12 Nov 2014 15:47:11 +0100
Subject: [PATCH] MAN: Update case_sensitive=Preserving in man pages.

https://fedorahosted.org/sssd/ticket/2462
---
  src/man/sssd.conf.5.xml | 7 +++++--
  1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index fbaca66..e1f44df 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -2013,8 +2013,11 @@ fallback_homedir = /home/%u
                                  <listitem>
                                      <para>
                                          Same as False (case insensitive), but
-                                        does not lowercase names in the output
-                                        of getpwnam and getgrnam.
+                                        does not lowercase names in the result
+                                        of NSS operations. Note that name 
aliases
+                                        are still lowercased in the output. In 
the
+                                        future this option will affect the 
output
+                                        from InfoPipe D-Bus responder as well.
                                      </para>
                                  </listitem>
                              </varlistentry>
--
1.9.3


I would drop the sentence about InfoPipe, simply because we'll likely
forget to remove it when we actually honor the case_preserving attribute
:-)

Ok. I also realized it would probably be good to mention, that
in case of services the protocol names are not lowercased as well.

New patches are attached.

Michal

>From 45b7a00970543c0bc988f31830ef29d20e715a66 Mon Sep 17 00:00:00 2001
From: Michal Zidek <[email protected]>
Date: Wed, 12 Nov 2014 15:47:11 +0100
Subject: [PATCH] MAN: Update case_sensitive=Preserving in man pages.

https://fedorahosted.org/sssd/ticket/2462
---
 src/man/sssd.conf.5.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index fbaca66..5f801f2 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -2013,8 +2013,11 @@ fallback_homedir = /home/%u
                                 <listitem>
                                     <para>
                                         Same as False (case insensitive), but
-                                        does not lowercase names in the output
-                                        of getpwnam and getgrnam.
+                                        does not lowercase names in the result
+                                        of NSS operations. Note that name
+                                        aliases (and in case of services also
+                                        protocol names) are still lowercased in
+                                        the output.
                                     </para>
                                 </listitem>
                             </varlistentry>
-- 
1.9.3

_______________________________________________
sssd-devel mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to