blob: 508bc5be8202ec59cd42daf287cc06376225cbc2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# This patch is obtained from:
#
# http://www.openldap.org/lists/openldap-technical/201212/msg00055.html
#
--- servers/slapd/schema_prep.c.orig 2014-09-18 18:48:49.000000000 -0700
+++ servers/slapd/schema_prep.c 2015-03-31 17:26:23.439844478 -0700
@@ -908,6 +908,7 @@
"DESC 'RFC4519: common supertype of name attributes' "
"EQUALITY caseIgnoreMatch "
"SUBSTR caseIgnoreSubstringsMatch "
+ "ORDERING caseIgnoreOrderingMatch "
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )",
NULL, SLAP_AT_ABSTRACT,
NULL, NULL,
|