From 9b88d8643e4f7a311d2b228d2bce5c043bba82b5 Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Fri, 31 Aug 2007 22:49:33 +0000 Subject: [PATCH] Create configuration definitions for "generic" objects in the server configuration. This also includes allocating object classes for each of these types. This will help make it easier for users to create new instances of these kinds of configuration objects because they will not need to know the fully-qualified name of the Java class that implements the associated logic. --- opends/resource/schema/02-config.ldif | 123 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 123 insertions(+), 0 deletions(-) diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif index e08c763..445a47e 100644 --- a/opends/resource/schema/02-config.ldif +++ b/opends/resource/schema/02-config.ldif @@ -2285,4 +2285,127 @@ STRUCTURAL MUST ( ds-cfg-key-id ) X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.125 NAME 'ds-cfg-entryuuid-plugin' + SUP ds-cfg-plugin STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.126 NAME 'ds-cfg-lastmod-plugin' + SUP ds-cfg-plugin STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.127 NAME 'ds-cfg-ldap-ad-list-plugin' + SUP ds-cfg-plugin STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.128 NAME 'ds-cfg-jmx-alert-handler' + SUP ds-cfg-alert-handler STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.129 NAME 'ds-cfg-memory-backend' + SUP ds-cfg-backend STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.130 NAME 'ds-cfg-monitor-backend' + SUP ds-cfg-backend STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.131 + NAME 'ds-cfg-cancel-extended-operation-handler' + SUP ds-cfg-extended-operation-handler STRUCTURAL + X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.132 + NAME 'ds-cfg-get-connection-id-extended-operation-handler' + SUP ds-cfg-extended-operation-handler STRUCTURAL + X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.133 + NAME 'ds-cfg-password-policy-state-extended-operation-handler' + SUP ds-cfg-extended-operation-handler STRUCTURAL + X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.134 + NAME 'ds-cfg-starttls-extended-operation-handler' + SUP ds-cfg-extended-operation-handler STRUCTURAL + X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.135 + NAME 'ds-cfg-who-am-i-extended-operation-handler' + SUP ds-cfg-extended-operation-handler STRUCTURAL + X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.136 + NAME 'ds-cfg-static-group-implementation' SUP ds-cfg-group-implementation + STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.137 + NAME 'ds-cfg-dynamic-group-implementation' SUP ds-cfg-group-implementation + STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.138 + NAME 'ds-cfg-virtual-static-group-implementation' + SUP ds-cfg-group-implementation STRUCTURAL + X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.139 + NAME 'ds-cfg-client-connection-monitor-provider' SUP ds-cfg-monitor-provider + STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.140 + NAME 'ds-cfg-stack-trace-monitor-provider' SUP ds-cfg-monitor-provider + STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.141 + NAME 'ds-cfg-system-info-monitor-provider' SUP ds-cfg-monitor-provider + STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.142 + NAME 'ds-cfg-version-monitor-provider' SUP ds-cfg-monitor-provider + STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.143 + NAME 'ds-cfg-base64-password-storage-scheme' + SUP ds-cfg-password-storage-scheme STRUCTURAL + X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.144 + NAME 'ds-cfg-clear-password-storage-scheme' + SUP ds-cfg-password-storage-scheme STRUCTURAL + X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.145 + NAME 'ds-cfg-crypt-password-storage-scheme' + SUP ds-cfg-password-storage-scheme STRUCTURAL + X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.146 + NAME 'ds-cfg-md5-password-storage-scheme' SUP ds-cfg-password-storage-scheme + STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.147 + NAME 'ds-cfg-sha1-password-storage-scheme' SUP ds-cfg-password-storage-scheme + STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.148 + NAME 'ds-cfg-salted-md5-password-storage-scheme' + SUP ds-cfg-password-storage-scheme STRUCTURAL + X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.149 + NAME 'ds-cfg-salted-sha1-password-storage-scheme' + SUP ds-cfg-password-storage-scheme STRUCTURAL + X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.150 + NAME 'ds-cfg-salted-sha256-password-storage-scheme' + SUP ds-cfg-password-storage-scheme STRUCTURAL + X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.151 + NAME 'ds-cfg-salted-sha384-password-storage-scheme' + SUP ds-cfg-password-storage-scheme STRUCTURAL + X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.152 + NAME 'ds-cfg-salted-sha512-password-storage-scheme' + SUP ds-cfg-password-storage-scheme STRUCTURAL + X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.153 + NAME 'ds-cfg-anonymous-sasl-mechanism-handler' + SUP ds-cfg-sasl-mechanism-handler STRUCTURAL + X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.154 + NAME 'ds-cfg-blind-trust-manager-provider' SUP ds-cfg-trust-manager-provider + STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.155 + NAME 'ds-cfg-entrydn-virtual-attribute' SUP ds-cfg-virtual-attribute + STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.156 + NAME 'ds-cfg-entryuuid-virtual-attribute' SUP ds-cfg-virtual-attribute + STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.157 + NAME 'ds-cfg-hassubordinates-virtual-attribute' SUP ds-cfg-virtual-attribute + STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.158 + NAME 'ds-cfg-numsubordinates-virtual-attribute' SUP ds-cfg-virtual-attribute + STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.159 + NAME 'ds-cfg-ismemberof-virtual-attribute' SUP ds-cfg-virtual-attribute + STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.160 + NAME 'ds-cfg-subschemasubentry-virtual-attribute' + SUP ds-cfg-virtual-attribute STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.161 + NAME 'ds-cfg-config-file-handler-backend' SUP ds-cfg-backend STRUCTURAL + X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.162 + NAME 'ds-cfg-subject-equals-dn-certificate-mapper' + SUP ds-cfg-certificate-mapper STRUCTURAL X-ORIGIN 'OpenDS Directory Server' ) -- Gitblit v1.10.0