From abbf4f494f57c2b0a7ad0ac758db24a1c05df9be Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Tue, 15 Jul 2014 13:16:28 -0400 Subject: MAN: case_sensitivity man page update Fixes: https://fedorahosted.org/sssd/ticket/2367 Reviewed-by: Pavel Reichl Reviewed-by: Stephen Gallagher --- src/man/sssd.conf.5.xml | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) (limited to 'src/man/sssd.conf.5.xml') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index c6a137bbf..2eb0b6222 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -1838,15 +1838,42 @@ fallback_homedir = /home/%u - case_sensitive (boolean) + case_sensitive (string) Treat user and group names as case sensitive. At the moment, this option is not supported in - the local provider. + the local provider. Possible option values are: + + + True + + + Case sensitive. This value is invalid + for AD provider. + + + + + False + + Case insensitive. + + + + Preserving + + + Same as False (case insensitive), but + does not lowercase names in the output + of getpwnam and getgrnam. + + + + - Default: True + Default: True (False for AD provider) -- cgit