From 5ceb2e9601d2501d021d0c61188ec913076555a0 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 26 Sep 2007 12:21:02 +0000
Subject: [PATCH] Merge branches/temp-admin@3208 onto trunk@3208.
---
opends/src/admin/defn/org/opends/server/admin/std/SchemaBackendConfiguration.xml | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/SchemaBackendConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/SchemaBackendConfiguration.xml
index d4c035a..47d275d 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/SchemaBackendConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/SchemaBackendConfiguration.xml
@@ -49,12 +49,11 @@
</adm:description>
<adm:profile name="ldap">
<ldap:object-class>
- <ldap:oid>1.3.6.1.4.1.26027.1.2.9</ldap:oid>
<ldap:name>ds-cfg-schema-backend</ldap:name>
<ldap:superior>ds-cfg-backend</ldap:superior>
</ldap:object-class>
</adm:profile>
- <adm:property-override name="backend-class">
+ <adm:property-override name="java-class">
<adm:default-behavior>
<adm:defined>
<adm:value>
@@ -68,11 +67,11 @@
multi-valued="true">
<adm:synopsis>
This defines the base DN(s) at which the schema information will be
- published, in addition to the value included in the ds-cfg-backend-base-dn
+ published, in addition to the value included in the ds-cfg-base-dn
configuration attribute.
</adm:synopsis>
<adm:description>
- The value provided in the ds-cfg-backend-base-dn configuration attribute
+ The value provided in the ds-cfg-base-dn configuration attribute
is the only one that will appear in the subschemaSubentry operational
attribute of the server's root DSE (which is necessary because that is a
single-valued attribute) and as a virtual attribute in other entries,
@@ -91,7 +90,6 @@
</adm:syntax>
<adm:profile name="ldap">
<ldap:attribute>
- <ldap:oid>1.3.6.1.4.1.26027.1.1.113</ldap:oid>
<ldap:name>ds-cfg-schema-entry-dn</ldap:name>
</ldap:attribute>
</adm:profile>
@@ -115,9 +113,8 @@
</adm:syntax>
<adm:profile name="ldap">
<ldap:attribute>
- <ldap:oid>1.3.6.1.4.1.26027.1.1.141</ldap:oid>
<ldap:name>ds-cfg-show-all-attributes</ldap:name>
</ldap:attribute>
</adm:profile>
</adm:property>
-</adm:managed-object>
\ No newline at end of file
+</adm:managed-object>
--
Gitblit v1.10.0