From 8f0d9e274fb4dc60fce94d6a9c83f6e1260f31aa Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Sun, 22 Oct 2006 23:46:42 +0000
Subject: [PATCH] Add the nsUniqueId operational attribute to the OpenDS schema.  We don't intend to use it, but it can help provide compatibility with the Sun Java System Directory Server, as that server includes the nsUniqueId attribute when performing LDIF exports.

---
 opends/resource/schema/00-core.ldif |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/opends/resource/schema/00-core.ldif b/opends/resource/schema/00-core.ldif
index 6b9763e..b3673d7 100644
--- a/opends/resource/schema/00-core.ldif
+++ b/opends/resource/schema/00-core.ldif
@@ -365,6 +365,10 @@
   DESC 'Sun-defined access control information attribute type'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE directoryOperation
   X-ORIGIN 'Sun Java System Directory Server' )
+attributeTypes: ( 2.16.840.1.113730.3.1.542 NAME 'nsUniqueId'
+  DESC 'Sun-defined unique identifier' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+  SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation
+  X-ORIGIN 'Sun Java System Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.1466.101.120.1 NAME 'administratorsAddress'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE directoryOperation
   X-ORIGIN 'draft-wahl-ldap-adminaddr' )

--
Gitblit v1.10.0