From 34c2eb8eadbf02eb8f2a618b8f4c9d17c08ed287 Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Wed, 29 Nov 2006 22:25:10 +0000 Subject: [PATCH] Update the core schema to include the isMemberOf attribute type used by the Sun Java System Directory Server 6. --- opendj-sdk/opends/resource/schema/00-core.ldif | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/resource/schema/00-core.ldif b/opendj-sdk/opends/resource/schema/00-core.ldif index 333256f..b1e41d2 100644 --- a/opendj-sdk/opends/resource/schema/00-core.ldif +++ b/opendj-sdk/opends/resource/schema/00-core.ldif @@ -375,6 +375,10 @@ 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' ) +attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.792 NAME 'isMemberOf' + DESC 'Sun-defined attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 + NO-USER-MODIFICATION USAGE directoryOperation + 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 -- Gitblit v1.10.0