From b3b0b08237f691f88c775b1eb0b0f9dda661faa4 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 31 Aug 2006 20:20:12 +0000
Subject: [PATCH] Update the standards list to include the draft-wahl-ldap-adminaddr Internet Draft, and update the server schema to include the administratorsAddress attribute type definition.

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

diff --git a/opendj-sdk/opends/resource/schema/00-core.ldif b/opendj-sdk/opends/resource/schema/00-core.ldif
index 474efa9..8946827 100644
--- a/opendj-sdk/opends/resource/schema/00-core.ldif
+++ b/opendj-sdk/opends/resource/schema/00-core.ldif
@@ -365,6 +365,9 @@
   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: ( 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' )
 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