]> git.sur5r.net Git - openldap/commitdiff
Fix syntax oid for type 2.16.840.1.113730.3.1.34 (ref)
authorJulio Sánchez Fernández <jsanchez@openldap.org>
Fri, 16 Jul 1999 10:51:31 +0000 (10:51 +0000)
committerJulio Sánchez Fernández <jsanchez@openldap.org>
Fri, 16 Jul 1999 10:51:31 +0000 (10:51 +0000)
servers/slapd/schema/core.schema

index e88e9ebf19b9f085804f53b1eeb14578180b35ec..e36ebc062c28da1453428bb726d4500a3ecd6014 100644 (file)
@@ -444,7 +444,7 @@ objectclass ( 1.3.6.1.4.1.1466.101.120.111 NAME 'extensibleObject'
 #      used to represent referrals in the directory
 #
 attribute ( 2.16.840.1.113730.3.1.34 NAME 'ref' DESC 'URL Reference'
-       EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.1466.115.121.1.26
+       EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        USAGE distributedOperation )
 
 objectclass ( 2.16.840.1.113730.3.2.6 NAME 'referral'