From 7489eb27963605cad8203d6ecdf369a852f29445 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 15 Mar 2001 04:15:24 +0000 Subject: [PATCH] Update ref/labeledURI syntax --- servers/slapd/schema/core.schema | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/servers/slapd/schema/core.schema b/servers/slapd/schema/core.schema index 7c637f9230..481d7e83b9 100644 --- a/servers/slapd/schema/core.schema +++ b/servers/slapd/schema/core.schema @@ -456,8 +456,8 @@ objectclass ( 1.3.6.1.4.1.1466.101.120.111 NAME 'extensibleObject' # attributetype ( 1.3.6.1.4.1.250.1.57 NAME 'labeledURI' DESC 'RFC2079: Uniform Resource Identifier with optional label' - EQUALITY caseExactIA5Match - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) + EQUALITY caseExactMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject' DESC 'RFC2079: object that contains the URI attribute type' @@ -528,8 +528,8 @@ objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject' # attributetype ( 2.16.840.1.113730.3.1.34 NAME 'ref' DESC 'Named referral' - EQUALITY caseExactIA5Match - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 + EQUALITY caseExactMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE distributedOperation ) objectclass ( 2.16.840.1.113730.3.2.6 NAME 'referral' -- 2.39.5