From a40897fce90abf48882ea74f923711df7333fecf Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Wed, 12 Nov 2014 15:47:11 +0100 Subject: 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(-) (limited to 'src') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index fbaca667..5f801f25 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -2013,8 +2013,11 @@ fallback_homedir = /home/%u 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. -- cgit