From 2db1f5a13b7198de00b2b14232110ab42fc361ac Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 8 Mar 2010 20:53:49 -0700 Subject: Add support for additional schema/matching rules included with 389 https://bugzilla.redhat.com/show_bug.cgi?id=559315 Resolves: bug 559315 Bug Description: Searching some attributes are now case sensitive when they were previously case-insensitive Reviewed by: nhosoi (Thanks!) Fix Description: 1) The 60qmail.ldif schema we ship used integerMatch and IA5 syntax because we used not to support numericString syntax and matching rules - these have been changed to use the standard qmail definitions 2) Allow IA5String syntax to use caseExactSubstringsMatch - this is required by krbPrincipalName --- ldap/schema/60qmail.ldif | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldap/schema') diff --git a/ldap/schema/60qmail.ldif b/ldap/schema/60qmail.ldif index 8a625485..c118befc 100644 --- a/ldap/schema/60qmail.ldif +++ b/ldap/schema/60qmail.ldif @@ -134,8 +134,8 @@ attributeTypes: ( 1.3.6.1.4.1.7914.1.2.1.13 NAME 'qmailAccountPurge' DESC 'The earliest date when a mailMessageStore will be purged' - EQUALITY integerMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 + EQUALITY numericStringMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.36 SINGLE-VALUE ) # -- cgit