From c91702a7ebe8be2cf47f2d9f4fd8837e8b055d57 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Wed, 29 Nov 2006 22:16:42 +0000
Subject: [PATCH] Update the core schema to include the memberURL attribute type and the groupOfURLs objectclass that may be used to create dynamic groups.

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

diff --git a/opendj-sdk/opends/resource/schema/00-core.ldif b/opendj-sdk/opends/resource/schema/00-core.ldif
index b3673d7..333256f 100644
--- a/opendj-sdk/opends/resource/schema/00-core.ldif
+++ b/opendj-sdk/opends/resource/schema/00-core.ldif
@@ -372,6 +372,9 @@
 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' )
+attributeTypes: ( 2.16.840.1.113730.3.1.198 NAME 'memberURL'
+  DESC 'Sun-defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+  X-ORIGIN 'Sun Java System Directory Server' )
 objectClasses: ( 2.5.6.0 NAME 'top' ABSTRACT MUST objectClass
   X-ORIGIN 'RFC 2256' )
 objectClasses: ( 2.5.6.1 NAME 'alias' SUP top STRUCTURAL MUST aliasedObjectName
@@ -522,4 +525,8 @@
   DESC 'Inheritable LDAP Subentry class, version 1'  SUP ldapSubEntry
   STRUCTURAL  MUST ( inheritable )  MAY  ( blockInheritance )
   X-ORIGIN 'draft-ietf-ldup-subentry' )
+objectClasses: ( 2.16.840.1.113730.3.2.33 NAME 'groupOfURLs'
+  DESC 'Sun-defined objectclass' SUP top MUST ( cn )
+  MAY ( memberURL $ businessCategory $ description $ o $ ou $ owner $ seeAlso )
+  X-ORIGIN 'Sun Java System Directory Server' )
 

--
Gitblit v1.10.0