From e5d8e5e436667166facdce454b240549dcfd04cd Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 13 Nov 2009 10:50:27 -0500 Subject: Make the sysdb user and group names case-sensitive --- server/db/sysdb_private.h | 1 - 1 file changed, 1 deletion(-) (limited to 'server/db') diff --git a/server/db/sysdb_private.h b/server/db/sysdb_private.h index 1f603eb4b..ea4b24680 100644 --- a/server/db/sysdb_private.h +++ b/server/db/sysdb_private.h @@ -34,7 +34,6 @@ "cn: CASE_INSENSITIVE\n" \ "dc: CASE_INSENSITIVE\n" \ "dn: CASE_INSENSITIVE\n" \ - "name: CASE_INSENSITIVE\n" \ "objectclass: CASE_INSENSITIVE\n" \ "\n" \ "dn: @INDEXLIST\n" \ -- cgit