From f48cb50f12f91a775a52e827c5f88c77c30e4a07 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 9 May 2001 23:43:06 +0000 Subject: [PATCH] Zap presentation address match define --- servers/slapd/schema_init.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index b06349928c..47121340e4 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -71,7 +71,6 @@ /* unimplemented matching routines */ #define caseIgnoreListMatch NULL #define caseIgnoreListSubstringsMatch NULL -#define presentationAddressMatch NULL #define protocolInformationMatch NULL #define integerFirstComponentMatch NULL @@ -4500,7 +4499,7 @@ struct mrule_defs_rec mrule_defs[] = { "SYNTAX 1.3.6.1.4.1.1466.115.121.1.43 )", SLAP_MR_EQUALITY | SLAP_MR_EXT, NULL, NULL, - presentationAddressMatch, NULL, NULL, + NULL, NULL, NULL, NULL}, {"( 2.5.13.23 NAME 'uniqueMemberMatch' " -- 2.39.5