diff options
author | Michal Zidek <mzidek@redhat.com> | 2014-11-12 15:47:11 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-11-20 11:24:47 +0100 |
commit | a40897fce90abf48882ea74f923711df7333fecf (patch) | |
tree | ec903ba3c104ef68895a70e3724f83222a7a0724 /src | |
parent | b114bcc370c8d78b5e9f43963cfa91213901c3be (diff) | |
download | sssd-a40897fce90abf48882ea74f923711df7333fecf.tar.gz sssd-a40897fce90abf48882ea74f923711df7333fecf.tar.xz sssd-a40897fce90abf48882ea74f923711df7333fecf.zip |
MAN: Update case_sensitive=Preserving in man pages.
https://fedorahosted.org/sssd/ticket/2462
Diffstat (limited to 'src')
-rw-r--r-- | src/man/sssd.conf.5.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index fbaca6672..5f801f256 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> |