From 52f89960e0a1daaf9b342b712a78a233435e7dc7 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 30 Sep 2011 15:32:22 +0000
Subject: [PATCH] Fix OPENDJ-258: Integrate attribute cleanup plugin into OpenDJ (contributed by Profiq S.R.O)
---
opends/resource/schema/02-config.ldif | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif
index 42625ff..bb28aec 100644
--- a/opends/resource/schema/02-config.ldif
+++ b/opends/resource/schema/02-config.ldif
@@ -2660,6 +2660,14 @@
NO-USER-MODIFICATION
USAGE directoryOperation
X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.28
+ NAME 'ds-cfg-remove-inbound-attributes'
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+ X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.29
+ NAME 'ds-cfg-rename-inbound-attributes'
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+ X-ORIGIN 'OpenDJ Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.1
NAME 'ds-cfg-access-control-handler'
SUP top
@@ -4426,3 +4434,10 @@
ds-cfg-cached-password-storage-scheme $
ds-cfg-cached-password-ttl )
X-ORIGIN 'OpenDJ Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.36733.2.1.2.5
+ NAME 'ds-cfg-attribute-cleanup-plugin'
+ SUP ds-cfg-plugin
+ STRUCTURAL
+ MAY ( ds-cfg-remove-inbound-attributes $
+ ds-cfg-rename-inbound-attributes )
+ X-ORIGIN 'OpenDJ Directory Server' )
--
Gitblit v1.10.0