From 7ef4ec98b7a845cd3c74610393dfc52367256244 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julio=20S=C3=A1nchez=20Fern=C3=A1ndez?= Date: Tue, 15 Jun 1999 12:37:06 +0000 Subject: [PATCH] We don't have a definition for caseIgnoreListSubstringsMatch, disable references to it for now. --- servers/slapd/schema/core.schema | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/servers/slapd/schema/core.schema b/servers/slapd/schema/core.schema index 0ec5d371c8..fa5c8900a6 100644 --- a/servers/slapd/schema/core.schema +++ b/servers/slapd/schema/core.schema @@ -150,8 +150,11 @@ attribute ( 2.5.4.15 NAME 'businessCategory' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} ) +# Show stopper: we don't have the definition of caseIgnoreListSubstringsMatch +#attribute ( 2.5.4.16 NAME 'postalAddress' EQUALITY caseIgnoreListMatch +# SUBSTR caseIgnoreListSubstringsMatch +# SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 ) attribute ( 2.5.4.16 NAME 'postalAddress' EQUALITY caseIgnoreListMatch - SUBSTR caseIgnoreListSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 ) attribute ( 2.5.4.17 NAME 'postalCode' EQUALITY caseIgnoreMatch -- 2.39.5