From: Julio Sánchez Fernández Date: Fri, 16 Jul 1999 10:51:31 +0000 (+0000) Subject: Fix syntax oid for type 2.16.840.1.113730.3.1.34 (ref) X-Git-Tag: OPENLDAP_REL_ENG_2_BP~116 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8af470a543be1039c1eace2e4db8f50cb89cbe9b;p=openldap Fix syntax oid for type 2.16.840.1.113730.3.1.34 (ref) --- diff --git a/servers/slapd/schema/core.schema b/servers/slapd/schema/core.schema index e88e9ebf19..e36ebc062c 100644 --- a/servers/slapd/schema/core.schema +++ b/servers/slapd/schema/core.schema @@ -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'