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 :-) _______________________________________________ sssd-devel mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
