From: Julio Sánchez Fernández Date: Tue, 15 Jun 1999 12:37:06 +0000 (+0000) Subject: We don't have a definition for caseIgnoreListSubstringsMatch, disable X-Git-Tag: OPENLDAP_REL_ENG_2_BP~308 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7ef4ec98b7a845cd3c74610393dfc52367256244;p=openldap We don't have a definition for caseIgnoreListSubstringsMatch, disable references to it for now. --- 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