]> git.sur5r.net Git - openldap/commitdiff
Fix syntax/matching-rules for ref and labeledURI
authorKurt Zeilenga <kurt@openldap.org>
Thu, 15 Mar 2001 03:00:52 +0000 (03:00 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 15 Mar 2001 03:00:52 +0000 (03:00 +0000)
servers/slapd/schema/core.schema

index 75bef44b1f1cecccc161a545ffa45aa0c9b23c43..0a3b28f59d7925e775db4d7f1c471693743c6da3 100644 (file)
@@ -470,8 +470,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'
@@ -542,8 +542,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'