Hi,
I forgot to declare the case_sensitive option as string in the
sssd.api.conf when I changed it to 3 state option
(true|false|preserving). This caused authconfig to fail
when case_sensitive was set to preserving.
See attached simple patch.
Michal
>From 3a77f1634b4d49afcb7de680849839782c8aeb28 Mon Sep 17 00:00:00 2001
From: Michal Zidek <mzi...@redhat.com>
Date: Wed, 1 Oct 2014 12:34:17 +0200
Subject: [PATCH] sssd.api.conf: Declare case_sensitive as string
---
src/config/etc/sssd.api.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/config/etc/sssd.api.conf b/src/config/etc/sssd.api.conf
index 52629de..c7b8a01 100644
--- a/src/config/etc/sssd.api.conf
+++ b/src/config/etc/sssd.api.conf
@@ -117,7 +117,7 @@ filter_groups = list, str, false
dns_resolver_timeout = int, None, false
dns_discovery_domain = str, None, false
override_gid = int, None, false
-case_sensitive = bool, None, false
+case_sensitive = str, None, false
override_homedir = str, None, false
fallback_homedir = str, None, false
homedir_substring = str, None, false
--
1.9.3
_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel