From b3b42c49656e192787a983aaa8b9ec744ba4cb9d Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 12 Dec 2011 16:35:22 +0100 Subject: Use the case sensitivity flag in responders --- src/man/sssd.conf.5.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (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 1ed408f2e..72998b44f 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -931,6 +931,20 @@ + + + case_sensitive (boolean) + + + Treat user and group names as case sensitive. At + the moment, this option is not supported in + the local provider. + + + Default: True + + + -- cgit