summaryrefslogtreecommitdiffstats
path: root/ldap/schema
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2010-03-08 20:53:49 -0700
committerRich Megginson <rmeggins@redhat.com>2010-03-09 09:50:22 -0700
commit2db1f5a13b7198de00b2b14232110ab42fc361ac (patch)
tree9c32f0844fb28dc085ccf30aeb693b9846885c38 /ldap/schema
parentb8ff06dd240df947fee972fe13bb2826ebb02048 (diff)
downloadds-2db1f5a13b7198de00b2b14232110ab42fc361ac.tar.gz
ds-2db1f5a13b7198de00b2b14232110ab42fc361ac.tar.xz
ds-2db1f5a13b7198de00b2b14232110ab42fc361ac.zip
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
Diffstat (limited to 'ldap/schema')
-rw-r--r--ldap/schema/60qmail.ldif4
1 files changed, 2 insertions, 2 deletions
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
)
#