From 5f0beaca17d5b84a9e9cbd9b43b9260316bc85c0 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Wed, 16 Aug 2006 16:19:43 +0000
Subject: [PATCH] Update the definition for the ref attribute type in the 00-core.ldif schema configuration file to indicate that the origin for this attribute is RFC 3296.

---
 opendj-sdk/opends/resource/schema/00-core.ldif |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/resource/schema/00-core.ldif b/opendj-sdk/opends/resource/schema/00-core.ldif
index 75c79b7..474efa9 100644
--- a/opendj-sdk/opends/resource/schema/00-core.ldif
+++ b/opendj-sdk/opends/resource/schema/00-core.ldif
@@ -353,7 +353,8 @@
   SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation X-ORIGIN 'RFC 3045' )
 attributeTypes: ( 2.16.840.1.113730.3.1.34 NAME 'ref'
   DESC 'named reference - a labeledURI' EQUALITY caseExactMatch
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE distributedOperation )
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE distributedOperation
+  X-ORIGIN 'RFC 3296' )
 attributeTypes: ( 1.3.6.1.4.1.7628.5.4.1 NAME 'inheritable'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE NO-USER-MODIFICATION
   USAGE dSAOperation X-ORIGIN 'draft-ietf-ldup-subentry' )

--
Gitblit v1.10.0