[jboss-cvs] JBossAS SVN: r79940 - in projects/security/security-jboss-sx/trunk/jbosssx: src/test/java/org/jboss/test/security/ldap and 6 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 22 16:31:45 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-10-22 16:31:45 -0400 (Wed, 22 Oct 2008)
New Revision: 79940

Added:
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/java/org/jboss/test/security/ldap/OpenDS.java
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/ldap/
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/ldap/example1.ldif
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/admin-backend.ldif
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/upgrade/config.ldif.4337
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/upgrade/schema.ldif.4337
Removed:
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/upgrade/config.ldif.2794
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/upgrade/schema.ldif.2794
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/jboss/
Modified:
   projects/security/security-jboss-sx/trunk/jbosssx/pom.xml
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/java/org/jboss/test/security/ldap/OpenDSUnitTestCase.java
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/java/org/jboss/test/security/ldap/OpenDSUtil.java
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/config.ldif
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/00-core.ldif
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/01-pwpolicy.ldif
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/02-config.ldif
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-changelog.ldif
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc2713.ldif
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc2714.ldif
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc2739.ldif
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc2926.ldif
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc3112.ldif
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc3712.ldif
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-uddiv3.ldif
   projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/04-rfc2307bis.ldif
Log:
upgrade to opends 1.0.0 and clean up the opends test

Modified: projects/security/security-jboss-sx/trunk/jbosssx/pom.xml
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/pom.xml	2008-10-22 19:22:22 UTC (rev 79939)
+++ projects/security/security-jboss-sx/trunk/jbosssx/pom.xml	2008-10-22 20:31:45 UTC (rev 79940)
@@ -203,10 +203,10 @@
       </dependency>
       <dependency>
          <groupId>sun-opends</groupId>
-         <artifactId>opends-core</artifactId>
-         <version>1.0.0-BUILD04</version>
+         <artifactId>OpenDS</artifactId>
+         <version>1.0.0</version>
          <scope>test</scope>
-      </dependency>    
+      </dependency>
       <dependency>
          <groupId>sleepycat</groupId>
          <artifactId>je</artifactId>

Added: projects/security/security-jboss-sx/trunk/jbosssx/src/test/java/org/jboss/test/security/ldap/OpenDS.java
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/java/org/jboss/test/security/ldap/OpenDS.java	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/java/org/jboss/test/security/ldap/OpenDS.java	2008-10-22 20:31:45 UTC (rev 79940)
@@ -0,0 +1,66 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors. 
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.security.ldap;
+
+import java.io.File;
+
+import org.opends.messages.Message;
+import org.opends.server.types.DirectoryEnvironmentConfig;
+import org.opends.server.util.EmbeddedUtils;
+
+/**
+ * Represents the OpenDS LDAP Server
+ * @author Anil.Saldhana at redhat.com
+ */
+public class OpenDS
+{
+   private String serverRoot = "";
+   
+   public OpenDS()
+   {   
+   }
+   
+   public void intialize(String serverRoot)
+   {
+      this.serverRoot = serverRoot;
+   } 
+   
+   public void startServer() throws Exception
+   {
+      DirectoryEnvironmentConfig config = new DirectoryEnvironmentConfig();
+      config.setServerRoot(new File(serverRoot));
+      config.setForceDaemonThreads(true);
+      
+      EmbeddedUtils.startServer(config ); 
+   }
+   
+   public void stopServer() throws Exception
+   {
+      if(EmbeddedUtils.isRunning())
+         EmbeddedUtils.stopServer(getClass().getName(),  Message.EMPTY);     
+   }
+   
+   public boolean isRunning()
+   {
+      return EmbeddedUtils.isRunning();
+   }
+}
\ No newline at end of file

Modified: projects/security/security-jboss-sx/trunk/jbosssx/src/test/java/org/jboss/test/security/ldap/OpenDSUnitTestCase.java
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/java/org/jboss/test/security/ldap/OpenDSUnitTestCase.java	2008-10-22 19:22:22 UTC (rev 79939)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/java/org/jboss/test/security/ldap/OpenDSUnitTestCase.java	2008-10-22 20:31:45 UTC (rev 79940)
@@ -28,12 +28,10 @@
 import javax.naming.NamingEnumeration;
 import javax.naming.directory.DirContext;
 import javax.naming.directory.InitialDirContext;
+import javax.naming.directory.SearchControls;
+import javax.naming.directory.SearchResult;
 
 import org.jboss.test.JBossTestCase;
-import org.opends.messages.Message;
-import org.opends.server.tools.LDAPModify;
-import org.opends.server.types.DirectoryEnvironmentConfig;
-import org.opends.server.util.EmbeddedUtils;
 
 /**
  *  Test Basic OpenDS functionality
@@ -44,16 +42,27 @@
 public class OpenDSUnitTestCase extends JBossTestCase
 {   
    private String serverHost;
-   private String port = "1389";
-   private String adminDN = "cn=Directory Manager";
+   private String port = "10389";
    private String adminPW = "password";
    private String dn = "dc=jboss,dc=org";
+   private String adminDN = "cn=Directory Manager";
    private OpenDSUtil util = new OpenDSUtil();
+   
+   /**
+    * Use a different value for the system property on 
+    * a JVM that is not shipped by Sun
+    */
+   String ldapCtxFactory = System.getProperty("ldapctx.factory",
+         "com.sun.jndi.ldap.LdapCtxFactory");
 
    String baseDir = System.getProperty("user.dir");
    String fs = System.getProperty("file.separator");
-   String openDSDir = fs + "src" + fs + "test" + fs + "resources" + fs + "opends" ; 
    
+   String targetDir = "target" + fs + "test-classes" + fs;
+   String openDSDir =   targetDir + "opends" ; 
+   
+   OpenDS opends = null;
+   
    public OpenDSUnitTestCase(String name)
    {
       super(name); 
@@ -61,85 +70,84 @@
 
    @Override
    protected void setUp() throws Exception
-   { 
+   {   
       super.setUp();
-      serverHost = getServerHost();     
-      System.setProperty("org.opends.server.ServerRoot", baseDir + openDSDir);
-      EmbeddedUtils.startServer(new DirectoryEnvironmentConfig());
+      serverHost = getServerHost(); 
+      
+      opends = new OpenDS();
+      opends.intialize(openDSDir);
+      opends.startServer();
+      assertTrue(opends.isRunning()); 
    }
    
    @Override
    protected void tearDown() throws Exception
    {
-      super.tearDown();
-      assertTrue("DS is running",EmbeddedUtils.isRunning());
+      super.tearDown(); 
+      assertTrue("DS is running",opends.isRunning());
       shutdown();
-      assertFalse("DS is not running",EmbeddedUtils.isRunning());
+      assertFalse("DS is not running",opends.isRunning());
    } 
-
-   public void testOpenDS() throws Exception
-   {  
+   
+   public void testLDAPAddDelete() throws Exception
+   {
+      String fileName = targetDir + "ldap" + fs + "example1.ldif";
+      boolean op = util.addLDIF(serverHost, port, adminDN, adminPW, new File(fileName).toURL());
+      assertTrue(op);
+      
       DirContext dc = null;
-      NamingEnumeration ne = null;
+      NamingEnumeration<SearchResult> ne = null;
       try
       {
          dc = this.getDirContext();
-         assertNotNull("DirContext exists?", dc);
-         /*if(util.existsDN(serverHost, port, dn))
-            util.deleteDN(serverHost, port, adminDN, adminPW, dn, true);
-         assertTrue("ldap add success?" , performLdifAdd());
-         assertTrue("ldap search success?" , util.existsDN(serverHost, port, dn));
-         assertTrue("ldap delete success?",
-               util.deleteDN(serverHost, port, adminDN, adminPW, dn, true));
-         assertFalse("ldap search should fail" , util.existsDN(serverHost, port, dn));
-*/
-         /*assertTrue("ldap add success?" , performLdifAdd());
+         assertNotNull("DirContext exists?", dc);  
+
+         //Use JDK JNDI code for a search
          SearchControls sc = new SearchControls();
          sc.setSearchScope(SearchControls.SUBTREE_SCOPE);
          ne = dc.search(dn, "(objectclass=*)", sc);
          while (ne.hasMore()) 
          { 
-            SearchResult sr = (SearchResult) ne.next(); 
+            SearchResult sr = ne.next(); 
             assertTrue("Search Result exists?", sr != null); 
-        }
-        assertTrue("ldap delete success?",
-               util.deleteDN(serverHost, port, adminDN, adminPW, dn, true));
-        assertFalse("ldap search should fail" , util.existsDN(serverHost, port, dn));*/
+         }
+
+         //We will delete the DIT just created
+         assertTrue(util.deleteDNRecursively(serverHost, port, adminDN, adminPW, dn)); 
+
+         assertFalse("The DIT does not exist", util.existsDN(serverHost, port, dn));
       }
+      catch(Exception e)
+      {
+         System.err.println("Error in searching:");
+         e.printStackTrace();
+      } 
+
       finally
       {
          if(ne != null)
             ne.close();
          if(dc != null)
            dc.close(); 
-      } 
-   } 
-   
-   private void shutdown()
-   {
+      }  
+   }
+    
+   private void shutdown() throws Exception
+   { 
       //Check if the server is running
-      if(EmbeddedUtils.isRunning())
-         EmbeddedUtils.stopServer(getClass().getName(),  Message.EMPTY); 
+      if(opends.isRunning())
+         opends.stopServer();
    }
    
    private DirContext getDirContext() throws Exception
    {
       String url = "ldap://" + serverHost  + ":" + port;
-      Hashtable env = new Hashtable();
-      env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");
+      Hashtable<String, String> env = new Hashtable<String,String>();
+      env.put(Context.INITIAL_CONTEXT_FACTORY, ldapCtxFactory);
       env.put(Context.PROVIDER_URL, url);
       env.put(Context.SECURITY_AUTHENTICATION, "simple");
       env.put(Context.SECURITY_PRINCIPAL, adminDN);
       env.put(Context.SECURITY_CREDENTIALS, adminPW);
       return new InitialDirContext(env);   
-   }
-   
-   private boolean performLdifAdd() throws Exception
-   {
-      File file = new File(openDSDir + fs + "jboss" + fs + "example1.ldif"); 
-      String[] cmd = new String[] {"-h", getServerHost(), "-p",
-            "" + port, "-D", adminDN, "-w", adminPW, "-a", "-f",file.getPath()};
-      
-      return LDAPModify.mainModify(cmd) == 0;
    } 
-}
+}
\ No newline at end of file

Modified: projects/security/security-jboss-sx/trunk/jbosssx/src/test/java/org/jboss/test/security/ldap/OpenDSUtil.java
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/java/org/jboss/test/security/ldap/OpenDSUtil.java	2008-10-22 19:22:22 UTC (rev 79939)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/java/org/jboss/test/security/ldap/OpenDSUtil.java	2008-10-22 20:31:45 UTC (rev 79940)
@@ -49,7 +49,7 @@
             port, "-D", admin,
             "-w", adminpwd, "-a", "-f",ldifFile.getPath()};
       log.debug("addLDIF:" + print(cmd));
-      return LDAPModify.mainModify(cmd) == 0;
+      return LDAPModify.mainModify(cmd, false, System.out, System.err) == 0;
    }
    
    /**
@@ -65,16 +65,51 @@
    public boolean deleteDN(String serverHost, String port, String admin,
          String adminpwd, String dnToDelete, boolean recursive)
    { 
+      System.out.println("Start delete DN");
       String rec = recursive ? "-x" : " ";
       
       String[] cmd = new String[] {"-h", serverHost, "-p",
             port, "-D", admin,
-            "-w", adminpwd, rec,dnToDelete};
+            "-w", adminpwd, 
+            "-V", "3",
+            rec,
+            "--noPropertiesFile",
+            dnToDelete};
       log.debug("deleteDN:" + print(cmd)); 
-      return LDAPDelete.mainDelete(cmd) == 0;
+      boolean result = LDAPDelete.mainDelete(cmd, false, System.out, System.err) == 0;
+      System.out.println("END delete DN");
+      return result;
    }
    
    /**
+    * Recursively delete a DN
+    * @param serverHost
+    * @param port
+    * @param admin
+    * @param adminpwd
+    * @param dnToDelete
+    * @return
+    */
+   public boolean deleteDNRecursively(String serverHost, String port, String admin,
+         String adminpwd, String dnToDelete)
+   {
+      String[] args =
+      {
+         "-h", serverHost,
+         "-p", port,
+         "-V", "3",
+         "-D", admin,
+         "-w", adminpwd,
+         "-x",
+         "--noPropertiesFile",
+        dnToDelete
+      };
+  
+       boolean result = LDAPDelete.mainDelete(args, false, System.out, System.err) == 0;
+       return result; 
+   }
+   
+   /**
     * Check whether a DN exists. Typically before you do a ldap delete
     * @param serverHost
     * @param port
@@ -83,10 +118,13 @@
     */
    public boolean existsDN(String serverHost, String port, String dn)
    {   
+      System.out.println("Start Search");
       String[] cmd = new String[] {"-h", serverHost, "-p",
             port, "-b", dn ,"-s", "sub", "objectclass=*"};
       log.debug("existsDN:" + print(cmd)); 
-      return LDAPSearch.mainSearch(cmd) == 0;
+      boolean result = LDAPSearch.mainSearch(cmd) == 0; 
+      System.out.println("End Search");
+      return result;
    }
    
    /**
@@ -149,7 +187,7 @@
       StringBuilder sb = new StringBuilder();
       int len = arr != null ? arr.length : 0;
       for(int i=0; i < len; i++)
-         sb.append(arr[i]);
+         sb.append(arr[i]).append(" ");
       return sb.toString();
    }
 }

Added: projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/ldap/example1.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/ldap/example1.ldif	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/ldap/example1.ldif	2008-10-22 20:31:45 UTC (rev 79940)
@@ -0,0 +1,38 @@
+dn: dc=jboss,dc=org
+objectclass: dcObject
+objectclass: organization
+o: JBoss
+dc: JBoss
+
+dn: ou=People,dc=jboss,dc=org
+objectclass: top
+objectclass: organizationalUnit
+ou: People
+
+dn: uid=jduke,ou=People,dc=jboss,dc=org
+objectclass: top
+objectclass: uidObject
+objectclass: person
+uid: jduke
+cn: Java Duke
+sn: Duke
+userPassword: theduke
+
+dn: ou=Roles,dc=jboss,dc=org
+objectclass: top
+objectclass: organizationalUnit
+ou: Roles
+
+dn: cn=Echo,ou=Roles,dc=jboss,dc=org
+objectClass: top
+objectClass: groupOfNames
+cn: Echo
+description: the JBossAdmin group
+member: uid=jduke,ou=People,dc=jboss,dc=org
+
+dn: cn=TheDuke,ou=Roles,dc=jboss,dc=org
+objectClass: groupOfNames
+objectClass: top
+cn: TheDuke
+description: TheDuke role context
+member: uid=jduke,ou=People,dc=jboss,dc=org

Added: projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/admin-backend.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/admin-backend.ldif	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/admin-backend.ldif	2008-10-22 20:31:45 UTC (rev 79940)
@@ -0,0 +1,32 @@
+dn: cn=admin data
+objectClass: ds-cfg-branch
+objectClass: top
+cn: admin data
+
+dn: cn=instance keys,cn=admin data
+objectClass: ds-cfg-branch
+objectClass: top
+cn: instance keys
+
+dn: cn=secret keys,cn=admin data
+objectClass: ds-cfg-branch
+objectClass: top
+cn: secret keys
+
+dn: cn=Administrators,cn=admin data
+objectClass: top
+objectClass: groupofurls
+memberURL: ldap:///cn=Administrators,cn=admin data??one?(objectclass=*)
+description: Group of identities which have full access.
+cn: Administrators
+
+dn: cn=Server Groups,cn=admin data
+objectClass: ds-cfg-branch
+objectClass: top
+cn: Server Groups
+
+dn: cn=all-servers,cn=Server Groups,cn=admin data
+objectClass: groupOfUniqueNames
+objectClass: top
+cn: all-servers
+

Modified: projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/config.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/config.ldif	2008-10-22 19:22:22 UTC (rev 79939)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/config.ldif	2008-10-22 20:31:45 UTC (rev 79940)
@@ -1,53 +1,13 @@
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License").  You may not use this file except in compliance
-# with the License.
-#
-# You can obtain a copy of the license at
-# trunk/opends/resource/legal-notices/OpenDS.LICENSE
-# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at
-# trunk/opends/resource/legal-notices/OpenDS.LICENSE.  If applicable,
-# add the following below this CDDL HEADER, with the fields enclosed
-# by brackets "[]" replaced with your own identifying information:
-#      Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#      Portions Copyright 2006-2007 Sun Microsystems, Inc.
-#
-#
 # This file contains the primary Directory Server configuration.  It must not
-# be directly edited while the server is online.  The server configuration
+# be directly edited while the server is online. The server configuration
 # should only be managed using the administration utilities provided with the
-# Directory Server.
-
+# Directory Server
 dn: cn=config
 objectClass: top
 objectClass: ds-cfg-root-config
-cn: config
-ds-cfg-check-schema: true
+ds-cfg-reject-unauthenticated-requests: false
+ds-cfg-single-structural-objectclass-behavior: reject
 ds-cfg-add-missing-rdn-attributes: true
-ds-cfg-allow-attribute-name-exceptions: false
-ds-cfg-invalid-attribute-syntax-behavior: reject
-ds-cfg-single-structural-objectclass-behavior: reject
-ds-cfg-notify-abandoned-operations: false
-ds-cfg-proxied-authorization-identity-mapper-dn: cn=Exact Match,cn=Identity Mappers,cn=config
-ds-cfg-size-limit: 1000
-ds-cfg-time-limit: 60 seconds
-ds-cfg-lookthrough-limit: 5000
-ds-cfg-writability-mode: enabled
-ds-cfg-bind-with-dn-requires-password: true
-ds-cfg-reject-unauthenticated-requests: false
-ds-cfg-default-password-policy: cn=Default Password Policy,cn=Password Policies,cn=config
-ds-cfg-return-bind-error-messages: false
-ds-cfg-idle-time-limit: 0 seconds
 ds-cfg-allowed-task: org.opends.server.tasks.AddSchemaFileTask
 ds-cfg-allowed-task: org.opends.server.tasks.BackupTask
 ds-cfg-allowed-task: org.opends.server.tasks.DisconnectClientTask
@@ -56,25 +16,45 @@
 ds-cfg-allowed-task: org.opends.server.tasks.ImportTask
 ds-cfg-allowed-task: org.opends.server.tasks.InitializeTargetTask
 ds-cfg-allowed-task: org.opends.server.tasks.InitializeTask
+ds-cfg-allowed-task: org.opends.server.tasks.SetGenerationIdTask
 ds-cfg-allowed-task: org.opends.server.tasks.LeaveLockdownModeTask
 ds-cfg-allowed-task: org.opends.server.tasks.RebuildTask
 ds-cfg-allowed-task: org.opends.server.tasks.RestoreTask
 ds-cfg-allowed-task: org.opends.server.tasks.ShutdownTask
+ds-cfg-writability-mode: enabled
+ds-cfg-check-schema: true
+ds-cfg-save-config-on-successful-startup: true
+ds-cfg-idle-time-limit: 0 seconds
+ds-cfg-time-limit: 60 seconds
+ds-cfg-entry-cache-preload: false
+ds-cfg-return-bind-error-messages: false
+ds-cfg-bind-with-dn-requires-password: true
+ds-cfg-default-password-policy: cn=Default Password Policy,cn=Password Policies,cn=config
+ds-cfg-proxied-authorization-identity-mapper: cn=Exact Match,cn=Identity Mappers,cn=config
+ds-cfg-max-allowed-client-connections: 0
+ds-cfg-invalid-attribute-syntax-behavior: reject
+ds-cfg-size-limit: 1000
+ds-cfg-etime-resolution: milliseconds
+cn: config
+ds-cfg-allow-attribute-name-exceptions: false
+ds-cfg-lookthrough-limit: 5000
+ds-cfg-notify-abandoned-operations: false
 
 dn: cn=Access Control Handler,cn=config
+objectClass: ds-cfg-dsee-compat-access-control-handler
+objectClass: ds-cfg-access-control-handler
 objectClass: top
-objectClass: ds-cfg-access-control-handler
-objectClass: ds-cfg-dseecompat-access-control-handler
-ds-cfg-global-aci: (extop="1.3.6.1.4.1.26027.1.6.1 || 1.3.6.1.4.1.4203.1.11.1 || 1.3.6.1.4.1.1466.20037 || 1.3.6.1.4.1.4203.1.11.3") (version 3.0; acl "Anonymous extended operation access"; allow(read) userdn="ldap:///anyone";)
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.authorization.dseecompat.AciHandler
+ds-cfg-global-aci: (extop="1.3.6.1.4.1.26027.1.6.1 || 1.3.6.1.4.1.26027.1.6.3 || 1.3.6.1.4.1.4203.1.11.1 || 1.3.6.1.4.1.1466.20037 || 1.3.6.1.4.1.4203.1.11.3") (version 3.0; acl "Anonymous extended operation access"; allow(read) userdn="ldap:///anyone";)
 ds-cfg-global-aci: (targetcontrol="2.16.840.1.113730.3.4.2 || 2.16.840.1.113730.3.4.17 || 2.16.840.1.113730.3.4.19 || 1.3.6.1.4.1.4203.1.10.2 || 1.3.6.1.4.1.42.2.27.8.5.1 || 2.16.840.1.113730.3.4.16") (version 3.0; acl "Anonymous control access"; allow(read) userdn="ldap:///anyone";)
 ds-cfg-global-aci: (targetattr!="userPassword||authPassword")(version 3.0; acl "Anonymous read access"; allow (read,search,compare) userdn="ldap:///anyone";)
 ds-cfg-global-aci: (targetattr="*")(version 3.0; acl "Self entry modification"; allow (write) userdn="ldap:///self";)
-ds-cfg-global-aci: (target="ldap:///cn=schema")(targetscope="base")(targetattr="attributeTypes||dITContentRules||dITStructureRules||ldapSyntaxes||matchingRules||matchingRuleUse||nameForms||objectClasses")(version 3.0; acl "User-Visible Schema Operational Attributes"; allow (read,search,compare) userdn="ldap:///anyone";)
-ds-cfg-global-aci: (target="ldap:///")(targetscope="base")(targetattr="namingContexts||supportedAuthPasswordSchemes||supportedControl||supportedExtension||supportedFeatures||supportedSASLMechanisms||vendorName||vendorVersion")(version 3.0; acl "User-Visible Root DSE Operational Attributes"; allow (read,search,compare) userdn="ldap:///anyone";)
+ds-cfg-global-aci: (target="ldap:///cn=schema")(targetscope="base")(targetattr="objectClass||attributeTypes||dITContentRules||dITStructureRules||ldapSyntaxes||matchingRules||matchingRuleUse||nameForms||objectClasses")(version 3.0; acl "User-Visible Schema Operational Attributes"; allow (read,search,compare) userdn="ldap:///anyone";)
+ds-cfg-global-aci: (target="ldap:///")(targetscope="base")(targetattr="objectClass||namingContexts||supportedAuthPasswordSchemes||supportedControl||supportedExtension||supportedFeatures||supportedLDAPVersion||supportedSASLMechanisms||vendorName||vendorVersion")(version 3.0; acl "User-Visible Root DSE Operational Attributes"; allow (read,search,compare) userdn="ldap:///anyone";)
 ds-cfg-global-aci: (targetattr="createTimestamp||creatorsName||modifiersName||modifyTimestamp||entryDN||entryUUID||subschemaSubentry")(version 3.0; acl "User-Visible Operational Attributes"; allow (read,search,compare) userdn="ldap:///anyone";)
+ds-cfg-global-aci: (target="ldap:///dc=replicationchanges")(targetattr="*")(version 3.0; acl "Replication backend access"; deny (all) userdn="ldap:///anyone";)
 cn: Access Control Handler
-ds-cfg-acl-handler-class: org.opends.server.authorization.dseecompat.AciHandler
-ds-cfg-acl-handler-enabled: true
 
 dn: cn=Account Status Notification Handlers,cn=config
 objectClass: top
@@ -82,12 +62,12 @@
 cn: Account Status Notification Handlers
 
 dn: cn=Error Log Handler,cn=Account Status Notification Handlers,cn=config
+objectClass: ds-cfg-error-log-account-status-notification-handler
 objectClass: top
 objectClass: ds-cfg-account-status-notification-handler
-objectClass: ds-cfg-error-log-account-status-notification-handler
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.ErrorLogAccountStatusNotificationHandler
 cn: Error Log Handler
-ds-cfg-account-status-notification-handler-class: org.opends.server.extensions.ErrorLogAccountStatusNotificationHandler
-ds-cfg-account-status-notification-handler-enabled: true
 ds-cfg-account-status-notification-type: account-temporarily-locked
 ds-cfg-account-status-notification-type: account-permanently-locked
 ds-cfg-account-status-notification-type: account-unlocked
@@ -101,6 +81,41 @@
 ds-cfg-account-status-notification-type: password-reset
 ds-cfg-account-status-notification-type: password-changed
 
+dn: cn=SMTP Handler,cn=Account Status Notification Handlers,cn=config
+objectClass: top
+objectClass: ds-cfg-smtp-account-status-notification-handler
+objectClass: ds-cfg-account-status-notification-handler
+ds-cfg-sender-address: opends-notifications at example.com
+ds-cfg-send-message-without-end-user-address: false
+ds-cfg-enabled: false
+ds-cfg-java-class: org.opends.server.extensions.SMTPAccountStatusNotificationHandler
+ds-cfg-email-address-attribute-type: mail
+ds-cfg-message-template-file: account-temporarily-locked:config/messages/account-temporarily-locked.template
+ds-cfg-message-template-file: account-permanently-locked:config/messages/account-permanently-locked.template
+ds-cfg-message-template-file: account-unlocked:config/messages/account-unlocked.template
+ds-cfg-message-template-file: account-idle-locked:config/messages/account-idle-locked.template
+ds-cfg-message-template-file: account-reset-locked:config/messages/account-reset-locked.template
+ds-cfg-message-template-file: account-disabled:config/messages/account-disabled.template
+ds-cfg-message-template-file: account-enabled:config/messages/account-enabled.template
+ds-cfg-message-template-file: account-expired:config/messages/account-expired.template
+ds-cfg-message-template-file: password-expired:config/messages/password-expired.template
+ds-cfg-message-template-file: password-expiring:config/messages/password-expiring.template
+ds-cfg-message-template-file: password-reset:config/messages/password-reset.template
+ds-cfg-message-template-file: password-changed:config/messages/password-changed.template
+cn: SMTP Handler
+ds-cfg-message-subject: account-temporarily-locked:Your directory account has been locked
+ds-cfg-message-subject: account-permanently-locked:Your directory account has been locked
+ds-cfg-message-subject: account-unlocked:Your directory account has been unlocked
+ds-cfg-message-subject: account-idle-locked:Your directory account has been locked
+ds-cfg-message-subject: account-reset-locked:Your directory account has been locked
+ds-cfg-message-subject: account-disabled:Your directory account has been disabled
+ds-cfg-message-subject: account-enabled:Your directory account has been re-enabled
+ds-cfg-message-subject: account-expired:Your directory account has expired
+ds-cfg-message-subject: password-expired:Your directory password has expired
+ds-cfg-message-subject: password-expiring:Your directory password is going to expire
+ds-cfg-message-subject: password-reset:Your directory password has been reset
+ds-cfg-message-subject: password-changed:Your directory password has been changed
+
 dn: cn=Alert Handlers,cn=config
 objectClass: top
 objectClass: ds-cfg-branch
@@ -108,140 +123,209 @@
 
 dn: cn=JMX Alert Handler,cn=Alert Handlers,cn=config
 objectClass: top
+objectClass: ds-cfg-jmx-alert-handler
 objectClass: ds-cfg-alert-handler
+ds-cfg-enabled: false
+ds-cfg-java-class: org.opends.server.extensions.JMXAlertHandler
 cn: JMX Alert Handler
-ds-cfg-alert-handler-class: org.opends.server.extensions.JMXAlertHandler
-ds-cfg-alert-handler-enabled: false
 
 dn: cn=Backends,cn=config
 objectClass: top
 objectClass: ds-cfg-branch
 cn: Backends
 
+dn: ds-cfg-backend-id=adminRoot,cn=Backends,cn=config
+objectClass: ds-cfg-ldif-backend
+objectClass: top
+objectClass: ds-cfg-backend
+ds-cfg-is-private-backend: true
+ds-cfg-backend-id: adminRoot
+ds-cfg-base-dn: cn=admin data
+ds-cfg-enabled: true
+ds-cfg-writability-mode: enabled
+ds-cfg-ldif-file: config/admin-backend.ldif
+ds-cfg-java-class: org.opends.server.backends.LDIFBackend
+
+dn: ds-cfg-backend-id=ads-truststore,cn=Backends,cn=config
+objectClass: ds-cfg-trust-store-backend
+objectClass: top
+objectClass: ds-cfg-backend
+ds-cfg-trust-store-file: config/ads-truststore
+ds-cfg-backend-id: ads-truststore
+ds-cfg-trust-store-pin-file: config/ads-truststore.pin
+ds-cfg-base-dn: cn=ads-truststore
+ds-cfg-enabled: true
+ds-cfg-writability-mode: enabled
+ds-cfg-trust-store-type: JKS
+ds-cfg-java-class: org.opends.server.backends.TrustStoreBackend
+
+dn: ds-cfg-backend-id=backup,cn=Backends,cn=config
+objectClass: ds-cfg-backup-backend
+objectClass: top
+objectClass: ds-cfg-backend
+ds-cfg-backend-id: backup
+ds-cfg-base-dn: cn=backups
+ds-cfg-enabled: true
+ds-cfg-backup-directory: bak
+ds-cfg-writability-mode: disabled
+ds-cfg-java-class: org.opends.server.backends.BackupBackend
+
+dn: ds-cfg-backend-id=config,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-backend
+objectClass: ds-cfg-config-file-handler-backend
+ds-cfg-backend-id: config
+ds-cfg-base-dn: cn=config
+ds-cfg-enabled: true
+ds-cfg-writability-mode: enabled
+ds-cfg-java-class: org.opends.server.extensions.ConfigFileHandler
+
+dn: ds-cfg-backend-id=monitor,cn=Backends,cn=config
+objectClass: ds-cfg-monitor-backend
+objectClass: top
+objectClass: ds-cfg-backend
+ds-cfg-backend-id: monitor
+ds-cfg-base-dn: cn=monitor
+ds-cfg-enabled: true
+ds-cfg-writability-mode: disabled
+ds-cfg-java-class: org.opends.server.backends.MonitorBackend
+
+dn: ds-cfg-backend-id=schema,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-schema-backend
+objectClass: ds-cfg-backend
+ds-cfg-backend-id: schema
+ds-cfg-base-dn: cn=schema
+ds-cfg-enabled: true
+ds-cfg-writability-mode: enabled
+ds-cfg-java-class: org.opends.server.backends.SchemaBackend
+ds-cfg-show-all-attributes: false
+
+dn: ds-cfg-backend-id=tasks,cn=Backends,cn=config
+objectClass: ds-cfg-task-backend
+objectClass: top
+objectClass: ds-cfg-backend
+ds-cfg-task-retention-time: 24 hours
+ds-cfg-backend-id: tasks
+ds-cfg-base-dn: cn=tasks
+ds-cfg-enabled: true
+ds-cfg-writability-mode: enabled
+ds-cfg-task-backing-file: config/tasks.ldif
+ds-cfg-java-class: org.opends.server.backends.task.TaskBackend
+
 dn: ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: ds-cfg-local-db-backend
 objectClass: top
 objectClass: ds-cfg-backend
-objectClass: ds-cfg-je-backend
-ds-cfg-backend-enabled: true
-ds-cfg-backend-class: org.opends.server.backends.jeb.BackendImpl
+ds-cfg-entries-compressed: false
+ds-cfg-import-thread-count: 8
+ds-cfg-db-logging-file-handler-on: true
+ds-cfg-db-num-cleaner-threads: 1
 ds-cfg-backend-id: userRoot
-ds-cfg-backend-writability-mode: enabled
-ds-cfg-backend-base-dn: dc=jboss,dc=org
-ds-cfg-backend-directory: db
-ds-cfg-backend-mode: 700
-ds-cfg-backend-index-entry-limit: 4000
-ds-cfg-backend-subtree-delete-size-limit: 100000
-ds-cfg-backend-subtree-delete-batch-size: 5000
-ds-cfg-backend-preload-time-limit: 0 seconds
-ds-cfg-backend-import-temp-directory: importTmp
-ds-cfg-backend-import-buffer-size: 256 megabytes
-ds-cfg-backend-import-queue-size: 100
-ds-cfg-backend-import-pass-size: 0
-ds-cfg-backend-import-thread-count: 8
-ds-cfg-backend-entries-compressed: false
-ds-cfg-backend-deadlock-retry-limit: 10
-ds-cfg-backend-compact-encoding: false
-ds-cfg-database-cache-percent: 10
-ds-cfg-database-cache-size: 0 megabytes
-ds-cfg-database-txn-no-sync: false
-ds-cfg-database-txn-write-no-sync: true
-ds-cfg-database-run-cleaner: true
-ds-cfg-database-cleaner-num-threads: 1
-ds-cfg-database-cleaner-min-utilization: 75
-ds-cfg-database-evictor-lru-only: true
-ds-cfg-database-evictor-nodes-per-scan: 10
-ds-cfg-database-log-file-max: 50 megabytes
-ds-cfg-database-logging-file-handler-on: true
-ds-cfg-database-logging-level: CONFIG
-ds-cfg-database-checkpointer-bytes-interval: 20 megabytes
-ds-cfg-database-checkpointer-wakeup-interval: 30 seconds
-ds-cfg-database-lock-num-lock-tables: 19
+ds-cfg-db-cache-percent: 10
+ds-cfg-writability-mode: enabled
+ds-cfg-db-checkpointer-bytes-interval: 20 megabytes
+ds-cfg-db-checkpointer-wakeup-interval: 30 seconds
+ds-cfg-preload-time-limit: 0 seconds
+ds-cfg-base-dn: dc=jboss,dc=org
+ds-cfg-enabled: true
+ds-cfg-db-cache-size: 0 megabytes
+ds-cfg-db-run-cleaner: true
+ds-cfg-db-num-lock-tables: 19
+ds-cfg-db-cleaner-min-utilization: 75
+ds-cfg-import-queue-size: 100
+ds-cfg-db-txn-no-sync: false
+ds-cfg-db-logging-level: CONFIG
+ds-cfg-db-log-file-max: 50 megabytes
+ds-cfg-compact-encoding: true
+ds-cfg-java-class: org.opends.server.backends.jeb.BackendImpl
+ds-cfg-db-evictor-nodes-per-scan: 10
+ds-cfg-index-entry-limit: 4000
+ds-cfg-db-directory: db
+ds-cfg-db-directory-permissions: 700
+ds-cfg-db-txn-write-no-sync: true
+ds-cfg-db-evictor-lru-only: true
 
 dn: cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
 objectClass: top
 objectClass: ds-cfg-branch
 cn: Index
 
-dn: ds-cfg-index-attribute=aci,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+dn: ds-cfg-attribute=aci,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: ds-cfg-local-db-index
 objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: aci
+ds-cfg-attribute: aci
 ds-cfg-index-type: presence
 
-dn: ds-cfg-index-attribute=cn,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+dn: ds-cfg-attribute=cn,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: ds-cfg-local-db-index
 objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: cn
-ds-cfg-index-type: presence
+ds-cfg-attribute: cn
 ds-cfg-index-type: equality
 ds-cfg-index-type: substring
 
-dn: ds-cfg-index-attribute=ds-sync-hist,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+dn: ds-cfg-attribute=ds-sync-hist,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: ds-cfg-local-db-index
 objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: ds-sync-hist
+ds-cfg-attribute: ds-sync-hist
 ds-cfg-index-type: ordering
 
-dn: ds-cfg-index-attribute=entryUUID,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+dn: ds-cfg-attribute=entryUUID,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: ds-cfg-local-db-index
 objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: entryUUID
+ds-cfg-attribute: entryUUID
 ds-cfg-index-type: equality
 
-dn: ds-cfg-index-attribute=givenName,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+dn: ds-cfg-attribute=givenName,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: ds-cfg-local-db-index
 objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: givenName
-ds-cfg-index-type: presence
+ds-cfg-attribute: givenName
 ds-cfg-index-type: equality
 ds-cfg-index-type: substring
 
-dn: ds-cfg-index-attribute=mail,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+dn: ds-cfg-attribute=mail,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: ds-cfg-local-db-index
 objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: mail
-ds-cfg-index-type: presence
+ds-cfg-attribute: mail
 ds-cfg-index-type: equality
 ds-cfg-index-type: substring
 
-dn: ds-cfg-index-attribute=member,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+dn: ds-cfg-attribute=member,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: ds-cfg-local-db-index
 objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: member
+ds-cfg-attribute: member
 ds-cfg-index-type: equality
 
-dn: ds-cfg-index-attribute=objectClass,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+dn: ds-cfg-attribute=objectClass,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: ds-cfg-local-db-index
 objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: objectClass
+ds-cfg-attribute: objectClass
 ds-cfg-index-type: equality
 
-dn: ds-cfg-index-attribute=sn,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+dn: ds-cfg-attribute=sn,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: ds-cfg-local-db-index
 objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: sn
-ds-cfg-index-type: presence
+ds-cfg-attribute: sn
 ds-cfg-index-type: equality
 ds-cfg-index-type: substring
 
-dn: ds-cfg-index-attribute=telephoneNumber,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+dn: ds-cfg-attribute=telephoneNumber,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: ds-cfg-local-db-index
 objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: telephoneNumber
-ds-cfg-index-type: presence
+ds-cfg-attribute: telephoneNumber
 ds-cfg-index-type: equality
 ds-cfg-index-type: substring
 
-dn: ds-cfg-index-attribute=uid,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+dn: ds-cfg-attribute=uid,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: ds-cfg-local-db-index
 objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: uid
+ds-cfg-attribute: uid
 ds-cfg-index-type: equality
 
-dn: ds-cfg-index-attribute=uniqueMember,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+dn: ds-cfg-attribute=uniqueMember,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: ds-cfg-local-db-index
 objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: uniqueMember
+ds-cfg-attribute: uniqueMember
 ds-cfg-index-type: equality
 
 dn: cn=VLV Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
@@ -249,170 +333,172 @@
 objectClass: ds-cfg-branch
 cn: VLV Index
 
-dn: ds-cfg-backend-id=backup,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-backend
-objectClass: ds-cfg-backup-backend
-ds-cfg-backend-enabled: true
-ds-cfg-backend-class: org.opends.server.backends.BackupBackend
-ds-cfg-backend-id: backup
-ds-cfg-backend-writability-mode: disabled
-ds-cfg-backend-base-dn: cn=backups
-ds-cfg-backup-directory: bak
-
-dn: ds-cfg-backend-id=config,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-backend
-ds-cfg-backend-enabled: true
-ds-cfg-backend-class: org.opends.server.extensions.ConfigFileHandler
-ds-cfg-backend-id: config
-ds-cfg-backend-writability-mode: enabled
-ds-cfg-backend-base-dn: cn=config
-
-dn: ds-cfg-backend-id=monitor,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-backend
-ds-cfg-backend-enabled: true
-ds-cfg-backend-class: org.opends.server.backends.MonitorBackend
-ds-cfg-backend-id: monitor
-ds-cfg-backend-writability-mode: disabled
-ds-cfg-backend-base-dn: cn=monitor
-
-dn: ds-cfg-backend-id=schema,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-backend
-objectClass: ds-cfg-schema-backend
-ds-cfg-backend-enabled: true
-ds-cfg-backend-class: org.opends.server.backends.SchemaBackend
-ds-cfg-backend-id: schema
-ds-cfg-backend-writability-mode: enabled
-ds-cfg-backend-base-dn: cn=schema
-ds-cfg-show-all-attributes: false
-
-dn: ds-cfg-backend-id=tasks,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-backend
-objectClass: ds-cfg-task-backend
-ds-cfg-backend-enabled: true
-ds-cfg-backend-class: org.opends.server.backends.task.TaskBackend
-ds-cfg-backend-id: tasks
-ds-cfg-backend-writability-mode: enabled
-ds-cfg-backend-base-dn: cn=tasks
-ds-cfg-task-backing-file: config/tasks.ldif
-ds-cfg-task-retention-time: 24 hours
-
 dn: cn=Certificate Mappers,cn=config
 objectClass: top
 objectClass: ds-cfg-branch
 cn: Certificate Mappers
 
-dn: cn=Subject Equals DN,cn=Certificate Mappers,cn=config
+dn: cn=Fingerprint Mapper,cn=Certificate Mappers,cn=config
+objectClass: ds-cfg-certificate-mapper
 objectClass: top
+objectClass: ds-cfg-fingerprint-certificate-mapper
+ds-cfg-fingerprint-algorithm: MD5
+ds-cfg-fingerprint-attribute: ds-certificate-fingerprint
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.FingerprintCertificateMapper
+cn: Fingerprint Mapper
+
+dn: cn=Subject Attribute to User Attribute,cn=Certificate Mappers,cn=config
+objectClass: ds-cfg-subject-attribute-to-user-attribute-certificate-mapper
 objectClass: ds-cfg-certificate-mapper
-cn: Subject Equals DN
-ds-cfg-certificate-mapper-class: org.opends.server.extensions.SubjectEqualsDNCertificateMapper
-ds-cfg-certificate-mapper-enabled: true
+objectClass: top
+ds-cfg-subject-attribute-mapping: cn:cn
+ds-cfg-subject-attribute-mapping: e:mail
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.SubjectAttributeToUserAttributeCertificateMapper
+cn: Subject Attribute to User Attribute
 
 dn: cn=Subject DN to User Attribute,cn=Certificate Mappers,cn=config
+objectClass: ds-cfg-certificate-mapper
 objectClass: top
-objectClass: ds-cfg-certificate-mapper
 objectClass: ds-cfg-subject-dn-to-user-attribute-certificate-mapper
+ds-cfg-subject-attribute: ds-certificate-subject-dn
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.SubjectDNToUserAttributeCertificateMapper
 cn: Subject DN to User Attribute
-ds-cfg-certificate-mapper-class: org.opends.server.extensions.SubjectDNToUserAttributeCertificateMapper
-ds-cfg-certificate-mapper-enabled: true
-ds-cfg-certificate-subject-attribute-type: ds-certificate-subject-dn
 
-dn: cn=Subject Attribute to User Attribute,cn=Certificate Mappers,cn=config
-objectClass: top
+dn: cn=Subject Equals DN,cn=Certificate Mappers,cn=config
 objectClass: ds-cfg-certificate-mapper
-objectClass: ds-cfg-subject-attribute-to-user-attribute-certificate-mapper
-cn: Subject Attribute to User Attribute
-ds-cfg-certificate-mapper-class: org.opends.server.extensions.SubjectAttributeToUserAttributeCertificateMapper
-ds-cfg-certificate-mapper-enabled: true
-ds-cfg-certificate-subject-attribute-mapping: cn:cn
-ds-cfg-certificate-subject-attribute-mapping: e:mail
-
-dn: cn=Fingerprint Mapper,cn=Certificate Mappers,cn=config
 objectClass: top
-objectClass: ds-cfg-certificate-mapper
-objectClass: ds-cfg-fingerprint-certificate-mapper
-cn: Fingerprint Mapper
-ds-cfg-certificate-mapper-class: org.opends.server.extensions.FingerprintCertificateMapper
-ds-cfg-certificate-mapper-enabled: true
-ds-cfg-certificate-fingerprint-attribute-type: ds-certificate-fingerprint
-ds-cfg-certificate-fingerprint-algorithm: MD5
+objectClass: ds-cfg-subject-equals-dn-certificate-mapper
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.SubjectEqualsDNCertificateMapper
+cn: Subject Equals DN
 
 dn: cn=Connection Handlers,cn=config
 objectClass: top
 objectClass: ds-cfg-branch
 cn: Connection Handlers
 
+dn: cn=JMX Connection Handler,cn=Connection Handlers,cn=config
+objectClass: ds-cfg-jmx-connection-handler
+objectClass: top
+objectClass: ds-cfg-connection-handler
+ds-cfg-listen-port: 1689
+ds-cfg-enabled: false
+ds-cfg-use-ssl: false
+ds-cfg-ssl-cert-nickname: server-cert
+ds-cfg-java-class: org.opends.server.protocols.jmx.JmxConnectionHandler
+cn: JMX Connection Handler
+
 dn: cn=LDAP Connection Handler,cn=Connection Handlers,cn=config
+objectClass: ds-cfg-ldap-connection-handler
 objectClass: top
 objectClass: ds-cfg-connection-handler
-objectClass: ds-cfg-ldap-connection-handler
-cn: LDAP Connection Handler
-ds-cfg-connection-handler-class: org.opends.server.protocols.ldap.LDAPConnectionHandler
-ds-cfg-connection-handler-enabled: true
+ds-cfg-ssl-client-auth-policy: optional
+ds-cfg-allow-ldap-v2: true
+ds-cfg-allow-start-tls: false
+ds-cfg-use-tcp-keep-alive: true
+ds-cfg-max-request-size: 5 megabytes
+ds-cfg-use-tcp-no-delay: true
+ds-cfg-use-ssl: false
+ds-cfg-num-request-handlers: 2
+ds-cfg-ssl-cert-nickname: server-cert
+ds-cfg-java-class: org.opends.server.protocols.ldap.LDAPConnectionHandler
+ds-cfg-max-blocked-write-time-limit: 2 minutes
 ds-cfg-listen-address: 0.0.0.0
-ds-cfg-listen-port: 1389
-ds-cfg-accept-backlog: 128
-ds-cfg-allow-ldapv2: true
+ds-cfg-enabled: true
+ds-cfg-listen-port: 10389
+ds-cfg-send-rejection-notice: true
 ds-cfg-keep-stats: true
-ds-cfg-use-tcp-keepalive: true
-ds-cfg-use-tcp-nodelay: true
 ds-cfg-allow-tcp-reuse-address: true
-ds-cfg-send-rejection-notice: true
-ds-cfg-max-request-size: 5 megabytes
-ds-cfg-num-request-handlers: 2
-ds-cfg-allow-start-tls: false
-ds-cfg-use-ssl: false
-ds-cfg-ssl-client-auth-policy: optional
-ds-cfg-ssl-cert-nickname: server-cert
+cn: LDAP Connection Handler
+ds-cfg-accept-backlog: 128
 
 dn: cn=LDAPS Connection Handler,cn=Connection Handlers,cn=config
+objectClass: ds-cfg-ldap-connection-handler
 objectClass: top
 objectClass: ds-cfg-connection-handler
-objectClass: ds-cfg-ldap-connection-handler
-cn: LDAPS Connection Handler
-ds-cfg-connection-handler-class: org.opends.server.protocols.ldap.LDAPConnectionHandler
-ds-cfg-connection-handler-enabled: false
+ds-cfg-key-manager-provider: cn=JKS,cn=Key Manager Providers,cn=config
+ds-cfg-ssl-client-auth-policy: optional
+ds-cfg-allow-ldap-v2: true
+ds-cfg-allow-start-tls: false
+ds-cfg-use-tcp-keep-alive: true
+ds-cfg-max-request-size: 5 megabytes
+ds-cfg-use-tcp-no-delay: true
+ds-cfg-trust-manager-provider: cn=JKS,cn=Trust Manager Providers,cn=config
+ds-cfg-use-ssl: true
+ds-cfg-num-request-handlers: 2
+ds-cfg-ssl-cert-nickname: server-cert
+ds-cfg-java-class: org.opends.server.protocols.ldap.LDAPConnectionHandler
+ds-cfg-max-blocked-write-time-limit: 2 minutes
 ds-cfg-listen-address: 0.0.0.0
-ds-cfg-listen-port: 636
-ds-cfg-accept-backlog: 128
-ds-cfg-allow-ldapv2: true
+ds-cfg-enabled: true
+ds-cfg-listen-port: 1636
+ds-cfg-send-rejection-notice: true
 ds-cfg-keep-stats: true
-ds-cfg-use-tcp-keepalive: true
-ds-cfg-use-tcp-nodelay: true
 ds-cfg-allow-tcp-reuse-address: true
-ds-cfg-send-rejection-notice: true
-ds-cfg-max-request-size: 5 megabytes
-ds-cfg-num-request-handlers: 2
-ds-cfg-allow-start-tls: false
-ds-cfg-use-ssl: true
-ds-cfg-ssl-client-auth-policy: optional
-ds-cfg-ssl-cert-nickname: server-cert
-ds-cfg-key-manager-provider-dn: cn=JKS,cn=Key Manager Providers,cn=config
-ds-cfg-trust-manager-provider-dn: cn=JKS,cn=Trust Manager Providers,cn=config
+cn: LDAPS Connection Handler
+ds-cfg-accept-backlog: 128
 
-dn: cn=JMX Connection Handler,cn=Connection Handlers,cn=config
+dn: cn=LDIF Connection Handler,cn=Connection Handlers,cn=config
 objectClass: top
+objectClass: ds-cfg-ldif-connection-handler
 objectClass: ds-cfg-connection-handler
-objectClass: ds-cfg-jmx-connection-handler
-cn: JMX Connection Handler
-ds-cfg-connection-handler-class: org.opends.server.protocols.jmx.JmxConnectionHandler
-ds-cfg-connection-handler-enabled: false
-ds-cfg-use-ssl: false
-ds-cfg-listen-port: 1689
-ds-cfg-ssl-cert-nickname: server-cert
+ds-cfg-poll-interval: 5 seconds
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.protocols.LDIFConnectionHandler
+ds-cfg-ldif-directory: config/auto-process-ldif
+cn: LDIF Connection Handler
 
-dn: cn=Entry Cache,cn=config
+#dn: cn=SNMP Connection Handler,cn=Connection Handlers,cn=config
+#objectClass: top
+#objectClass: ds-cfg-snmp-connection-handler
+#objectClass: ds-cfg-connection-handler
+#ds-cfg-listen-port: 161
+#ds-cfg-enabled: false
+#ds-cfg-trap-port: 162
+#ds-cfg-java-class: org.opends.server.snmp.SNMPConnectionHandler
+#cn: SNMP Connection Handler
+
+dn: cn=Crypto Manager,cn=config
 objectClass: top
+objectClass: ds-cfg-crypto-manager
+ds-cfg-ssl-encryption: false
+ds-cfg-ssl-cert-nickname: ads-certificate
+cn: Crypto Manager
+
+dn: cn=Entry Caches,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Entry Caches
+
+dn: cn=FIFO,cn=Entry Caches,cn=config
+objectClass: ds-cfg-fifo-entry-cache
+objectClass: top
 objectClass: ds-cfg-entry-cache
+ds-cfg-enabled: false
+ds-cfg-java-class: org.opends.server.extensions.FIFOEntryCache
+ds-cfg-cache-level: 1
+cn: FIFO
+
+dn: cn=File System,cn=Entry Caches,cn=config
+objectClass: top
+objectClass: ds-cfg-entry-cache
+objectClass: ds-cfg-file-system-entry-cache
+ds-cfg-enabled: false
+ds-cfg-java-class: org.opends.server.extensions.FileSystemEntryCache
+ds-cfg-cache-level: 3
+cn: File System
+
+dn: cn=Soft Reference,cn=Entry Caches,cn=config
+objectClass: top
+objectClass: ds-cfg-entry-cache
 objectClass: ds-cfg-soft-reference-entry-cache
-cn: Entry Cache
-ds-cfg-entry-cache-class: org.opends.server.extensions.SoftReferenceEntryCache
-ds-cfg-entry-cache-enabled: false
+ds-cfg-enabled: false
+ds-cfg-java-class: org.opends.server.extensions.SoftReferenceEntryCache
+ds-cfg-cache-level: 2
+cn: Soft Reference
 
 dn: cn=Extended Operations,cn=config
 objectClass: top
@@ -420,48 +506,61 @@
 cn: Extended Operations
 
 dn: cn=Cancel,cn=Extended Operations,cn=config
+objectClass: ds-cfg-extended-operation-handler
 objectClass: top
-objectClass: ds-cfg-extended-operation-handler
+objectClass: ds-cfg-cancel-extended-operation-handler
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.CancelExtendedOperation
 cn: Cancel
-ds-cfg-extended-operation-handler-class: org.opends.server.extensions.CancelExtendedOperation
-ds-cfg-extended-operation-handler-enabled: true
 
 dn: cn=Get Connection ID,cn=Extended Operations,cn=config
+objectClass: ds-cfg-extended-operation-handler
+objectClass: ds-cfg-get-connection-id-extended-operation-handler
 objectClass: top
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.GetConnectionIDExtendedOperation
+cn: Get Connection ID
+
+dn: cn=Get Symmetric Key,cn=Extended Operations,cn=config
 objectClass: ds-cfg-extended-operation-handler
-cn: Cancel
-ds-cfg-extended-operation-handler-class: org.opends.server.extensions.GetConnectionIDExtendedOperation
-ds-cfg-extended-operation-handler-enabled: true
+objectClass: top
+objectClass: ds-cfg-get-symmetric-key-extended-operation-handler
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.crypto.GetSymmetricKeyExtendedOperation
+cn: Get Symmetric Key
 
 dn: cn=Password Modify,cn=Extended Operations,cn=config
-objectClass: top
 objectClass: ds-cfg-extended-operation-handler
 objectClass: ds-cfg-password-modify-extended-operation-handler
+objectClass: top
+ds-cfg-identity-mapper: cn=Exact Match,cn=Identity Mappers,cn=config
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.PasswordModifyExtendedOperation
 cn: Password Modify
-ds-cfg-extended-operation-handler-class: org.opends.server.extensions.PasswordModifyExtendedOperation
-ds-cfg-extended-operation-handler-enabled: true
-ds-cfg-identity-mapper-dn: cn=Exact Match,cn=Identity Mappers,cn=config
 
 dn: cn=Password Policy State,cn=Extended Operations,cn=config
+objectClass: ds-cfg-extended-operation-handler
+objectClass: ds-cfg-password-policy-state-extended-operation-handler
 objectClass: top
-objectCLass: ds-cfg-extended-operation-handler
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.PasswordPolicyStateExtendedOperation
 cn: Password Policy State
-ds-cfg-extended-operation-handler-class: org.opends.server.extensions.PasswordPolicyStateExtendedOperation
-ds-cfg-extended-operation-handler-enabled: true
 
 dn: cn=StartTLS,cn=Extended Operations,cn=config
+objectClass: ds-cfg-extended-operation-handler
 objectClass: top
-objectClass: ds-cfg-extended-operation-handler
+objectClass: ds-cfg-start-tls-extended-operation-handler
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.StartTLSExtendedOperation
 cn: StartTLS
-ds-cfg-extended-operation-handler-class: org.opends.server.extensions.StartTLSExtendedOperation
-ds-cfg-extended-operation-handler-enabled: true
 
 dn: cn=Who Am I,cn=Extended Operations,cn=config
+objectClass: ds-cfg-extended-operation-handler
+objectClass: ds-cfg-who-am-i-extended-operation-handler
 objectClass: top
-objectClass: ds-cfg-extended-operation-handler
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.WhoAmIExtendedOperation
 cn: Who Am I
-ds-cfg-extended-operation-handler-class: org.opends.server.extensions.WhoAmIExtendedOperation
-ds-cfg-extended-operation-handler-enabled: true
 
 dn: cn=Group Implementations,cn=config
 objectClass: top
@@ -470,24 +569,27 @@
 
 dn: cn=Dynamic,cn=Group Implementations,cn=config
 objectClass: top
+objectClass: ds-cfg-dynamic-group-implementation
 objectClass: ds-cfg-group-implementation
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.DynamicGroup
 cn: Dynamic
-ds-cfg-group-implementation-class: org.opends.server.extensions.DynamicGroup
-ds-cfg-group-implementation-enabled: true
 
 dn: cn=Static,cn=Group Implementations,cn=config
 objectClass: top
 objectClass: ds-cfg-group-implementation
+objectClass: ds-cfg-static-group-implementation
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.StaticGroup
 cn: Static
-ds-cfg-group-implementation-class: org.opends.server.extensions.StaticGroup
-ds-cfg-group-implementation-enabled: true
 
 dn: cn=Virtual Static,cn=Group Implementations,cn=config
+objectClass: ds-cfg-virtual-static-group-implementation
 objectClass: top
 objectClass: ds-cfg-group-implementation
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.VirtualStaticGroup
 cn: Virtual Static
-ds-cfg-group-implementation-class: org.opends.server.extensions.VirtualStaticGroup
-ds-cfg-group-implementation-enabled: true
 
 dn: cn=Identity Mappers,cn=config
 objectClass: top
@@ -495,23 +597,23 @@
 cn: Identity Mappers
 
 dn: cn=Exact Match,cn=Identity Mappers,cn=config
+objectClass: ds-cfg-identity-mapper
 objectClass: top
-objectClass: ds-cfg-identity-mapper
 objectClass: ds-cfg-exact-match-identity-mapper
+ds-cfg-match-attribute: uid
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.ExactMatchIdentityMapper
 cn: Exact Match
-ds-cfg-identity-mapper-class: org.opends.server.extensions.ExactMatchIdentityMapper
-ds-cfg-identity-mapper-enabled: true
-ds-cfg-match-attribute: uid
 
 dn: cn=Regular Expression,cn=Identity Mappers,cn=config
+objectClass: ds-cfg-regular-expression-identity-mapper
+objectClass: ds-cfg-identity-mapper
 objectClass: top
-objectClass: ds-cfg-identity-mapper
-objectClass: ds-cfg-regular-expression-identity-mapper
+ds-cfg-match-pattern: ^([^@]+)@.+$
+ds-cfg-match-attribute: uid
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.RegularExpressionIdentityMapper
 cn: Regular Expression
-ds-cfg-identity-mapper-class: org.opends.server.extensions.RegularExpressionIdentityMapper
-ds-cfg-identity-mapper-enabled: true
-ds-cfg-match-attribute: uid
-ds-cfg-match-pattern: ^([^@]+)@.+$
 ds-cfg-replace-pattern: $1
 
 dn: cn=Key Manager Providers,cn=config
@@ -520,124 +622,65 @@
 cn: Key Manager Providers
 
 dn: cn=JKS,cn=Key Manager Providers,cn=config
+objectClass: ds-cfg-file-based-key-manager-provider
 objectClass: top
 objectClass: ds-cfg-key-manager-provider
-objectClass: ds-cfg-file-based-key-manager-provider
+ds-cfg-key-store-pin-file: config/keystore.pin
+ds-cfg-enabled: true
+ds-cfg-key-store-file: config/keystore
+ds-cfg-java-class: org.opends.server.extensions.FileBasedKeyManagerProvider
+ds-cfg-key-store-type: JKS
 cn: JKS
-ds-cfg-key-manager-provider-class: org.opends.server.extensions.FileBasedKeyManagerProvider
-ds-cfg-key-manager-provider-enabled: false
-ds-cfg-key-store-type: JKS
-ds-cfg-key-store-file: config/keystore
-ds-cfg-key-store-pin-file: config/keystore.pin
 
-dn: cn=PKCS12,cn=Key Manager Providers,cn=config
+dn: cn=PKCS11,cn=Key Manager Providers,cn=config
 objectClass: top
 objectClass: ds-cfg-key-manager-provider
-objectClass: ds-cfg-file-based-key-manager-provider
-cn: PKCS12
-ds-cfg-key-manager-provider-class: org.opends.server.extensions.FileBasedKeyManagerProvider
-ds-cfg-key-manager-provider-enabled: false
-ds-cfg-key-store-type: PKCS12
-ds-cfg-key-store-file: config/keystore.p12
+objectClass: ds-cfg-pkcs11-key-manager-provider
 ds-cfg-key-store-pin-file: config/keystore.pin
+ds-cfg-enabled: false
+ds-cfg-java-class: org.opends.server.extensions.PKCS11KeyManagerProvider
+cn: PKCS11
 
-dn: cn=PKCS11,cn=Key Manager Providers,cn=config
+dn: cn=PKCS12,cn=Key Manager Providers,cn=config
+objectClass: ds-cfg-file-based-key-manager-provider
 objectClass: top
 objectClass: ds-cfg-key-manager-provider
-objectClass: ds-cfg-pkcs11-key-manager-provider
-cn: PKCS11
-ds-cfg-key-manager-provider-class: org.opends.server.extensions.PKCS11KeyManagerProvider
-ds-cfg-key-manager-provider-enabled: false
 ds-cfg-key-store-pin-file: config/keystore.pin
+ds-cfg-enabled: false
+ds-cfg-key-store-file: config/keystore.p12
+ds-cfg-java-class: org.opends.server.extensions.FileBasedKeyManagerProvider
+ds-cfg-key-store-type: PKCS12
+cn: PKCS12
 
-dn: cn=Loggers,cn=config
+dn: cn=Log Retention Policies,cn=config
 objectClass: top
 objectClass: ds-cfg-branch
-cn: Loggers
+cn: Log Retention Policies
 
-dn: cn=File-Based Access Logger,cn=Loggers,cn=config
+dn: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
 objectClass: top
-objectClass: ds-cfg-logger
-objectClass: ds-cfg-access-logger
-objectClass: ds-cfg-file-based-access-logger
-cn: File-Based Access Logger
-ds-cfg-logger-class: org.opends.server.loggers.TextAccessLogPublisher
-ds-cfg-logger-enabled: true
-ds-cfg-log-file: logs/access
-ds-cfg-log-file-mode: 640
-ds-cfg-suppress-internal-operations: true
-ds-cfg-suppress-synchronization-operations: false
-ds-cfg-asynchronous-writes: true
-ds-cfg-rotation-policy-dn: cn=24 Hours Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-ds-cfg-rotation-policy-dn: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-ds-cfg-retention-policy-dn: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
+objectClass: ds-cfg-file-count-log-retention-policy
+objectClass: ds-cfg-log-retention-policy
+ds-cfg-number-of-files: 10
+ds-cfg-java-class: org.opends.server.loggers.FileNumberRetentionPolicy
+cn: File Count Retention Policy
 
-dn: cn=File-Based Audit Logger,cn=Loggers,cn=config
+dn: cn=Free Disk Space Retention Policy,cn=Log Retention Policies,cn=config
+objectClass: ds-cfg-free-disk-space-log-retention-policy
 objectClass: top
-objectClass: ds-cfg-logger
-objectClass: ds-cfg-access-logger
-objectClass: ds-cfg-file-based-access-logger
-cn: File-Based Audit Logger
-ds-cfg-logger-class: org.opends.server.loggers.TextAuditLogPublisher
-ds-cfg-logger-enabled: false
-ds-cfg-log-file: logs/audit
-ds-cfg-log-file-mode: 640
-ds-cfg-suppress-internal-operations: true
-ds-cfg-suppress-synchronization-operations: false
-ds-cfg-asynchronous-writes: true
-ds-cfg-rotation-policy-dn: cn=24 Hours Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-ds-cfg-rotation-policy-dn: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-ds-cfg-retention-policy-dn: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
+objectClass: ds-cfg-log-retention-policy
+ds-cfg-java-class: org.opends.server.loggers.FreeDiskSpaceRetentionPolicy
+cn: Free Disk Space Retention Policy
+ds-cfg-free-disk-space: 500 megabytes
 
-dn: cn=File-Based Error Logger,cn=Loggers,cn=config
+dn: cn=Size Limit Retention Policy,cn=Log Retention Policies,cn=config
+objectClass: ds-cfg-size-limit-log-retention-policy
 objectClass: top
-objectClass: ds-cfg-logger
-objectClass: ds-cfg-error-logger
-objectClass: ds-cfg-file-based-error-logger
-cn: File-Based Error Logger
-ds-cfg-logger-class: org.opends.server.loggers.TextErrorLogPublisher
-ds-cfg-logger-enabled: true
-ds-cfg-log-file: logs/errors
-ds-cfg-log-file-mode: 640
-ds-cfg-default-severity: severe-warning
-ds-cfg-default-severity: severe-error
-ds-cfg-default-severity: fatal-error
-ds-cfg-default-severity: notice
-ds-cfg-asynchronous-writes: false
-ds-cfg-rotation-policy-dn: cn=7 Days Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-ds-cfg-rotation-policy-dn: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-ds-cfg-retention-policy-dn: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
+objectClass: ds-cfg-log-retention-policy
+ds-cfg-disk-space-used: 500 megabytes
+ds-cfg-java-class: org.opends.server.loggers.SizeBasedRetentionPolicy
+cn: Size Limit Retention Policy
 
-dn: cn=Replication Repair Logger,cn=Loggers,cn=config
-objectClass: top
-objectClass: ds-cfg-logger
-objectClass: ds-cfg-error-logger
-objectClass: ds-cfg-file-based-error-logger
-cn: File-Based Error Logger
-ds-cfg-logger-class: org.opends.server.loggers.TextErrorLogPublisher
-ds-cfg-logger-enabled: true
-ds-cfg-log-file: logs/replication
-ds-cfg-log-file-mode: 640
-ds-cfg-default-severity: none
-ds-cfg-override-severity: SYNC=INFO,MILD_ERROR,MILD_WARNING,NOTICE
-ds-cfg-asynchronous-writes: false
-ds-cfg-rotation-policy-dn: cn=7 Days Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-ds-cfg-rotation-policy-dn: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-ds-cfg-retention-policy-dn: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
-
-dn: cn=File-Based Debug Logger,cn=Loggers,cn=config
-objectClass: top
-objectClass: ds-cfg-logger
-objectClass: ds-cfg-debug-logger
-objectClass: ds-cfg-file-based-debug-logger
-cn: File-Based Debug Logger
-ds-cfg-logger-class: org.opends.server.loggers.debug.TextDebugLogPublisher
-ds-cfg-logger-enabled: false
-ds-cfg-log-file: logs/debug
-ds-cfg-log-file-mode: 640
-ds-cfg-default-debug-level: error
-ds-cfg-asynchronous-writes: false
-
 dn: cn=Log Rotation Policies,cn=config
 objectClass: top
 objectClass: ds-cfg-branch
@@ -647,63 +690,122 @@
 objectClass: top
 objectClass: ds-cfg-log-rotation-policy
 objectClass: ds-cfg-time-limit-log-rotation-policy
+ds-cfg-rotation-interval: 24 hours
+ds-cfg-java-class: org.opends.server.loggers.TimeLimitRotationPolicy
 cn: Time Limit Rotation Policy
-ds-cfg-rotation-policy-class: org.opends.server.loggers.TimeLimitRotationPolicy
-ds-cfg-rotation-interval: 24 hours
 
 dn: cn=7 Days Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
 objectClass: top
 objectClass: ds-cfg-log-rotation-policy
 objectClass: ds-cfg-time-limit-log-rotation-policy
+ds-cfg-rotation-interval: 7 days
+ds-cfg-java-class: org.opends.server.loggers.TimeLimitRotationPolicy
 cn: Time Limit Rotation Policy
-ds-cfg-rotation-policy-class: org.opends.server.loggers.TimeLimitRotationPolicy
-ds-cfg-rotation-interval: 7 days
 
-dn: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-objectClass: top
-objectClass: ds-cfg-log-rotation-policy
-objectClass: ds-cfg-size-limit-log-rotation-policy
-cn: Size Limit Rotation Policy
-ds-cfg-rotation-policy-class: org.opends.server.loggers.SizeBasedRotationPolicy
-ds-cfg-file-size-limit: 100 megabytes
-
 dn: cn=Fixed Time Rotation Policy,cn=Log Rotation Policies,cn=config
+objectClass: ds-cfg-fixed-time-log-rotation-policy
 objectClass: top
 objectClass: ds-cfg-log-rotation-policy
-objectClass: ds-cfg-fixed-time-log-rotation-policy
+ds-cfg-java-class: org.opends.server.loggers.FixedTimeRotationPolicy
 cn: Fixed Time Rotation Policy
-ds-cfg-rotation-policy-class: org.opends.server.loggers.FixedTimeRotationPolicy
 ds-cfg-time-of-day: 2359
 
-dn: cn=Log Retention Policies,cn=config
+dn: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+objectClass: ds-cfg-size-limit-log-rotation-policy
 objectClass: top
+objectClass: ds-cfg-log-rotation-policy
+ds-cfg-file-size-limit: 100 megabytes
+ds-cfg-java-class: org.opends.server.loggers.SizeBasedRotationPolicy
+cn: Size Limit Rotation Policy
+
+dn: cn=Loggers,cn=config
+objectClass: top
 objectClass: ds-cfg-branch
-cn: Log Retention Policies
+cn: Loggers
 
-dn: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
+dn: cn=File-Based Access Logger,cn=Loggers,cn=config
+objectClass: ds-cfg-access-log-publisher
 objectClass: top
-objectClass: ds-cfg-log-retention-policy
-objectClass: ds-cfg-file-count-log-retention-policy
-cn: File Count Retention Policy
-ds-cfg-retention-policy-class: org.opends.server.loggers.FileNumberRetentionPolicy
-ds-cfg-number-of-files: 10
+objectClass: ds-cfg-file-based-access-log-publisher
+objectClass: ds-cfg-log-publisher
+ds-cfg-log-file: logs/access
+ds-cfg-log-file-permissions: 640
+ds-cfg-rotation-policy: cn=24 Hours Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+ds-cfg-rotation-policy: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+ds-cfg-suppress-internal-operations: true
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.loggers.TextAccessLogPublisher
+ds-cfg-retention-policy: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
+ds-cfg-asynchronous: true
+cn: File-Based Access Logger
+ds-cfg-suppress-synchronization-operations: false
 
-dn: cn=Free Disk Space Retention Policy,cn=Log Retention Policies,cn=config
+dn: cn=File-Based Audit Logger,cn=Loggers,cn=config
+objectClass: ds-cfg-access-log-publisher
 objectClass: top
-objectClass: ds-cfg-log-retention-policy
-objectClass: ds-cfg-free-disk-space-log-retention-policy
-cn: Free Disk Space Retention Policy
-ds-cfg-retention-policy-class: org.opends.server.loggers.FreeDiskSpaceRetentionPolicy
-ds-cfg-free-disk-space: 500 megabytes
+objectClass: ds-cfg-file-based-access-log-publisher
+objectClass: ds-cfg-log-publisher
+ds-cfg-log-file: logs/audit
+ds-cfg-log-file-permissions: 640
+ds-cfg-rotation-policy: cn=24 Hours Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+ds-cfg-rotation-policy: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+ds-cfg-suppress-internal-operations: true
+ds-cfg-enabled: false
+ds-cfg-java-class: org.opends.server.loggers.TextAuditLogPublisher
+ds-cfg-retention-policy: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
+ds-cfg-asynchronous: true
+cn: File-Based Audit Logger
+ds-cfg-suppress-synchronization-operations: false
 
-dn: cn=Size Limit Retention Policy,cn=Log Retention Policies,cn=config
+dn: cn=File-Based Debug Logger,cn=Loggers,cn=config
+objectClass: ds-cfg-file-based-debug-log-publisher
+objectClass: ds-cfg-debug-log-publisher
 objectClass: top
-objectClass: ds-cfg-log-retention-policy
-objectClass: ds-cfg-size-limit-log-retention-policy
-cn: Size Limit Retention Policy
-ds-cfg-retention-policy-class: org.opends.server.loggers.SizeBasedRetentionPolicy
-ds-cfg-disk-space-used: 500 megabytes
+objectClass: ds-cfg-log-publisher
+ds-cfg-log-file: logs/debug
+ds-cfg-log-file-permissions: 640
+ds-cfg-enabled: false
+ds-cfg-default-debug-level: error
+ds-cfg-java-class: org.opends.server.loggers.debug.TextDebugLogPublisher
+ds-cfg-asynchronous: false
+cn: File-Based Debug Logger
 
+dn: cn=File-Based Error Logger,cn=Loggers,cn=config
+objectClass: ds-cfg-file-based-error-log-publisher
+objectClass: top
+objectClass: ds-cfg-error-log-publisher
+objectClass: ds-cfg-log-publisher
+ds-cfg-log-file: logs/errors
+ds-cfg-log-file-permissions: 640
+ds-cfg-rotation-policy: cn=7 Days Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+ds-cfg-rotation-policy: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+ds-cfg-enabled: true
+ds-cfg-default-severity: severe-warning
+ds-cfg-default-severity: severe-error
+ds-cfg-default-severity: fatal-error
+ds-cfg-default-severity: notice
+ds-cfg-java-class: org.opends.server.loggers.TextErrorLogPublisher
+ds-cfg-retention-policy: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
+ds-cfg-asynchronous: false
+cn: File-Based Error Logger
+
+dn: cn=Replication Repair Logger,cn=Loggers,cn=config
+objectClass: ds-cfg-file-based-error-log-publisher
+objectClass: top
+objectClass: ds-cfg-error-log-publisher
+objectClass: ds-cfg-log-publisher
+ds-cfg-log-file: logs/replication
+ds-cfg-log-file-permissions: 640
+ds-cfg-rotation-policy: cn=7 Days Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+ds-cfg-rotation-policy: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+ds-cfg-enabled: true
+ds-cfg-default-severity: none
+ds-cfg-override-severity: SYNC=INFO,MILD_ERROR,MILD_WARNING,NOTICE
+ds-cfg-java-class: org.opends.server.loggers.TextErrorLogPublisher
+ds-cfg-retention-policy: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
+ds-cfg-asynchronous: false
+cn: Replication Repair Logger
+
 dn: cn=Matching Rules,cn=config
 objectClass: top
 objectClass: ds-cfg-branch
@@ -711,355 +813,355 @@
 
 dn: cn=Auth Password Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.AuthPasswordEqualityMatchingRule
 cn: Auth Password Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.AuthPasswordEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Auth Password Exact Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.AuthPasswordExactEqualityMatchingRule
 cn: Auth Password Exact Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.AuthPasswordExactEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Bit String Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.BitStringEqualityMatchingRule
 cn: Bit String Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.BitStringEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Boolean Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.BooleanEqualityMatchingRule
 cn: Boolean Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.BooleanEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Case Exact Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.CaseExactEqualityMatchingRule
 cn: Case Exact Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseExactEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
-dn: cn=Case Exact Ordering Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-ordering-matching-rule
-cn: Case Exact Ordering Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseExactOrderingMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Case Exact Substring Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-substring-matching-rule
-cn: Case Exact Substring Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseExactSubstringMatchingRule
-ds-cfg-matching-rule-enabled: true
-
 dn: cn=Case Exact IA5 Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.CaseExactIA5EqualityMatchingRule
 cn: Case Exact IA5 Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseExactIA5EqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Case Exact IA5 Substring Matching Rule,cn=Matching Rules,cn=config
+objectClass: ds-cfg-substring-matching-rule
 objectClass: top
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-substring-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.CaseExactIA5SubstringMatchingRule
 cn: Case Exact IA5 Substring Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseExactIA5SubstringMatchingRule
-ds-cfg-matching-rule-enabled: true
 
-dn: cn=Case Ignore Equality Matching Rule,cn=Matching Rules,cn=config
+dn: cn=Case Exact Ordering Matching Rule,cn=Matching Rules,cn=config
+objectClass: ds-cfg-ordering-matching-rule
 objectClass: top
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Case Ignore Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseIgnoreEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.CaseExactOrderingMatchingRule
+cn: Case Exact Ordering Matching Rule
 
-dn: cn=Case Ignore Ordering Matching Rule,cn=Matching Rules,cn=config
+dn: cn=Case Exact Substring Matching Rule,cn=Matching Rules,cn=config
+objectClass: ds-cfg-substring-matching-rule
 objectClass: top
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-ordering-matching-rule
-cn: Case Ignore Ordering Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseIgnoreOrderingMatchingRule
-ds-cfg-matching-rule-enabled: true
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.CaseExactSubstringMatchingRule
+cn: Case Exact Substring Matching Rule
 
-dn: cn=Case Ignore Substring Matching Rule,cn=Matching Rules,cn=config
+dn: cn=Case Ignore Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-substring-matching-rule
-cn: Case Ignore Substring Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseIgnoreSubstringMatchingRule
-ds-cfg-matching-rule-enabled: true
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.CaseIgnoreEqualityMatchingRule
+cn: Case Ignore Equality Matching Rule
 
 dn: cn=Case Ignore IA5 Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.CaseIgnoreIA5EqualityMatchingRule
 cn: Case Ignore IA5 Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseIgnoreIA5EqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Case Ignore IA5 Substring Matching Rule,cn=Matching Rules,cn=config
+objectClass: ds-cfg-substring-matching-rule
 objectClass: top
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-substring-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.CaseIgnoreIA5SubstringMatchingRule
 cn: Case Ignore IA5 Substring Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseIgnoreIA5SubstringMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Case Ignore List Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.CaseIgnoreListEqualityMatchingRule
 cn: Case Ignore List Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseIgnoreListEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Case Ignore List Substring Matching Rule,cn=Matching Rules,cn=config
+objectClass: ds-cfg-substring-matching-rule
 objectClass: top
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-substring-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.CaseIgnoreListSubstringMatchingRule
 cn: Case Ignore List Substring Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseIgnoreListSubstringMatchingRule
-ds-cfg-matching-rule-enabled: true
 
+dn: cn=Case Ignore Ordering Matching Rule,cn=Matching Rules,cn=config
+objectClass: ds-cfg-ordering-matching-rule
+objectClass: top
+objectClass: ds-cfg-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.CaseIgnoreOrderingMatchingRule
+cn: Case Ignore Ordering Matching Rule
+
+dn: cn=Case Ignore Substring Matching Rule,cn=Matching Rules,cn=config
+objectClass: ds-cfg-substring-matching-rule
+objectClass: top
+objectClass: ds-cfg-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.CaseIgnoreSubstringMatchingRule
+cn: Case Ignore Substring Matching Rule
+
 dn: cn=Directory String First Component Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.DirectoryStringFirstComponentEqualityMatchingRule
 cn: Directory String First Component Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.DirectoryStringFirstComponentEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Distinguished Name Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.DistinguishedNameEqualityMatchingRule
 cn: Distinguished Name Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.DistinguishedNameEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Double Metaphone Approximate Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-approximate-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-approximate-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.DoubleMetaphoneApproximateMatchingRule
 cn: Double Metaphone Approximate Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.DoubleMetaphoneApproximateMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Generalized Time Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.GeneralizedTimeEqualityMatchingRule
 cn: Generalized Time Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.GeneralizedTimeEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Generalized Time Ordering Matching Rule,cn=Matching Rules,cn=config
+objectClass: ds-cfg-ordering-matching-rule
 objectClass: top
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-ordering-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.GeneralizedTimeOrderingMatchingRule
 cn: Generalized Time Ordering Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.GeneralizedTimeOrderingMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Historical CSN Ordering Matching Rule,cn=Matching Rules,cn=config
 objectClass: ds-cfg-ordering-matching-rule
 objectClass: top
 objectClass: ds-cfg-matching-rule
-ds-cfg-matching-rule-class: org.opends.server.replication.plugin.HistoricalCsnOrderingMatchingRule
-ds-cfg-matching-rule-enabled: true
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.replication.plugin.HistoricalCsnOrderingMatchingRule
 cn: Historical CSN Ordering Matching Rule
 
 dn: cn=Integer Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.IntegerEqualityMatchingRule
 cn: Integer Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.IntegerEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
-dn: cn=Integer Ordering Matching Rule,cn=Matching Rules,cn=config
+dn: cn=Integer First Component Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.IntegerFirstComponentEqualityMatchingRule
+cn: Integer First Component Equality Matching Rule
+
+dn: cn=Integer Ordering Matching Rule,cn=Matching Rules,cn=config
 objectClass: ds-cfg-ordering-matching-rule
-cn: Integer Ordering Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.IntegerOrderingMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Integer First Component Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Integer First Component Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.IntegerFirstComponentEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.IntegerOrderingMatchingRule
+cn: Integer Ordering Matching Rule
 
 dn: cn=Keyword Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.KeywordEqualityMatchingRule
 cn: Keyword Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.KeywordEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Numeric String Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.NumericStringEqualityMatchingRule
 cn: Numeric String Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.NumericStringEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Numeric String Ordering Matching Rule,cn=Matching Rules,cn=config
+objectClass: ds-cfg-ordering-matching-rule
 objectClass: top
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-ordering-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.NumericStringOrderingMatchingRule
 cn: Numeric String Ordering Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.NumericStringOrderingMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Numeric String Substring Matching Rule,cn=Matching Rules,cn=config
+objectClass: ds-cfg-substring-matching-rule
 objectClass: top
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-substring-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.NumericStringSubstringMatchingRule
 cn: Numeric String Substring Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.NumericStringSubstringMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Object Identifier Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.ObjectIdentifierEqualityMatchingRule
 cn: Object Identifier Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.ObjectIdentifierEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Object Identifier First Component Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.ObjectIdentifierFirstComponentEqualityMatchingRule
 cn: Object Identifier First Component Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.ObjectIdentifierFirstComponentEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Octet String Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.OctetStringEqualityMatchingRule
 cn: Octet String Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.OctetStringEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Octet String Ordering Matching Rule,cn=Matching Rules,cn=config
+objectClass: ds-cfg-ordering-matching-rule
 objectClass: top
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-ordering-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.OctetStringOrderingMatchingRule
 cn: Octet String Ordering Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.OctetStringOrderingMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Octet String Substring Matching Rule,cn=Matching Rules,cn=config
+objectClass: ds-cfg-substring-matching-rule
 objectClass: top
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-substring-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.OctetStringSubstringMatchingRule
 cn: Octet String Substring Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.OctetStringSubstringMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Presentation Address Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.PresentationAddressEqualityMatchingRule
 cn: Presentation Address Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.PresentationAddressEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Protocol Information Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.ProtocolInformationEqualityMatchingRule
 cn: Protocol Information Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.ProtocolInformationEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Telephone Number Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.TelephoneNumberEqualityMatchingRule
 cn: Telephone Number Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.TelephoneNumberEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Telephone Number Substring Matching Rule,cn=Matching Rules,cn=config
+objectClass: ds-cfg-substring-matching-rule
 objectClass: top
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-substring-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.TelephoneNumberSubstringMatchingRule
 cn: Telephone Number Substring Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.TelephoneNumberSubstringMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Unique Member Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.UniqueMemberEqualityMatchingRule
 cn: Unique Member Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.UniqueMemberEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=User Password Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.UserPasswordEqualityMatchingRule
 cn: User Password Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.UserPasswordEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=User Password Exact Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.UserPasswordExactEqualityMatchingRule
 cn: User Password Exact Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.UserPasswordExactEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=UUID Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.UUIDEqualityMatchingRule
 cn: UUID Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.UUIDEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=UUID Ordering Matching Rule,cn=Matching Rules,cn=config
+objectClass: ds-cfg-ordering-matching-rule
 objectClass: top
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-ordering-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.UUIDOrderingMatchingRule
 cn: UUID Ordering Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.UUIDOrderingMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Word Equality Matching Rule,cn=Matching Rules,cn=config
 objectClass: top
+objectClass: ds-cfg-equality-matching-rule
 objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.WordEqualityMatchingRule
 cn: Word Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.WordEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
 
 dn: cn=Monitor Providers,cn=config
 objectClass: top
@@ -1068,31 +1170,51 @@
 
 dn: cn=Client Connections,cn=Monitor Providers,cn=config
 objectClass: top
+objectClass: ds-cfg-client-connection-monitor-provider
 objectClass: ds-cfg-monitor-provider
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.monitors.ClientConnectionMonitorProvider
 cn: Client Connections
-ds-cfg-monitor-provider-class: org.opends.server.monitors.ClientConnectionMonitorProvider
-ds-cfg-monitor-provider-enabled: true
 
+dn: cn=Entry Caches,cn=Monitor Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-entry-cache-monitor-provider
+objectClass: ds-cfg-monitor-provider
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.monitors.EntryCacheMonitorProvider
+cn: Entry Caches
+
+dn: cn=JVM Memory Usage,cn=Monitor Providers,cn=config
+objectClass: ds-cfg-memory-usage-monitor-provider
+objectClass: top
+objectClass: ds-cfg-monitor-provider
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.monitors.MemoryUsageMonitorProvider
+cn: JVM Memory Usage
+
 dn: cn=JVM Stack Trace,cn=Monitor Providers,cn=config
+objectClass: ds-cfg-stack-trace-monitor-provider
 objectClass: top
 objectClass: ds-cfg-monitor-provider
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.monitors.StackTraceMonitorProvider
 cn: JVM Stack Trace
-ds-cfg-monitor-provider-class: org.opends.server.monitors.StackTraceMonitorProvider
-ds-cfg-monitor-provider-enabled: true
 
 dn: cn=System Info,cn=Monitor Providers,cn=config
+objectClass: ds-cfg-system-info-monitor-provider
 objectClass: top
 objectClass: ds-cfg-monitor-provider
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.monitors.SystemInfoMonitorProvider
 cn: System Info
-ds-cfg-monitor-provider-class: org.opends.server.monitors.SystemInfoMonitorProvider
-ds-cfg-monitor-provider-enabled: true
 
 dn: cn=Version,cn=Monitor Providers,cn=config
+objectClass: ds-cfg-version-monitor-provider
 objectClass: top
 objectClass: ds-cfg-monitor-provider
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.monitors.VersionMonitorProvider
 cn: Version
-ds-cfg-monitor-provider-class: org.opends.server.monitors.VersionMonitorProvider
-ds-cfg-monitor-provider-enabled: true
 
 dn: cn=Password Generators,cn=config
 objectClass: top
@@ -1100,15 +1222,15 @@
 cn: Password Generators
 
 dn: cn=Random Password Generator,cn=Password Generators,cn=config
+objectClass: ds-cfg-random-password-generator
 objectClass: top
 objectClass: ds-cfg-password-generator
-objectClass: ds-cfg-random-password-generator
-cn: Random Password Generator
-ds-cfg-password-generator-class: org.opends.server.extensions.RandomPasswordGenerator
-ds-cfg-password-generator-enabled: true
+ds-cfg-enabled: true
 ds-cfg-password-character-set: alpha:abcdefghijklmnopqrstuvwxyz
 ds-cfg-password-character-set: numeric:0123456789
+ds-cfg-java-class: org.opends.server.extensions.RandomPasswordGenerator
 ds-cfg-password-format: alpha:3,numeric:2,alpha:3
+cn: Random Password Generator
 
 dn: cn=Password Policies,cn=config
 objectClass: top
@@ -1118,286 +1240,371 @@
 dn: cn=Default Password Policy,cn=Password Policies,cn=config
 objectClass: top
 objectClass: ds-cfg-password-policy
-cn: Default Password Policy
-ds-cfg-password-attribute: userPassword
-ds-cfg-default-password-storage-scheme: SSHA
-ds-cfg-allow-expired-password-changes: false
-ds-cfg-allow-multiple-password-values: false
-ds-cfg-allow-pre-encoded-passwords: false
-ds-cfg-allow-user-password-changes: true
+ds-cfg-password-expiration-warning-interval: 5 days
 ds-cfg-expire-passwords-without-warning: false
 ds-cfg-force-change-on-add: false
+ds-cfg-lockout-duration: 0 seconds
+ds-cfg-password-generator: cn=Random Password Generator,cn=Password Generators,cn=config
+ds-cfg-allow-multiple-password-values: false
+ds-cfg-password-change-requires-current-password: false
+ds-cfg-require-secure-password-changes: false
 ds-cfg-force-change-on-reset: false
+ds-cfg-skip-validation-for-administrators: false
+ds-cfg-max-password-reset-age: 0 seconds
+ds-cfg-password-history-duration: 0 seconds
 ds-cfg-grace-login-count: 0
+ds-cfg-allow-expired-password-changes: false
+ds-cfg-password-attribute: userPassword
+ds-cfg-default-password-storage-scheme: cn=Salted SHA-1,cn=Password Storage Schemes,cn=config
+ds-cfg-max-password-age: 0 seconds
+ds-cfg-lockout-failure-count: 0
+ds-cfg-allow-pre-encoded-passwords: false
+ds-cfg-min-password-age: 0 seconds
 ds-cfg-idle-lockout-interval: 0 seconds
-ds-cfg-lockout-failure-count: 0
-ds-cfg-lockout-duration: 0 seconds
-ds-cfg-lockout-failure-expiration-interval: 0 seconds
-ds-cfg-minimum-password-age: 0 seconds
-ds-cfg-maximum-password-age: 0 seconds
-ds-cfg-maximum-password-reset-age: 0 seconds
-ds-cfg-password-expiration-warning-interval: 5 days
-ds-cfg-password-generator-dn: cn=Random Password Generator,cn=Password Generators,cn=config
-ds-cfg-password-change-requires-current-password: false
 ds-cfg-require-secure-authentication: false
-ds-cfg-require-secure-password-changes: false
-ds-cfg-skip-validation-for-administrators: false
 ds-cfg-state-update-failure-policy: reactive
 ds-cfg-password-history-count: 0
-ds-cfg-password-history-duration: 0 seconds
+ds-cfg-lockout-failure-expiration-interval: 0 seconds
+ds-cfg-allow-user-password-changes: true
+cn: Default Password Policy
 
 dn: cn=Root Password Policy,cn=Password Policies,cn=config
 objectClass: top
 objectClass: ds-cfg-password-policy
-cn: Root Password Policy
-ds-cfg-password-attribute: userPassword
-ds-cfg-default-password-storage-scheme: SSHA512
-ds-cfg-allow-expired-password-changes: false
-ds-cfg-allow-multiple-password-values: false
-ds-cfg-allow-pre-encoded-passwords: false
-ds-cfg-allow-user-password-changes: true
+ds-cfg-password-expiration-warning-interval: 5 days
 ds-cfg-expire-passwords-without-warning: false
 ds-cfg-force-change-on-add: false
+ds-cfg-lockout-duration: 0 seconds
+ds-cfg-allow-multiple-password-values: false
+ds-cfg-password-change-requires-current-password: true
+ds-cfg-require-secure-password-changes: false
 ds-cfg-force-change-on-reset: false
+ds-cfg-skip-validation-for-administrators: false
+ds-cfg-max-password-reset-age: 0 seconds
+ds-cfg-password-history-duration: 0 seconds
 ds-cfg-grace-login-count: 0
+ds-cfg-allow-expired-password-changes: false
+ds-cfg-password-attribute: userPassword
+ds-cfg-default-password-storage-scheme: cn=Salted SHA-512,cn=Password Storage Schemes,cn=config
+ds-cfg-max-password-age: 0 seconds
+ds-cfg-lockout-failure-count: 0
+ds-cfg-allow-pre-encoded-passwords: false
+ds-cfg-min-password-age: 0 seconds
 ds-cfg-idle-lockout-interval: 0 seconds
-ds-cfg-lockout-failure-count: 0
-ds-cfg-lockout-duration: 0 seconds
-ds-cfg-lockout-failure-expiration-interval: 0 seconds
-ds-cfg-minimum-password-age: 0 seconds
-ds-cfg-maximum-password-age: 0 seconds
-ds-cfg-maximum-password-reset-age: 0 seconds
-ds-cfg-password-expiration-warning-interval: 5 days
-ds-cfg-password-change-requires-current-password: true
 ds-cfg-require-secure-authentication: false
-ds-cfg-require-secure-password-changes: false
-ds-cfg-skip-validation-for-administrators: false
 ds-cfg-state-update-failure-policy: ignore
+ds-cfg-lockout-failure-expiration-interval: 0 seconds
 ds-cfg-password-history-count: 0
-ds-cfg-password-history-duration: 0 seconds
+ds-cfg-allow-user-password-changes: true
+cn: Root Password Policy
 
 dn: cn=Password Storage Schemes,cn=config
 objectClass: top
 objectClass: ds-cfg-branch
 cn: Password Storage Schemes
 
+dn: cn=3DES,cn=Password Storage Schemes,cn=config
+objectClass: ds-cfg-password-storage-scheme
+objectClass: top
+objectClass: ds-cfg-triple-des-password-storage-scheme
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.TripleDESPasswordStorageScheme
+cn: 3DES
+
+dn: cn=AES,cn=Password Storage Schemes,cn=config
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-aes-password-storage-scheme
+objectClass: top
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.AESPasswordStorageScheme
+cn: AES
+
 dn: cn=Base64,cn=Password Storage Schemes,cn=config
+objectClass: ds-cfg-password-storage-scheme
 objectClass: top
-objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-base64-password-storage-scheme
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.Base64PasswordStorageScheme
 cn: Base64
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.Base64PasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
 
+dn: cn=Blowfish,cn=Password Storage Schemes,cn=config
+objectClass: ds-cfg-password-storage-scheme
+objectClass: top
+objectClass: ds-cfg-blowfish-password-storage-scheme
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.BlowfishPasswordStorageScheme
+cn: Blowfish
+
 dn: cn=Clear,cn=Password Storage Schemes,cn=config
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-clear-password-storage-scheme
 objectClass: top
-objectClass: ds-cfg-password-storage-scheme
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.ClearPasswordStorageScheme
 cn: Clear
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.ClearPasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
 
+dn: cn=CRYPT,cn=Password Storage Schemes,cn=config
+objectClass: ds-cfg-password-storage-scheme
+objectClass: top
+objectClass: ds-cfg-crypt-password-storage-scheme
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.CryptPasswordStorageScheme
+cn: CRYPT
+
 dn: cn=MD5,cn=Password Storage Schemes,cn=config
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-md5-password-storage-scheme
 objectClass: top
-objectClass: ds-cfg-password-storage-scheme
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.MD5PasswordStorageScheme
 cn: MD5
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.MD5PasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
 
+dn: cn=RC4,cn=Password Storage Schemes,cn=config
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-rc4-password-storage-scheme
+objectClass: top
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.RC4PasswordStorageScheme
+cn: RC4
+
 dn: cn=Salted MD5,cn=Password Storage Schemes,cn=config
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-salted-md5-password-storage-scheme
 objectClass: top
-objectClass: ds-cfg-password-storage-scheme
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.SaltedMD5PasswordStorageScheme
 cn: Salted MD5
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.SaltedMD5PasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
 
 dn: cn=Salted SHA-1,cn=Password Storage Schemes,cn=config
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-salted-sha1-password-storage-scheme
 objectClass: top
-objectClass: ds-cfg-password-storage-scheme
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.SaltedSHA1PasswordStorageScheme
 cn: Salted SHA-1
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.SaltedSHA1PasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
 
 dn: cn=Salted SHA-256,cn=Password Storage Schemes,cn=config
+objectClass: ds-cfg-password-storage-scheme
 objectClass: top
-objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-salted-sha256-password-storage-scheme
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.SaltedSHA256PasswordStorageScheme
 cn: Salted SHA-256
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.SaltedSHA256PasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
 
 dn: cn=Salted SHA-384,cn=Password Storage Schemes,cn=config
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-salted-sha384-password-storage-scheme
 objectClass: top
-objectClass: ds-cfg-password-storage-scheme
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.SaltedSHA384PasswordStorageScheme
 cn: Salted SHA-384
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.SaltedSHA384PasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
 
 dn: cn=Salted SHA-512,cn=Password Storage Schemes,cn=config
+objectClass: ds-cfg-password-storage-scheme
 objectClass: top
-objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-salted-sha512-password-storage-scheme
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
 cn: Salted SHA-512
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
 
 dn: cn=SHA-1,cn=Password Storage Schemes,cn=config
+objectClass: ds-cfg-password-storage-scheme
 objectClass: top
-objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-sha1-password-storage-scheme
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.SHA1PasswordStorageScheme
 cn: SHA-1
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.SHA1PasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
 
-dn: cn=CRYPT,cn=Password Storage Schemes,cn=config
-objectClass: top
-objectClass: ds-cfg-password-storage-scheme
-cn: CRYPT
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.CryptPasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
-
 dn: cn=Password Validators,cn=config
 objectClass: top
 objectClass: ds-cfg-branch
 cn: Password Validators
 
 dn: cn=Attribute Value,cn=Password Validators,cn=config
+objectClass: ds-cfg-attribute-value-password-validator
 objectClass: top
 objectClass: ds-cfg-password-validator
-objectClass: ds-cfg-attribute-value-password-validator
+ds-cfg-enabled: true
+ds-cfg-test-reversed-password: true
+ds-cfg-java-class: org.opends.server.extensions.AttributeValuePasswordValidator
 cn: Attribute Value
-ds-cfg-password-validator-class: org.opends.server.extensions.AttributeValuePasswordValidator
-ds-cfg-password-validator-enabled: true
-ds-cfg-test-reversed-password: true
 
 dn: cn=Character Set,cn=Password Validators,cn=config
 objectClass: top
 objectClass: ds-cfg-password-validator
 objectClass: ds-cfg-character-set-password-validator
+ds-cfg-enabled: true
+ds-cfg-allow-unclassified-characters: true
+ds-cfg-java-class: org.opends.server.extensions.CharacterSetPasswordValidator
 cn: Character Set
-ds-cfg-password-validator-class: org.opends.server.extensions.CharacterSetPasswordValidator
-ds-cfg-password-validator-enabled: true
 ds-cfg-character-set: 1:abcdefghijklmnopqrstuvwxyz
 ds-cfg-character-set: 1:ABCDEFGHIJKLMNOPQRSTUVWXYZ
 ds-cfg-character-set: 1:0123456789
 ds-cfg-character-set: 1:~!@#$%^&*()-_=+[]{}|;:,.<>/?
-ds-cfg-allow-unclassified-characters: true
 
 dn: cn=Dictionary,cn=Password Validators,cn=config
 objectClass: top
+objectClass: ds-cfg-dictionary-password-validator
 objectClass: ds-cfg-password-validator
-objectClass: ds-cfg-dictionary-password-validator
+ds-cfg-enabled: false
+ds-cfg-test-reversed-password: true
+ds-cfg-dictionary-file: config/wordlist.txt
+ds-cfg-java-class: org.opends.server.extensions.DictionaryPasswordValidator
 cn: Dictionary
-ds-cfg-password-validator-class: org.opends.server.extensions.DictionaryPasswordValidator
-ds-cfg-password-validator-enabled: false
-ds-cfg-dictionary-file: config/wordlist.txt
 ds-cfg-case-sensitive-validation: false
-ds-cfg-test-reversed-password: true
 
 dn: cn=Length-Based Password Validator,cn=Password Validators,cn=config
 objectClass: top
+objectClass: ds-cfg-length-based-password-validator
 objectClass: ds-cfg-password-validator
-objectClass: ds-cfg-length-based-password-validator
+ds-cfg-enabled: true
+ds-cfg-min-password-length: 6
+ds-cfg-java-class: org.opends.server.extensions.LengthBasedPasswordValidator
 cn: Length-Based Password Validator
-ds-cfg-password-validator-class: org.opends.server.extensions.LengthBasedPasswordValidator
-ds-cfg-password-validator-enabled: true
-ds-cfg-minimum-password-length: 6
-ds-cfg-maximum-password-length: 0
+ds-cfg-max-password-length: 0
 
 dn: cn=Repeated Characters,cn=Password Validators,cn=config
 objectClass: top
+objectClass: ds-cfg-repeated-characters-password-validator
 objectClass: ds-cfg-password-validator
-objectClass: ds-cfg-repeated-characters-password-validator
+ds-cfg-max-consecutive-length: 2
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.RepeatedCharactersPasswordValidator
 cn: Repeated Characters
-ds-cfg-password-validator-class: org.opends.server.extensions.RepeatedCharactersPasswordValidator
-ds-cfg-password-validator-enabled: true
-ds-cfg-maximum-consecutive-length: 2
 ds-cfg-case-sensitive-validation: false
 
 dn: cn=Similarity-Based Password Validator,cn=Password Validators,cn=config
+objectClass: ds-cfg-similarity-based-password-validator
 objectClass: top
 objectClass: ds-cfg-password-validator
-objectClass: ds-cfg-similarity-based-password-validator
+ds-cfg-min-password-difference: 3
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.SimilarityBasedPasswordValidator
 cn: Similarity-Based Password Validator
-ds-cfg-password-validator-class: org.opends.server.extensions.SimilarityBasedPasswordValidator
-ds-cfg-password-validator-enabled: true
-ds-cfg-minimum-password-difference: 3
 
 dn: cn=Unique Characters,cn=Password Validators,cn=config
+objectClass: ds-cfg-unique-characters-password-validator
 objectClass: top
 objectClass: ds-cfg-password-validator
-objectClass: ds-cfg-unique-characters-password-validator
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.UniqueCharactersPasswordValidator
 cn: Unique Characters
-ds-cfg-password-validator-class: org.opends.server.extensions.UniqueCharactersPasswordValidator
-ds-cfg-password-validator-enabled: true
-ds-cfg-minimum-unique-characters: 5
 ds-cfg-case-sensitive-validation: false
+ds-cfg-min-unique-characters: 5
 
 dn: cn=Plugins,cn=config
 objectClass: top
+objectClass: ds-cfg-plugin-root
 objectClass: ds-cfg-branch
-objectClass: ds-cfg-plugin-root
 cn: Plugins
 
+dn: cn=7-Bit Clean,cn=Plugins,cn=config
+objectClass: ds-cfg-plugin
+objectClass: top
+objectClass: ds-cfg-seven-bit-clean-plugin
+ds-cfg-plugin-type: ldifImport
+ds-cfg-plugin-type: preParseAdd
+ds-cfg-plugin-type: preParseModify
+ds-cfg-plugin-type: preParseModifyDN
+ds-cfg-enabled: false
+ds-cfg-invoke-for-internal-operations: true
+ds-cfg-attribute-type: uid
+ds-cfg-attribute-type: mail
+ds-cfg-attribute-type: userPassword
+ds-cfg-java-class: org.opends.server.plugins.SevenBitCleanPlugin
+cn: 7-Bit Clean
+
 dn: cn=Entry UUID,cn=Plugins,cn=config
+objectClass: ds-cfg-plugin
 objectClass: top
-objectClass: ds-cfg-plugin
-cn: Entry UUID
-ds-cfg-plugin-class: org.opends.server.plugins.EntryUUIDPlugin
-ds-cfg-plugin-enabled: true
+objectClass: ds-cfg-entry-uuid-plugin
 ds-cfg-plugin-type: ldifImport
 ds-cfg-plugin-type: preOperationAdd
+ds-cfg-enabled: true
+ds-cfg-invoke-for-internal-operations: true
+ds-cfg-java-class: org.opends.server.plugins.EntryUUIDPlugin
+cn: Entry UUID
 
 dn: cn=LastMod,cn=Plugins,cn=config
+objectClass: ds-cfg-last-mod-plugin
+objectClass: ds-cfg-plugin
 objectClass: top
-objectClass: ds-cfg-plugin
-cn: LastMod
-ds-cfg-plugin-class: org.opends.server.plugins.LastModPlugin
-ds-cfg-plugin-enabled: true
 ds-cfg-plugin-type: preOperationAdd
 ds-cfg-plugin-type: preOperationModify
 ds-cfg-plugin-type: preOperationModifyDN
+ds-cfg-enabled: true
+ds-cfg-invoke-for-internal-operations: true
+ds-cfg-java-class: org.opends.server.plugins.LastModPlugin
+cn: LastMod
 
 dn: cn=LDAP Attribute Description List,cn=Plugins,cn=config
+objectClass: ds-cfg-ldap-attribute-description-list-plugin
+objectClass: ds-cfg-plugin
 objectClass: top
-objectClass: ds-cfg-plugin
+ds-cfg-plugin-type: preParseSearch
+ds-cfg-enabled: true
+ds-cfg-invoke-for-internal-operations: true
+ds-cfg-java-class: org.opends.server.plugins.LDAPADListPlugin
 cn: LDAP Attribute Description List
-ds-cfg-plugin-class: org.opends.server.plugins.LDAPADListPlugin
-ds-cfg-plugin-enabled: true
-ds-cfg-plugin-type: preParseSearch
 
 dn: cn=Password Policy Import,cn=Plugins,cn=config
+objectClass: ds-cfg-password-policy-import-plugin
+objectClass: ds-cfg-plugin
 objectClass: top
-objectClass: ds-cfg-plugin
-objectClass: ds-cfg-password-policy-import-plugin
+ds-cfg-plugin-type: ldifImport
+ds-cfg-default-auth-password-storage-scheme: cn=Salted SHA-1,cn=Password Storage Schemes,cn=config
+ds-cfg-enabled: true
+ds-cfg-invoke-for-internal-operations: false
+ds-cfg-java-class: org.opends.server.plugins.PasswordPolicyImportPlugin
 cn: Password Policy Import
-ds-cfg-plugin-class: org.opends.server.plugins.PasswordPolicyImportPlugin
-ds-cfg-plugin-enabled: true
-ds-cfg-plugin-type: ldifImport
+ds-cfg-default-user-password-storage-scheme: cn=Salted SHA-1,cn=Password Storage Schemes,cn=config
 
 dn: cn=Profiler,cn=Plugins,cn=config
+objectClass: ds-cfg-plugin
 objectClass: top
-objectClass: ds-cfg-plugin
 objectClass: ds-cfg-profiler-plugin
-cn: Profiler
-ds-cfg-plugin-enabled: true
-ds-cfg-plugin-class: org.opends.server.plugins.profiler.ProfilerPlugin
 ds-cfg-plugin-type: startup
+ds-cfg-enabled: true
+ds-cfg-invoke-for-internal-operations: false
 ds-cfg-enable-profiling-on-startup: false
+ds-cfg-java-class: org.opends.server.plugins.profiler.ProfilerPlugin
+ds-cfg-profile-sample-interval: 10 milliseconds
+cn: Profiler
 ds-cfg-profile-directory: logs
-ds-cfg-profile-sample-interval: 10 milliseconds
 
-dn: cn=UID Unique Attribute ,cn=Plugins,cn=config
+dn: cn=Referential Integrity,cn=Plugins,cn=config
+objectClass: ds-cfg-plugin
 objectClass: top
+objectClass: ds-cfg-referential-integrity-plugin
+ds-cfg-plugin-type: postOperationDelete
+ds-cfg-plugin-type: postOperationModifyDN
+ds-cfg-plugin-type: subordinateModifyDN
+ds-cfg-enabled: false
+ds-cfg-invoke-for-internal-operations: true
+ds-cfg-attribute-type: member
+ds-cfg-attribute-type: uniqueMember
+ds-cfg-java-class: org.opends.server.plugins.ReferentialIntegrityPlugin
+cn: Referential Integrity
+
+dn: cn=UID Unique Attribute,cn=Plugins,cn=config
 objectClass: ds-cfg-plugin
+objectClass: top
 objectClass: ds-cfg-unique-attribute-plugin
-cn: UID Unique Attribute
-ds-cfg-plugin-class: org.opends.server.plugins.UniqueAttributePlugin
-ds-cfg-plugin-enabled: false
 ds-cfg-plugin-type: preOperationAdd
 ds-cfg-plugin-type: preOperationModify
 ds-cfg-plugin-type: preOperationModifyDN
-ds-cfg-unique-attribute-type: uid
+ds-cfg-plugin-type: postSynchronizationAdd
+ds-cfg-plugin-type: postSynchronizationModify
+ds-cfg-plugin-type: postSynchronizationModifyDN
+ds-cfg-enabled: false
+ds-cfg-invoke-for-internal-operations: true
+ds-cfg-type: uid
+ds-cfg-java-class: org.opends.server.plugins.UniqueAttributePlugin
+cn: UID Unique Attribute
 
 dn: cn=Root DNs,cn=config
 objectClass: top
-objectClass: ds-cfg-root-dn-base
-cn: Root DNs
+objectClass: ds-cfg-root-dn
 ds-cfg-default-root-privilege-name: bypass-acl
 ds-cfg-default-root-privilege-name: modify-acl
 ds-cfg-default-root-privilege-name: config-read
@@ -1414,27 +1621,28 @@
 ds-cfg-default-root-privilege-name: update-schema
 ds-cfg-default-root-privilege-name: privilege-change
 ds-cfg-default-root-privilege-name: unindexed-search
+cn: Root DNs
 
 dn: cn=Directory Manager,cn=Root DNs,cn=config
+objectClass: inetOrgPerson
+objectClass: person
 objectClass: top
-objectClass: person
+objectClass: ds-cfg-root-dn-user
 objectClass: organizationalPerson
-objectClass: inetOrgPerson
-objectClass: ds-cfg-root-dn
+sn: Manager
+userpassword: {SSHA512}kjk9s0E39sOgUqNkWSrIE4PDsfSHT0Z+zFbwwSY3d5UTcjk0O4q0W0KAJHnC9p+q0F2IinDdDCtsy8o4Rfdhd8XodMOcoZWF
 cn: Directory Manager
+ds-cfg-alternate-bind-dn: cn=Directory Manager
 givenName: Directory
-sn: Manager
-userPassword: {SSHA512}l1t43vVl7Uh03PpQ2vCsT0B7Q0HTi+tKJmH7tZTmSGaKrMHWHO1czfwEsjMgfbeQoiYQDGDuxolipR0H6ajMu1YHlTjPNG9Z
-ds-cfg-alternate-bind-dn: cn=Directory Manager
-ds-rlim-size-limit: 0
 ds-rlim-time-limit: 0
+ds-rlim-lookthrough-limit: 0
 ds-rlim-idle-time-limit: 0
-ds-rlim-lookthrough-limit: 0
+ds-rlim-size-limit: 0
 ds-pwp-password-policy-dn: cn=Root Password Policy,cn=Password Policies,cn=config
 
 dn: cn=Root DSE,cn=config
 objectClass: top
-objectClass: ds-cfg-root-dse
+objectClass: ds-cfg-root-dse-backend
 cn: Root DSE
 ds-cfg-show-all-attributes: false
 
@@ -1444,65 +1652,79 @@
 cn: SASL Mechanisms
 
 dn: cn=ANONYMOUS,cn=SASL Mechanisms,cn=config
+objectClass: ds-cfg-sasl-mechanism-handler
 objectClass: top
-objectClass: ds-cfg-sasl-mechanism-handler
+objectClass: ds-cfg-anonymous-sasl-mechanism-handler
+ds-cfg-enabled: false
+ds-cfg-java-class: org.opends.server.extensions.AnonymousSASLMechanismHandler
 cn: ANONYMOUS
-ds-cfg-sasl-mechanism-handler-class: org.opends.server.extensions.AnonymousSASLMechanismHandler
-ds-cfg-sasl-mechanism-handler-enabled: false
 
 dn: cn=CRAM-MD5,cn=SASL Mechanisms,cn=config
+objectClass: ds-cfg-cram-md5-sasl-mechanism-handler
+objectClass: ds-cfg-sasl-mechanism-handler
 objectClass: top
-objectClass: ds-cfg-sasl-mechanism-handler
-objectClass: ds-cfg-cram-md5-sasl-mechanism-handler
+ds-cfg-identity-mapper: cn=Exact Match,cn=Identity Mappers,cn=config
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.CRAMMD5SASLMechanismHandler
 cn: CRAM-MD5
-ds-cfg-sasl-mechanism-handler-class: org.opends.server.extensions.CRAMMD5SASLMechanismHandler
-ds-cfg-sasl-mechanism-handler-enabled: true
-ds-cfg-identity-mapper-dn: cn=Exact Match,cn=Identity Mappers,cn=config
 
 dn: cn=DIGEST-MD5,cn=SASL Mechanisms,cn=config
+objectClass: ds-cfg-sasl-mechanism-handler
 objectClass: top
-objectClass: ds-cfg-sasl-mechanism-handler
 objectClass: ds-cfg-digest-md5-sasl-mechanism-handler
+ds-cfg-identity-mapper: cn=Exact Match,cn=Identity Mappers,cn=config
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.DigestMD5SASLMechanismHandler
 cn: DIGEST-MD5
-ds-cfg-sasl-mechanism-handler-class: org.opends.server.extensions.DigestMD5SASLMechanismHandler
-ds-cfg-sasl-mechanism-handler-enabled: true
-ds-cfg-identity-mapper-dn: cn=Exact Match,cn=Identity Mappers,cn=config
 
 dn: cn=EXTERNAL,cn=SASL Mechanisms,cn=config
+objectClass: ds-cfg-external-sasl-mechanism-handler
+objectClass: ds-cfg-sasl-mechanism-handler
 objectClass: top
-objectClass: ds-cfg-sasl-mechanism-handler
-objectClass: ds-cfg-external-sasl-mechanism-handler
+ds-cfg-certificate-validation-policy: ifpresent
+ds-cfg-certificate-attribute: userCertificate
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.ExternalSASLMechanismHandler
 cn: EXTERNAL
-ds-cfg-sasl-mechanism-handler-class: org.opends.server.extensions.ExternalSASLMechanismHandler
-ds-cfg-sasl-mechanism-handler-enabled: true
-ds-cfg-client-certificate-validation-policy: ifpresent
-ds-cfg-certificate-attribute: userCertificate
-ds-cfg-certificate-mapper-dn: cn=Subject Equals DN,cn=Certificate Mappers,cn=config
+ds-cfg-certificate-mapper: cn=Subject Equals DN,cn=Certificate Mappers,cn=config
 
 dn: cn=GSSAPI,cn=SASL Mechanisms,cn=config
+objectClass: ds-cfg-sasl-mechanism-handler
 objectClass: top
-objectClass: ds-cfg-sasl-mechanism-handler
 objectClass: ds-cfg-gssapi-sasl-mechanism-handler
+ds-cfg-identity-mapper: cn=Regular Expression,cn=Identity Mappers,cn=config
+ds-cfg-enabled: false
+ds-cfg-java-class: org.opends.server.extensions.GSSAPISASLMechanismHandler
 cn: GSSAPI
-ds-cfg-sasl-mechanism-handler-class: org.opends.server.extensions.GSSAPISASLMechanismHandler
-ds-cfg-sasl-mechanism-handler-enabled: false
-ds-cfg-identity-mapper-dn: cn=Regular Expression,cn=Identity Mappers,cn=config
 ds-cfg-keytab: /etc/krb5/krb5.keytab
 
 dn: cn=PLAIN,cn=SASL Mechanisms,cn=config
+objectClass: ds-cfg-sasl-mechanism-handler
 objectClass: top
-objectClass: ds-cfg-sasl-mechanism-handler
 objectClass: ds-cfg-plain-sasl-mechanism-handler
+ds-cfg-identity-mapper: cn=Exact Match,cn=Identity Mappers,cn=config
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.PlainSASLMechanismHandler
 cn: PLAIN
-ds-cfg-sasl-mechanism-handler-class: org.opends.server.extensions.PlainSASLMechanismHandler
-ds-cfg-sasl-mechanism-handler-enabled: true
-ds-cfg-identity-mapper-dn: cn=Exact Match,cn=Identity Mappers,cn=config
 
 dn: cn=Synchronization Providers,cn=config
 objectClass: top
 objectClass: ds-cfg-branch
 cn: Synchronization Providers
 
+dn: cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config
+objectClass: ds-cfg-synchronization-provider
+objectClass: ds-cfg-replication-synchronization-provider
+objectClass: top
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.replication.plugin.MultimasterReplication
+cn: Multimaster Synchronization
+
+dn: cn=domains,cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: domains
+
 dn: cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-branch
@@ -1511,344 +1733,344 @@
 dn: cn=Absolute Subtree Specification,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.AbsoluteSubtreeSpecificationSyntax
 cn: Absolute Subtree Specification
-ds-cfg-syntax-class: org.opends.server.schema.AbsoluteSubtreeSpecificationSyntax
-ds-cfg-syntax-enabled: true
 
-dn: cn=Sun-defined Access Control Information,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Sun-defined Access Control Information
-ds-cfg-syntax-class: org.opends.server.schema.AciSyntax
-ds-cfg-syntax-enabled: true
-
 dn: cn=Attribute Type Description,cn=Syntaxes,cn=config
 objectClass: top
+objectClass: ds-cfg-attribute-type-description-attribute-syntax
 objectClass: ds-cfg-attribute-syntax
-objectClass: ds-cfg-attribute-type-description-attribute-syntax
+ds-cfg-strip-syntax-min-upper-bound: false
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.AttributeTypeSyntax
 cn: Attribute Type Description
-ds-cfg-syntax-class: org.opends.server.schema.AttributeTypeSyntax
-ds-cfg-syntax-enabled: true
-ds-cfg-strip-syntax-minimum-upper-bound: false
 
 dn: cn=Authentication Password,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.AuthPasswordSyntax
 cn: Authentiation Password
-ds-cfg-syntax-class: org.opends.server.schema.AuthPasswordSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Binary,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.BinarySyntax
 cn: Binary
-ds-cfg-syntax-class: org.opends.server.schema.BinarySyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Bit String,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.BitStringSyntax
 cn: Bit String
-ds-cfg-syntax-class: org.opends.server.schema.BitStringSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Boolean,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.BooleanSyntax
 cn: Boolean
-ds-cfg-syntax-class: org.opends.server.schema.BooleanSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Certificate,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.CertificateSyntax
 cn: Certificate
-ds-cfg-syntax-class: org.opends.server.schema.CertificateSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Certificate List,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.CertificateListSyntax
 cn: Certificate List
-ds-cfg-syntax-class: org.opends.server.schema.CertificateListSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Certificate Pair,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.CertificatePairSyntax
 cn: Certificate Pair
-ds-cfg-syntax-class: org.opends.server.schema.CertificatePairSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Country String,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.CountryStringSyntax
 cn: Country String
-ds-cfg-syntax-class: org.opends.server.schema.CountryStringSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Delivery Method,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.DeliveryMethodSyntax
 cn: Delivery Method
-ds-cfg-syntax-class: org.opends.server.schema.DeliveryMethodSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Directory String,cn=Syntaxes,cn=config
 objectClass: top
+objectClass: ds-cfg-directory-string-attribute-syntax
 objectClass: ds-cfg-attribute-syntax
-objectClass: ds-cfg-directory-string-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-allow-zero-length-values: false
+ds-cfg-java-class: org.opends.server.schema.DirectoryStringSyntax
 cn: Directory String
-ds-cfg-syntax-class: org.opends.server.schema.DirectoryStringSyntax
-ds-cfg-syntax-enabled: true
-ds-cfg-allow-zero-length-values: false
 
 dn: cn=Distinguished Name,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.DistinguishedNameSyntax
 cn: Distinguished Name
-ds-cfg-syntax-class: org.opends.server.schema.DistinguishedNameSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=DIT Content Rule Description,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.DITContentRuleSyntax
 cn: DIT Content Rule Description
-ds-cfg-syntax-class: org.opends.server.schema.DITContentRuleSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=DIT Structure Rule Description,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.DITStructureRuleSyntax
 cn: DIT Structure Rule Description
-ds-cfg-syntax-class: org.opends.server.schema.DITStructureRuleSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Enhanced Guide,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.EnhancedGuideSyntax
 cn: Enhanced Guide
-ds-cfg-syntax-class: org.opends.server.schema.EnhancedGuideSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Facsimile Telephone Number,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.FaxNumberSyntax
 cn: Facsimile Telephone Number
-ds-cfg-syntax-class: org.opends.server.schema.FaxNumberSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Fax,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.FaxSyntax
 cn: Fax
-ds-cfg-syntax-class: org.opends.server.schema.FaxSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Generalized Time,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.GeneralizedTimeSyntax
 cn: Generalized Time
-ds-cfg-syntax-class: org.opends.server.schema.GeneralizedTimeSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Guide,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.GuideSyntax
 cn: Guide
-ds-cfg-syntax-class: org.opends.server.schema.GuideSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=IA5 String,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.IA5StringSyntax
 cn: IA5 String
-ds-cfg-syntax-class: org.opends.server.schema.IA5StringSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Integer,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.IntegerSyntax
 cn: Integer
-ds-cfg-syntax-class: org.opends.server.schema.IntegerSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=JPEG,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.JPEGSyntax
 cn: JPEG
-ds-cfg-syntax-class: org.opends.server.schema.JPEGSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=LDAP Syntax Description,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.LDAPSyntaxDescriptionSyntax
 cn: LDAP Syntax Description
-ds-cfg-syntax-class: org.opends.server.schema.LDAPSyntaxDescriptionSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Matching Rule Description,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.MatchingRuleSyntax
 cn: Matching Rule Description
-ds-cfg-syntax-class: org.opends.server.schema.MatchingRuleSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Matching Rule Use Description,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.MatchingRuleUseSyntax
 cn: Matching Rule Use Description
-ds-cfg-syntax-class: org.opends.server.schema.MatchingRuleUseSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Name and Optional UID,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.NameAndOptionalUIDSyntax
 cn: Name and Optional UID
-ds-cfg-syntax-class: org.opends.server.schema.NameAndOptionalUIDSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Name Form Description,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.NameFormSyntax
 cn: Name Form Description
-ds-cfg-syntax-class: org.opends.server.schema.NameFormSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Numeric String,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.NumericStringSyntax
 cn: Numeric String
-ds-cfg-syntax-class: org.opends.server.schema.NumericStringSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Object Class Description,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.ObjectClassSyntax
 cn: Object Class Description
-ds-cfg-syntax-class: org.opends.server.schema.ObjectClassSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Object Identifier,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.OIDSyntax
 cn: Object Identifier
-ds-cfg-syntax-class: org.opends.server.schema.OIDSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Octet String,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.OctetStringSyntax
 cn: Octet String
-ds-cfg-syntax-class: org.opends.server.schema.OctetStringSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Other Mailbox,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.OtherMailboxSyntax
 cn: Other Mailbox
-ds-cfg-syntax-class: org.opends.server.schema.OtherMailboxSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Postal Address,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.PostalAddressSyntax
 cn: Postal Address
-ds-cfg-syntax-class: org.opends.server.schema.PostalAddressSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Presentation Address,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.PresentationAddressSyntax
 cn: Presentation Address
-ds-cfg-syntax-class: org.opends.server.schema.PresentationAddressSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Printable String,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.PrintableStringSyntax
 cn: Printable String
-ds-cfg-syntax-class: org.opends.server.schema.PrintableStringSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Protocol Information,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.ProtocolInformationSyntax
 cn: Protocol Information
-ds-cfg-syntax-class: org.opends.server.schema.ProtocolInformationSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Relative Subtree Specification,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.RelativeSubtreeSpecificationSyntax
 cn: Relative Subtree Specification
-ds-cfg-syntax-class: org.opends.server.schema.RelativeSubtreeSpecificationSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Substring Assertion,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.SubstringAssertionSyntax
 cn: Substring Assertion
-ds-cfg-syntax-class: org.opends.server.schema.SubstringAssertionSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Subtree Specification,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.RFC3672SubtreeSpecificationSyntax
 cn: Subtree Specification
-ds-cfg-syntax-class: org.opends.server.schema.RFC3672SubtreeSpecificationSyntax
-ds-cfg-syntax-enabled: true
 
+dn: cn=Sun-defined Access Control Information,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.AciSyntax
+cn: Sun-defined Access Control Information
+
 dn: cn=Supported Algorithm,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.SupportedAlgorithmSyntax
 cn: Supported Algorithm
-ds-cfg-syntax-class: org.opends.server.schema.SupportedAlgorithmSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Telephone Number,cn=Syntaxes,cn=config
+objectClass: ds-cfg-telephone-number-attribute-syntax
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
-objectClass: ds-cfg-telephone-number-attribute-syntax
+ds-cfg-strict-format: false
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.TelephoneNumberSyntax
 cn: Telephone Number
-ds-cfg-syntax-class: org.opends.server.schema.TelephoneNumberSyntax
-ds-cfg-syntax-enabled: true
-ds-cfg-strict-telephone-number-format: false
 
 dn: cn=Teletex Terminal Identifier,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.TeletexTerminalIdentifierSyntax
 cn: Teletex Terminal Identifier
-ds-cfg-syntax-class: org.opends.server.schema.TeletexTerminalIdentifierSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Telex Number,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.TelexNumberSyntax
 cn: Telex Number
-ds-cfg-syntax-class: org.opends.server.schema.TelexNumberSyntax
-ds-cfg-syntax-enabled: true
 
-dn: cn=UTC Time,cn=Syntaxes,cn=config
+dn: cn=User Password,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
-cn: UTC Time
-ds-cfg-syntax-class: org.opends.server.schema.UTCTimeSyntax
-ds-cfg-syntax-enabled: true
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.UserPasswordSyntax
+cn: User Password
 
-dn: cn=User Password,cn=Syntaxes,cn=config
+dn: cn=UTC Time,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
-cn: User Password
-ds-cfg-syntax-class: org.opends.server.schema.UserPasswordSyntax
-ds-cfg-syntax-enabled: true
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.UTCTimeSyntax
+cn: UTC Time
 
 dn: cn=UUID,cn=Syntaxes,cn=config
 objectClass: top
 objectClass: ds-cfg-attribute-syntax
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.schema.UUIDSyntax
 cn: UUID
-ds-cfg-syntax-class: org.opends.server.schema.UUIDSyntax
-ds-cfg-syntax-enabled: true
 
 dn: cn=Trust Manager Providers,cn=config
 objectClass: top
@@ -1856,31 +2078,32 @@
 cn: Trust Manager Providers
 
 dn: cn=Blind Trust,cn=Trust Manager Providers,cn=config
+objectClass: ds-cfg-blind-trust-manager-provider
 objectClass: top
 objectClass: ds-cfg-trust-manager-provider
+ds-cfg-enabled: false
+ds-cfg-java-class: org.opends.server.extensions.BlindTrustManagerProvider
 cn: Blind Trust
-ds-cfg-trust-manager-provider-class: org.opends.server.extensions.BlindTrustManagerProvider
-ds-cfg-trust-manager-provider-enabled: false
 
 dn: cn=JKS,cn=Trust Manager Providers,cn=config
+objectClass: ds-cfg-file-based-trust-manager-provider
 objectClass: top
 objectClass: ds-cfg-trust-manager-provider
-objectClass: ds-cfg-file-based-trust-manager-provider
+ds-cfg-trust-store-file: config/truststore
+ds-cfg-enabled: true
+ds-cfg-trust-store-type: JKS
+ds-cfg-java-class: org.opends.server.extensions.FileBasedTrustManagerProvider
 cn: JKS
-ds-cfg-trust-manager-provider-class: org.opends.server.extensions.FileBasedTrustManagerProvider
-ds-cfg-trust-manager-provider-enabled: false
-ds-cfg-trust-store-type: JKS
-ds-cfg-trust-store-file: config/truststore
 
 dn: cn=PKCS12,cn=Trust Manager Providers,cn=config
+objectClass: ds-cfg-file-based-trust-manager-provider
 objectClass: top
 objectClass: ds-cfg-trust-manager-provider
-objectClass: ds-cfg-file-based-trust-manager-provider
+ds-cfg-trust-store-file: config/truststore.p12
+ds-cfg-enabled: false
+ds-cfg-trust-store-type: PKCS12
+ds-cfg-java-class: org.opends.server.extensions.FileBasedTrustManagerProvider
 cn: PKCS12
-ds-cfg-trust-manager-provider-class: org.opends.server.extensions.FileBasedTrustManagerProvider
-ds-cfg-trust-manager-provider-enabled: false
-ds-cfg-trust-store-type: PKCS12
-ds-cfg-trust-store-file: config/truststore.p12
 
 dn: cn=Virtual Attributes,cn=config
 objectClass: top
@@ -1888,84 +2111,96 @@
 cn: Virtual Attributes
 
 dn: cn=entryDN,cn=Virtual Attributes,cn=config
+objectClass: ds-cfg-entry-dn-virtual-attribute
 objectClass: top
 objectClass: ds-cfg-virtual-attribute
+ds-cfg-enabled: true
+ds-cfg-attribute-type: entryDN
+ds-cfg-java-class: org.opends.server.extensions.EntryDNVirtualAttributeProvider
 cn: entryDN
-ds-cfg-virtual-attribute-class: org.opends.server.extensions.EntryDNVirtualAttributeProvider
-ds-cfg-virtual-attribute-enabled: true
-ds-cfg-virtual-attribute-type: entryDN
-ds-cfg-virtual-attribute-conflict-behavior: virtual-overrides-real
+ds-cfg-conflict-behavior: virtual-overrides-real
 
 dn: cn=entryUUID,cn=Virtual Attributes,cn=config
 objectClass: top
+objectClass: ds-cfg-entry-uuid-virtual-attribute
 objectClass: ds-cfg-virtual-attribute
+ds-cfg-enabled: true
+ds-cfg-attribute-type: entryUUID
+ds-cfg-java-class: org.opends.server.extensions.EntryUUIDVirtualAttributeProvider
 cn: entryUUIUD
-ds-cfg-virtual-attribute-class: org.opends.server.extensions.EntryUUIDVirtualAttributeProvider
-ds-cfg-virtual-attribute-enabled: true
-ds-cfg-virtual-attribute-type: entryUUID
-ds-cfg-virtual-attribute-conflict-behavior: real-overrides-virtual
+ds-cfg-conflict-behavior: real-overrides-virtual
 
+dn: cn=hasSubordinates,cn=Virtual Attributes,cn=config
+objectClass: ds-cfg-has-subordinates-virtual-attribute
+objectClass: top
+objectClass: ds-cfg-virtual-attribute
+ds-cfg-enabled: true
+ds-cfg-attribute-type: hasSubordinates
+ds-cfg-java-class: org.opends.server.extensions.HasSubordinatesVirtualAttributeProvider
+cn: hasSubordinates
+ds-cfg-conflict-behavior: virtual-overrides-real
+
 dn: cn=isMemberOf,cn=Virtual Attributes,cn=config
+objectClass: ds-cfg-is-member-of-virtual-attribute
 objectClass: top
 objectClass: ds-cfg-virtual-attribute
+ds-cfg-enabled: true
+ds-cfg-attribute-type: isMemberOf
+ds-cfg-java-class: org.opends.server.extensions.IsMemberOfVirtualAttributeProvider
+ds-cfg-filter: (objectClass=person)
 cn: isMemberOf
-ds-cfg-virtual-attribute-class: org.opends.server.extensions.IsMemberOfVirtualAttributeProvider
-ds-cfg-virtual-attribute-enabled: true
-ds-cfg-virtual-attribute-type: isMemberOf
-ds-cfg-virtual-attribute-filter: (objectClass=person)
-ds-cfg-virtual-attribute-conflict-behavior: virtual-overrides-real
+ds-cfg-conflict-behavior: virtual-overrides-real
 
+dn: cn=numSubordinates,cn=Virtual Attributes,cn=config
+objectClass: top
+objectClass: ds-cfg-num-subordinates-virtual-attribute
+objectClass: ds-cfg-virtual-attribute
+ds-cfg-enabled: true
+ds-cfg-attribute-type: numSubordinates
+ds-cfg-java-class: org.opends.server.extensions.NumSubordinatesVirtualAttributeProvider
+cn: numSubordinates
+ds-cfg-conflict-behavior: virtual-overrides-real
+
 dn: cn=subschemaSubentry,cn=Virtual Attributes,cn=config
+objectClass: ds-cfg-subschema-subentry-virtual-attribute
 objectClass: top
 objectClass: ds-cfg-virtual-attribute
+ds-cfg-enabled: true
+ds-cfg-attribute-type: subschemaSubentry
+ds-cfg-java-class: org.opends.server.extensions.SubschemaSubentryVirtualAttributeProvider
 cn: subschemaSubentry
-ds-cfg-virtual-attribute-class: org.opends.server.extensions.SubschemaSubentryVirtualAttributeProvider
-ds-cfg-virtual-attribute-enabled: true
-ds-cfg-virtual-attribute-type: subschemaSubentry
-ds-cfg-virtual-attribute-conflict-behavior: virtual-overrides-real
+ds-cfg-conflict-behavior: virtual-overrides-real
 
 dn: cn=Virtual Static member,cn=Virtual Attributes,cn=config
 objectClass: top
 objectClass: ds-cfg-virtual-attribute
 objectClass: ds-cfg-member-virtual-attribute
+ds-cfg-enabled: true
+ds-cfg-attribute-type: member
+ds-cfg-allow-retrieving-membership: false
+ds-cfg-java-class: org.opends.server.extensions.MemberVirtualAttributeProvider
+ds-cfg-filter: (&(objectClass=groupOfNames)(objectClass=ds-virtual-static-group))
 cn: Virtual Static member
-ds-cfg-virtual-attribute-class: org.opends.server.extensions.MemberVirtualAttributeProvider
-ds-cfg-virtual-attribute-enabled: true
-ds-cfg-virtual-attribute-type: member
-ds-cfg-virtual-attribute-conflict-behavior: virtual-overrides-real
-ds-cfg-virtual-attribute-filter: (&(objectClass=groupOfNames)(objectClass=ds-virtual-static-group))
-ds-cfg-allow-retrieving-membership: false
+ds-cfg-conflict-behavior: virtual-overrides-real
 
 dn: cn=Virtual Static uniqueMember,cn=Virtual Attributes,cn=config
 objectClass: top
 objectClass: ds-cfg-virtual-attribute
 objectClass: ds-cfg-member-virtual-attribute
+ds-cfg-enabled: true
+ds-cfg-attribute-type: uniqueMember
+ds-cfg-allow-retrieving-membership: false
+ds-cfg-java-class: org.opends.server.extensions.MemberVirtualAttributeProvider
+ds-cfg-filter: (&(objectClass=groupOfUniqueNames)(objectClass=ds-virtual-static-group))
 cn: Virtual Static uniqueMember
-ds-cfg-virtual-attribute-class: org.opends.server.extensions.MemberVirtualAttributeProvider
-ds-cfg-virtual-attribute-enabled: true
-ds-cfg-virtual-attribute-type: uniqueMember
-ds-cfg-virtual-attribute-conflict-behavior: virtual-overrides-real
-ds-cfg-virtual-attribute-filter: (&(objectClass=groupOfUniqueNames)(objectClass=ds-virtual-static-group))
-ds-cfg-allow-retrieving-membership: false
+ds-cfg-conflict-behavior: virtual-overrides-real
 
 dn: cn=Work Queue,cn=config
+objectClass: ds-cfg-work-queue
 objectClass: top
-objectClass: ds-cfg-work-queue
 objectClass: ds-cfg-traditional-work-queue
+ds-cfg-java-class: org.opends.server.extensions.TraditionalWorkQueue
 cn: Work Queue
-ds-cfg-work-queue-class: org.opends.server.extensions.TraditionalWorkQueue
 ds-cfg-num-worker-threads: 24
 ds-cfg-max-work-queue-capacity: 0
 
-dn: cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-synchronization-provider
-objectClass: ds-cfg-multimaster-synchronization-provider
-cn: Multimaster Synchronization
-ds-cfg-synchronization-provider-enabled: true
-ds-cfg-synchronization-provider-class: org.opends.server.replication.plugin.MultimasterReplication
-
-dn: cn=domains,cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: domains

Modified: projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/00-core.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/00-core.ldif	2008-10-22 19:22:22 UTC (rev 79939)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/00-core.ldif	2008-10-22 20:31:45 UTC (rev 79940)
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #
-#      Portions Copyright 2006-2007 Sun Microsystems, Inc.
+#      Copyright 2006-2008 Sun Microsystems, Inc.
 #
 #
 # This file contains a core set of attribute type and objectlass definitions
@@ -176,6 +176,9 @@
 attributeTypes: ( 2.5.18.4 NAME 'modifiersName' EQUALITY distinguishedNameMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE NO-USER-MODIFICATION
   USAGE directoryOperation X-ORIGIN 'RFC 4512' )
+attributeTypes: ( 2.5.18.9 NAME 'hasSubordinates' EQUALITY booleanMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE NO-USER-MODIFICATION
+  USAGE directoryOperation X-ORIGIN 'X.501' )
 attributeTypes: ( 2.5.18.10 NAME 'subschemaSubentry'
   EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
   SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation
@@ -430,10 +433,16 @@
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 1274' )
 attributeTypes: ( 0.9.2342.19200300.100.1.31 NAME 'cNAMERecord'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 1274' )
-attributeTypes: ( 2.16.840.1.113730.3.1.602 NAME 'entryDN'
-  DESC 'DN of the entry' EQUALITY distinguishedNameMatch
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE NO-USER-MODIFICATION
-  USAGE directoryOperation X-ORIGIN 'draft-zeilenga-ldap-entrydn' )
+attributeTypes: ( 1.3.6.1.1.20 NAME 'entryDN' DESC 'DN of the entry'
+  EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation
+  X-ORIGIN 'RFC 5020' )
+attributeTypes: ( 1.3.6.1.4.1.453.16.2.103 NAME 'numSubordinates'
+  DESC 'Count of immediate subordinates'
+  EQUALITY integerMatch ORDERING integerOrderingMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation
+  X-ORIGIN 'draft-ietf-boreham-numsubordinates' )
 objectClasses: ( 2.5.6.0 NAME 'top' ABSTRACT MUST objectClass
   X-ORIGIN 'RFC 4512' )
 objectClasses: ( 2.5.6.1 NAME 'alias' SUP top STRUCTURAL MUST aliasedObjectName
@@ -613,4 +622,7 @@
 objectClasses: ( 0.9.2342.19200300.100.4.22 NAME 'qualityLabelledData' SUP top
   MUST dSAQuality MAY ( subtreeMinimumQuality $ subtreeMaximumQuality )
   X-ORIGIN 'RFC 1274' )
+objectClasses: ( 1.2.826.0.1.3458854.2.1.1 NAME 'groupOfEntries' SUP top
+  STRUCTURAL MUST cn MAY ( member $ businessCategory $ seeAlso $ owner $ ou $
+  o $ description ) X-ORIGIN 'draft-findlay-ldap-groupofentries' )
 

Modified: projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/01-pwpolicy.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/01-pwpolicy.ldif	2008-10-22 19:22:22 UTC (rev 79939)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/01-pwpolicy.ldif	2008-10-22 20:31:45 UTC (rev 79940)
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #
-#      Portions Copyright 2006-2007 Sun Microsystems, Inc.
+#      Copyright 2006-2008 Sun Microsystems, Inc.
 #
 #
 # This file contains schema definitions from draft-behera-ldap-password-policy,

Modified: projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/02-config.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/02-config.ldif	2008-10-22 19:22:22 UTC (rev 79939)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/02-config.ldif	2008-10-22 20:31:45 UTC (rev 79940)
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #
-#      Portions Copyright 2006-2007 Sun Microsystems, Inc.
+#      Copyright 2006-2008 Sun Microsystems, Inc.
 #
 #
 # This file contains the attribute type and objectclass definitions for use
@@ -31,2189 +31,3709 @@
 objectClass: ldapSubentry
 objectClass: subschema
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.1
-  NAME 'ds-cfg-acl-handler-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-java-class'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.2
-  NAME 'ds-cfg-acl-handler-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-enabled'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.3
-  NAME 'ds-cfg-alert-handler-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-allow-attribute-name-exceptions'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.4
-  NAME 'ds-cfg-alert-handler-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-allowed-client'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.5
-  NAME 'ds-cfg-allow-attribute-name-exceptions'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-allow-ldap-v2'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.6 NAME 'ds-cfg-allowed-client'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.6
+  NAME 'ds-cfg-allow-start-tls'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.7
-  NAME 'ds-cfg-allow-ldapv2' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-allow-tcp-reuse-address'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.8
-  NAME 'ds-cfg-allow-start-tls' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-base-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.9
-  NAME 'ds-cfg-allow-tcp-reuse-address' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.10 NAME 'ds-cfg-backend-base-dn'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.11 NAME 'ds-cfg-backend-class'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-db-directory'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.12
-  NAME 'ds-cfg-backend-directory' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.10
+  NAME 'ds-cfg-backend-id'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.11
+  NAME 'ds-cfg-index-entry-limit'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.13
-  NAME 'ds-cfg-backend-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.14 NAME 'ds-cfg-backend-id'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-alternate-bind-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.14
+  NAME 'ds-cfg-certificate-attribute'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.15
-  NAME 'ds-cfg-backend-index-entry-limit'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-check-schema'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.16
-  NAME 'ds-cfg-backend-subtree-delete-size-limit'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-certificate-validation-policy'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.17 NAME 'ds-cfg-alternate-bind-dn'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.17
+  NAME 'ds-cfg-db-cache-percent'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.18
-  NAME 'ds-cfg-certificate-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-db-cleaner-min-utilization'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.19
-  NAME 'ds-cfg-certificate-mapper-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-db-cache-size'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.20
-  NAME 'ds-cfg-certificate-mapper-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.21 NAME 'ds-cfg-check-schema'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-db-run-cleaner'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.21
+  NAME 'ds-cfg-db-txn-no-sync'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.22
-  NAME 'ds-cfg-client-certificate-validation-policy'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-db-txn-write-no-sync'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.23
-  NAME 'ds-cfg-connection-handler-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-default-severity'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.24
-  NAME 'ds-cfg-connection-handler-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-denied-client'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.25
-  NAME 'ds-cfg-database-cache-percent' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-enable-profiling-on-startup'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.26
-  NAME 'ds-cfg-database-cleaner-min-utilization'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-exclude-filter'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.27
-  NAME 'ds-cfg-database-cache-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-rotation-interval'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.28
-  NAME 'ds-cfg-database-run-cleaner' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-attribute'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.29
-  NAME 'ds-cfg-database-txn-no-sync' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-index-type'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.30
-  NAME 'ds-cfg-database-txn-write-no-sync' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-include-filter'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.31
-  NAME 'ds-cfg-default-severity' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  NAME 'ds-cfg-invalid-attribute-syntax-behavior'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.32 NAME 'ds-cfg-denied-client'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.32
+  NAME 'ds-cfg-kdc-address'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.33
-  NAME 'ds-cfg-enable-profiling-on-startup'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-keytab'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.34
-  NAME 'ds-cfg-entry-cache-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-keep-stats'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.35
-  NAME 'ds-cfg-entry-cache-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-key-store-file'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.36
-  NAME 'ds-cfg-extended-operation-handler-class'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-key-store-pin'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.37
-  NAME 'ds-cfg-extended-operation-handler-enabled'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-key-store-pin-environment-variable'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.38 NAME 'ds-cfg-exclude-filter'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.38
+  NAME 'ds-cfg-key-store-pin-file'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.39
-  NAME 'ds-cfg-rotation-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.320  NAME 'ds-cfg-global-aci'
-  SYNTAX 1.3.6.1.4.1.26027.1.3.4 X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-key-store-pin-property'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.40
-  NAME 'ds-cfg-index-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-key-store-type'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.41
-  NAME 'ds-cfg-index-entry-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.42 NAME 'ds-cfg-index-type'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.43 NAME 'ds-cfg-include-filter'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-listen-address'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.42
+  NAME 'ds-cfg-listen-port'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.43
+  NAME 'ds-cfg-lock-timeout'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.44
-  NAME 'ds-cfg-invalid-attribute-syntax-behavior'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-log-file'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.45 NAME 'ds-cfg-kdc-address'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.45
+  NAME 'ds-cfg-max-allowed-client-connections'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.46 NAME 'ds-cfg-keytab'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.46
+  NAME 'ds-cfg-max-entries'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.47 NAME 'ds-cfg-keep-stats'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.47
+  NAME 'ds-cfg-max-memory-percent'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.48
-  NAME 'ds-cfg-key-manager-provider-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-max-request-size'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.49
-  NAME 'ds-cfg-key-manager-provider-enabled'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-max-work-queue-capacity'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.50 NAME 'ds-cfg-key-store-file'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.50
+  NAME 'ds-cfg-notify-abandoned-operations'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.51 NAME 'ds-cfg-key-store-pin'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.51
+  NAME 'ds-cfg-num-request-handlers'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.52
-  NAME 'ds-cfg-key-store-pin-environment-variable'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-num-worker-threads'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.53
-  NAME 'ds-cfg-key-store-pin-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-override-severity'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.54
-  NAME 'ds-cfg-key-store-pin-property' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.55 NAME 'ds-cfg-key-store-type'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-type'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.56 NAME 'ds-cfg-listen-address'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.57 NAME 'ds-cfg-listen-port'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.55
+  NAME 'ds-cfg-profile-action'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.56
+  NAME 'ds-cfg-profile-directory'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.57
+  NAME 'ds-cfg-profiler-state'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  NO-USER-MODIFICATION
+  USAGE directoryOperation
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.58
-  NAME 'ds-cfg-lock-timeout' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.59 NAME 'ds-cfg-log-file'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-profile-sample-interval'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.60 NAME 'ds-cfg-logger-class'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.59
+  NAME 'ds-cfg-realm'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.60
+  NAME 'ds-recurring-task-class-name'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.61
-  NAME 'ds-cfg-logger-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-recurring-task-id'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.62
-  NAME 'ds-cfg-matching-rule-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-rotation-action'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.63
-  NAME 'ds-cfg-matching-rule-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-rotation-policy'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.64
-  NAME 'ds-cfg-max-allowed-client-connections'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-retention-policy'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.65
-  NAME 'ds-cfg-max-entries' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-number-of-files'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.66
-  NAME 'ds-cfg-max-memory-percent' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-disk-space-used'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.67
-  NAME 'ds-cfg-max-request-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-free-disk-space'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.68
-  NAME 'ds-cfg-max-work-queue-capacity'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-task-shutdown-message'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.69
-  NAME 'ds-cfg-monitor-provider-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-actual-start-time'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.70
-  NAME 'ds-cfg-monitor-provider-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-task-backing-file'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.71
-  NAME 'ds-cfg-notify-abandoned-operations'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-task-class-name'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.72
-  NAME 'ds-cfg-num-request-handlers'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-task-completion-time'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.73
-  NAME 'ds-cfg-num-worker-threads'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-task-dependency-id'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.74
-  NAME 'ds-cfg-override-severity' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  NAME 'ds-task-failed-dependency-action'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.75
-  NAME 'ds-cfg-password-storage-scheme-class'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-task-id'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.76
-  NAME 'ds-cfg-password-storage-scheme-enabled'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-task-log-message'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.77
-  NAME 'ds-cfg-password-validator-class'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-task-notify-on-completion'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.78
-  NAME 'ds-cfg-password-validator-enabled'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-task-notify-on-error'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.79 NAME 'ds-cfg-plugin-class'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.79
+  NAME 'ds-cfg-task-retention-time'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.80 NAME 'ds-cfg-plugin-enabled'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.80
+  NAME 'ds-task-scheduled-start-time'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.81 NAME 'ds-cfg-plugin-type'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.82 NAME 'ds-cfg-profile-action'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.81
+  NAME 'ds-task-state'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.82
+  NAME 'ds-cfg-time-interval'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.83
-  NAME 'ds-cfg-profile-directory' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-buffer-size'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.84
-  NAME 'ds-cfg-profiler-state' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation
+  NAME 'ds-cfg-schema-entry-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.85
-  NAME 'ds-cfg-profile-sample-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.86 NAME 'ds-cfg-realm'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-send-rejection-notice'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.86
+  NAME 'ds-cfg-server-fqdn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.87
-  NAME 'ds-recurring-task-class-name' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-shutdown-password'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.88
-  NAME 'ds-recurring-task-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-single-structural-objectclass-behavior'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.89
-  NAME 'ds-cfg-rotation-action' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-size-limit'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.90
-  NAME 'ds-cfg-rotation-policy-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  NAME 'ds-cfg-ssl-client-auth-policy'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.91
-  NAME 'ds-cfg-retention-policy-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  NAME 'ds-cfg-ssl-cert-nickname'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.92 NAME 'ds-cfg-number-of-files'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.93 NAME 'ds-cfg-disk-space-used'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.94 NAME 'ds-cfg-free-disk-space'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.92
+  NAME 'ds-cfg-strict-format'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.93
+  NAME 'ds-cfg-subordinate-base-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.94
+  NAME 'ds-cfg-suppress-internal-operations'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.95
-  NAME 'ds-task-shutdown-message' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-time-of-day'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.36
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.96
-  NAME 'ds-task-actual-start-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-trust-store-file'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.97
-  NAME 'ds-cfg-task-backing-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-trust-store-pin'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.98
-  NAME 'ds-task-class-name' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-trust-store-pin-environment-variable'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.99
-  NAME 'ds-task-completion-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-trust-store-pin-file'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.100
-  NAME 'ds-task-dependency-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  NAME 'ds-cfg-trust-store-pin-property'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.101
-  NAME 'ds-task-failed-dependency-action'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-trust-store-type'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.102
-  NAME 'ds-task-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-user-base-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.103
-  NAME 'ds-task-log-message' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  NAME 'ds-cfg-user-name-attribute'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.104
-  NAME 'ds-task-notify-on-completion' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  NAME 'ds-cfg-use-ssl'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.105
-  NAME 'ds-task-notify-on-error' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  NAME 'ds-cfg-use-tcp-keep-alive'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.106
-  NAME 'ds-cfg-task-retention-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  NAME 'ds-cfg-use-tcp-no-delay'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.107
-  NAME 'ds-task-scheduled-start-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-allow-zero-length-values'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.108
-  NAME 'ds-task-state' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-show-all-attributes'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.109
-  NAME 'ds-cfg-thread-time-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  NAME 'ds-cfg-add-missing-rdn-attributes'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.110 NAME 'ds-cfg-buffer-size'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.110
+  NAME 'ds-cfg-server-error-result-code'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.111
-  NAME 'ds-cfg-sasl-mechanism-handler-class'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-match-attribute'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.112
-  NAME 'ds-cfg-sasl-mechanism-handler-enabled'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-match-base-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.113
-  NAME 'ds-cfg-schema-entry-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  NAME 'ds-cfg-identity-mapper'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.114
-  NAME 'ds-cfg-send-rejection-notice' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.115 NAME 'ds-cfg-server-fqdn'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-proxied-authorization-identity-mapper'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.115
+  NAME 'ds-cfg-time-limit'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.116
-  NAME 'ds-task-shutdown-password' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-rlim-size-limit'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  USAGE directoryOperation
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.117
-  NAME 'ds-cfg-single-structural-objectclass-behavior'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-rlim-time-limit'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  USAGE directoryOperation
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.118 NAME 'ds-cfg-size-limit'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.118
+  NAME 'ds-cfg-accept-backlog'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.119
-  NAME 'ds-cfg-ssl-client-auth-policy' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-sync-hist'
+  ORDERING historicalCsnOrderingMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  USAGE directoryOperation
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.120
-  NAME 'ds-cfg-ssl-cert-nickname' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-receive-status'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.121
-  NAME 'ds-cfg-strict-telephone-number-format'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-replication-port'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.122
-  NAME 'ds-cfg-subordinate-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  NAME 'ds-cfg-replication-server'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.123
-  NAME 'ds-cfg-suppress-internal-operations'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-writability-mode'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.436
-  NAME 'ds-cfg-suppress-synchronization-operations'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.124
+  NAME 'ds-cfg-bind-with-dn-requires-password'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.124 NAME 'ds-cfg-syntax-class'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.125
+  NAME 'ds-cfg-max-receive-queue'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.125 NAME 'ds-cfg-syntax-enabled'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.126
+  NAME 'ds-cfg-max-receive-delay'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.126 NAME 'ds-cfg-time-of-day'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.36
-  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.127
-  NAME 'ds-cfg-trust-manager-provider-class'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-max-send-queue'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.128
-  NAME 'ds-cfg-trust-manager-provider-enabled'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-max-send-delay'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.129
-  NAME 'ds-cfg-trust-store-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-max-password-length'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.130
-  NAME 'ds-cfg-trust-store-pin' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-min-password-length'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.131
-  NAME 'ds-cfg-trust-store-pin-environment-variable'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-password-character-set'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.132
-  NAME 'ds-cfg-trust-store-pin-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-password-format'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.133
-  NAME 'ds-cfg-trust-store-pin-property' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-account-status-notification-handler'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.134
-  NAME 'ds-cfg-trust-store-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.135 NAME 'ds-cfg-user-base-dn'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE
+  NAME 'ds-cfg-allow-expired-password-changes'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.135
+  NAME 'ds-cfg-allow-pre-encoded-passwords'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.136
-  NAME 'ds-cfg-user-name-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.137 NAME 'ds-cfg-use-ssl'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-allow-user-password-changes'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.137
+  NAME 'ds-cfg-default-password-storage-scheme'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.138
-  NAME 'ds-cfg-use-tcp-keepalive' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-deprecated-password-storage-scheme'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.139
-  NAME 'ds-cfg-use-tcp-nodelay' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-expire-passwords-without-warning'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.140
-  NAME 'ds-cfg-allow-zero-length-values' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-force-change-on-reset'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.141
-  NAME 'ds-cfg-show-all-attributes' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-grace-login-count'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.142
-  NAME 'ds-cfg-add-missing-rdn-attributes' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-idle-lockout-interval'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.143
-  NAME 'ds-cfg-server-error-result-code' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-last-login-time-attribute'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.144
-  NAME 'ds-cfg-identity-mapper-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-last-login-time-format'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.145
-  NAME 'ds-cfg-identity-mapper-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-lockout-duration'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.146
-  NAME 'ds-cfg-match-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
+  NAME 'ds-cfg-lockout-failure-count'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.147
-  NAME 'ds-cfg-match-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  NAME 'ds-cfg-lockout-failure-expiration-interval'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.148
-  NAME 'ds-cfg-identity-mapper-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-max-password-age'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.149
-  NAME 'ds-cfg-proxied-authorization-identity-mapper-dn'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE
+  NAME 'ds-cfg-max-password-reset-age'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.150 NAME 'ds-cfg-time-limit'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.150
+  NAME 'ds-cfg-min-password-age'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.151 NAME 'ds-rlim-size-limit'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE USAGE directoryOperation
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.151
+  NAME 'ds-cfg-password-attribute'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.152 NAME 'ds-rlim-time-limit'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE USAGE directoryOperation
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.152
+  NAME 'ds-cfg-password-expiration-warning-interval'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.153
-  NAME 'ds-cfg-accept-backlog' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-password-generator'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.154
-  NAME 'ds-cfg-synchronization-provider-class'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-password-validator'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.155
-  NAME 'ds-cfg-synchronization-provider-enabled'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-previous-last-login-time-format'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.156 NAME 'ds-sync-hist'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ORDERING historicalCsnOrderingMatch
-  USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.156
+  NAME 'ds-cfg-require-change-by-time'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.157
-  NAME 'ds-cfg-receive-status'
+  NAME 'ds-cfg-password-change-requires-current-password'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.158
-  NAME ( 'ds-cfg-replication-server-port' 'ds-cfg-changelog-port' )
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  NAME 'ds-cfg-require-secure-authentication'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.290
-  NAME ( 'ds-cfg-replication-max-queue-size' 'ds-cfg-changelog-max-queue-size' )
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.278
-  NAME ( 'ds-cfg-replication-server-id' 'ds-cfg-changelog-server-id' )
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.159
+  NAME 'ds-cfg-require-secure-password-changes'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.279
-  NAME 'ds-cfg-directory-server-id'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.160
-  NAME ( 'ds-cfg-replication-server' 'ds-cfg-changelog-server' )
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  NAME 'ds-cfg-skip-validation-for-administrators'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.161
-  NAME 'ds-cfg-writability-mode' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-default-password-policy'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.162
-  NAME 'ds-cfg-backend-writability-mode' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-pwp-last-login-time'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  USAGE directoryOperation
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.163
-  NAME 'ds-cfg-bind-with-dn-requires-password'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-pwp-password-changed-by-required-time'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
+  SINGLE-VALUE
+  USAGE directoryOperation
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.288
-  NAME 'ds-cfg-window-size'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
-  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.164
-  NAME 'ds-cfg-max-receive-queue'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-pwp-reset-time'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
+  SINGLE-VALUE
+  USAGE directoryOperation
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.165
-  NAME 'ds-cfg-max-receive-delay'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-pwp-warned-time'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
+  SINGLE-VALUE
+  USAGE directoryOperation
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.166
-  NAME 'ds-cfg-max-send-queue'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-pwp-account-disabled'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  USAGE directoryOperation
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.167
-  NAME 'ds-cfg-max-send-delay'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-force-change-on-add'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.168
-  NAME 'ds-cfg-maximum-password-length' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-allow-multiple-password-values'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.169
-  NAME 'ds-cfg-minimum-password-length' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-import-ldif-file'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.459
+  NAME 'ds-task-import-template-file'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.460
+  NAME 'ds-task-import-random-seed'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.170
-  NAME 'ds-cfg-password-character-set' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  NAME 'ds-task-import-append'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.171
-  NAME 'ds-cfg-password-format' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-import-replace-existing'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.172
-  NAME 'ds-cfg-password-generator-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-import-backend-id'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.173
-  NAME 'ds-cfg-password-generator-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-import-include-branch'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.174
-  NAME 'ds-cfg-account-status-notification-handler-dn'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-import-exclude-branch'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.175
-  NAME 'ds-cfg-allow-expired-password-changes'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-task-import-include-attribute'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.176
-  NAME 'ds-cfg-allow-pre-encoded-passwords' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-import-exclude-attribute'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.177
-  NAME 'ds-cfg-allow-user-password-changes' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-import-include-filter'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.178
-  NAME 'ds-cfg-default-password-storage-scheme'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-import-exclude-filter'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.179
-  NAME 'ds-cfg-deprecated-password-storage-scheme'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-import-reject-file'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.180
-  NAME 'ds-cfg-expire-passwords-without-warning'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-task-import-overwrite-rejects'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.181
-  NAME 'ds-cfg-force-change-on-reset' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-import-skip-schema-validation'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.182
-  NAME 'ds-cfg-grace-login-count' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-import-is-compressed'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.183
-  NAME 'ds-cfg-idle-lockout-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-import-is-encrypted'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.184
-  NAME 'ds-cfg-last-login-time-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-restart-server'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.185
-  NAME 'ds-cfg-last-login-time-format' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-sync-state'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  USAGE directoryOperation
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.186
-  NAME 'ds-cfg-lockout-duration' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-backup-directory'
+  EQUALITY caseExactMatch
+  SUBSTR caseExactSubstringsMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.187
-  NAME 'ds-cfg-lockout-failure-count' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-backup-compressed'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.188
-  NAME 'ds-cfg-lockout-failure-expiration-interval'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-backup-date'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.189
-  NAME 'ds-cfg-maximum-password-age' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-backup-dependency'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.190
-  NAME 'ds-cfg-maximum-password-reset-age' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-backup-directory-path'
+  EQUALITY caseExactMatch
+  SUBSTR caseExactSubstringsMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.191
-  NAME 'ds-cfg-minimum-password-age' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-backup-encrypted'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.192
-  NAME 'ds-cfg-password-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-backup-id'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.193
-  NAME 'ds-cfg-password-expiration-warning-interval'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-backup-incremental'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.194
-  NAME 'ds-cfg-password-generator-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-backup-signed-hash'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.195
-  NAME 'ds-cfg-password-validator-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  NAME 'ds-backup-unsigned-hash'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.196
-  NAME 'ds-cfg-previous-last-login-time-format'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-backup-backend-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.197
-  NAME 'ds-cfg-require-change-by-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-export-ldif-file'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.198
-  NAME 'ds-cfg-password-change-requires-current-password'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-task-export-append-to-ldif'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.199
-  NAME 'ds-cfg-require-secure-authentication'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-task-export-backend-id'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.200
-  NAME 'ds-cfg-require-secure-password-changes'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-task-export-include-branch'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.201
-  NAME 'ds-cfg-skip-validation-for-administrators'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-task-export-exclude-branch'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.202
-  NAME 'ds-cfg-default-password-policy' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.203 NAME 'ds-pwp-last-login-time'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE USAGE directoryOperation
+  NAME 'ds-task-export-include-attribute'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.203
+  NAME 'ds-task-export-exclude-attribute'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.204
-  NAME 'ds-pwp-password-changed-by-required-time'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE USAGE directoryOperation
+  NAME 'ds-task-export-include-filter'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.205 NAME 'ds-pwp-reset-time'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE USAGE directoryOperation
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.205
+  NAME 'ds-task-export-exclude-filter'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.206 NAME 'ds-pwp-warned-time'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE USAGE directoryOperation
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.206
+  NAME 'ds-task-export-wrap-column'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.207
-  NAME 'ds-pwp-account-disabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-export-compress-ldif'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.208
-  NAME 'ds-cfg-force-change-on-add' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-export-encrypt-ldif'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.209
-  NAME 'ds-cfg-allow-multiple-password-values'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-task-export-sign-hash'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.210
-  NAME 'ds-task-import-ldif-file'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  NAME 'ds-task-restore-verify-only'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.211
-  NAME 'ds-task-import-append'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-task-backup-backend-id'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.212
-  NAME 'ds-task-import-replace-existing'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-task-backup-all'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.213
-  NAME 'ds-task-import-backend-id'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-task-backup-incremental'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.214
-  NAME 'ds-task-import-include-branch'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  NAME 'ds-task-backup-incremental-base-id'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.215
-  NAME 'ds-task-import-exclude-branch'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  NAME 'ds-task-backup-compress'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.216
-  NAME 'ds-task-import-include-attribute'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+  NAME 'ds-task-backup-encrypt'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.217
-  NAME 'ds-task-import-exclude-attribute'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+  NAME 'ds-task-backup-hash'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.218
-  NAME 'ds-task-import-include-filter'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  NAME 'ds-task-backup-sign-hash'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.219
-  NAME 'ds-task-import-exclude-filter'
+  NAME 'ds-cfg-preload-time-limit'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.220
-  NAME 'ds-task-import-reject-file'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
-  X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.221
-  NAME 'ds-task-import-overwrite-rejects'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
-  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.222
-  NAME 'ds-task-import-skip-schema-validation'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-import-queue-size'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.223
-  NAME 'ds-task-import-is-compressed'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-import-thread-count'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.224
-  NAME 'ds-task-import-is-encrypted'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-entries-compressed'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.225
-  NAME 'ds-task-restart-server' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.226
-  NAME ( 'ds-cfg-replication-dn' 'ds-cfg-synchronization-dn' )
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.227 NAME 'ds-sync-state'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE directoryOperation
+  NAME 'ds-cfg-db-evictor-lru-only'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.227
+  NAME 'ds-cfg-db-evictor-nodes-per-scan'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.228
-  NAME 'ds-cfg-backup-directory' EQUALITY caseExactMatch
-  SUBSTR caseExactSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  NAME 'ds-cfg-db-log-file-max'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.229 NAME 'ds-backup-compressed'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.229
+  NAME 'ds-cfg-db-logging-file-handler-on'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.230 NAME 'ds-backup-date'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.230
+  NAME 'ds-cfg-db-logging-level'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.231 NAME 'ds-backup-dependency'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.231
+  NAME 'ds-cfg-db-checkpointer-bytes-interval'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.232
-  NAME 'ds-backup-directory-path' EQUALITY caseExactMatch
-  SUBSTR caseExactSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.233 NAME 'ds-backup-encrypted'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-db-checkpointer-wakeup-interval'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.234 NAME 'ds-backup-id'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.233
+  NAME 'ds-cfg-db-num-lock-tables'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.235 NAME 'ds-backup-incremental'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.235
+  NAME 'ds-cfg-replication-server-id'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.236 NAME 'ds-backup-signed-hash'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.236
+  NAME 'ds-cfg-server-id'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.237
-  NAME 'ds-backup-unsigned-hash' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.238 NAME 'ds-backup-backend-dn'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE
+  NAME 'ds-pwp-account-expiration-time'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
+  SINGLE-VALUE
+  USAGE directoryOperation
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.238
+  NAME 'ds-cfg-account-status-notification-type'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.239
-  NAME 'ds-task-export-ldif-file'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-db-num-cleaner-threads'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.240
-  NAME 'ds-task-export-append-to-ldif'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-lookthrough-limit'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.241
-  NAME 'ds-task-export-backend-id'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-rlim-lookthrough-limit'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  USAGE directoryOperation
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.242
-  NAME 'ds-task-export-include-branch'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  NAME 'ds-cfg-db-directory-permissions'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.243
-  NAME 'ds-task-export-exclude-branch'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  NAME 'ds-cfg-window-size'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.244
-  NAME 'ds-task-export-include-attribute'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+  NAME 'ds-pwp-password-policy-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  USAGE directoryOperation
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.245
-  NAME 'ds-task-export-exclude-attribute'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+  NAME 'ds-cfg-queue-size'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.246
-  NAME 'ds-task-export-include-filter'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  NAME 'ds-private-naming-contexts'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  USAGE directoryOperation
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.247
-  NAME 'ds-task-export-exclude-filter'
+  NAME 'ds-backend-id'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.248
-  NAME 'ds-task-export-wrap-column'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-backend-base-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.249
-  NAME 'ds-task-export-compress-ldif'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-backend-entry-count'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.250
-  NAME 'ds-task-export-encrypt-ldif'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-backend-writability-mode'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.251
-  NAME 'ds-task-export-sign-hash'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-connectionhandler-connection'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.252
-  NAME 'ds-task-restore-verify-only'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-connectionhandler-listener'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.253
-  NAME 'ds-task-backup-backend-id'
+  NAME 'ds-connectionhandler-num-connections'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.254
-  NAME 'ds-task-backup-all'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-connectionhandler-protocol'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.255
-  NAME 'ds-task-backup-incremental'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-backend-is-private'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.256
-  NAME 'ds-task-backup-incremental-base-id'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-reject-unauthenticated-requests'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.257
-  NAME 'ds-task-backup-compress'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-task-schema-file-name'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.258
-  NAME 'ds-task-backup-encrypt'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-heartbeat-interval'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.259
-  NAME 'ds-task-backup-hash'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-replication-db-directory'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.260
-  NAME 'ds-task-backup-sign-hash'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-privilege-name'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  USAGE directoryOperation
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.261
-  NAME 'ds-cfg-backend-preload-time-limit'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-default-root-privilege-name'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.262
-  NAME 'ds-cfg-backend-import-temp-directory'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-certificate-mapper'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.263
-  NAME 'ds-cfg-backend-import-buffer-size'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-key-manager-provider'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.264
-  NAME 'ds-cfg-backend-import-queue-size'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-trust-manager-provider'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.265
-  NAME 'ds-cfg-backend-import-thread-count'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-subject-attribute'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.266
-  NAME 'ds-cfg-backend-entries-compressed'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-certificate-subject-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.267
-  NAME 'ds-cfg-backend-deadlock-retry-limit'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-subject-attribute-mapping'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.268
-  NAME 'ds-cfg-database-evictor-lru-only'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-certificate-fingerprint'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.269
-  NAME 'ds-cfg-database-evictor-nodes-per-scan'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-fingerprint-attribute'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.270
-  NAME 'ds-cfg-database-log-file-max'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-fingerprint-algorithm'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.271
-  NAME 'ds-cfg-database-logging-file-handler-on'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-replication-purge-delay'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.272
-  NAME 'ds-cfg-database-logging-level'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE
+  NAME 'ds-cfg-global-aci'
+  SYNTAX 1.3.6.1.4.1.26027.1.3.4
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.273
-  NAME 'ds-cfg-database-checkpointer-bytes-interval'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-min-password-difference'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.274
-  NAME 'ds-cfg-database-checkpointer-wakeup-interval'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-min-unique-characters'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.275
-  NAME 'ds-cfg-database-lock-num-lock-tables'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-max-consecutive-length'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.276
-  NAME 'ds-cfg-work-queue-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-case-sensitive-validation'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.277
-  NAME 'ds-cfg-backend-import-pass-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-attribute-type'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.278
+  NAME 'ds-cfg-group-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.279
+  NAME 'ds-cfg-filter'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.280
-  NAME 'ds-pwp-account-expiration-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
-  SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-conflict-behavior'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.281
-  NAME 'ds-cfg-account-status-notification-handler-class'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-task-initialize-domain-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.282
-  NAME 'ds-cfg-account-status-notification-handler-enabled'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-task-initialize-replica-server-id'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.283
-  NAME 'ds-cfg-account-status-notification-type'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-unprocessed-entry-count'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.284
-  NAME 'ds-cfg-database-cleaner-num-threads'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-task-processed-entry-count'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.285
-  NAME 'ds-cfg-lookthrough-limit'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-dictionary-file'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.286 NAME 'ds-rlim-lookthrough-limit'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE USAGE directoryOperation
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.286
+  NAME 'ds-cfg-test-reversed-password'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.287 NAME 'ds-cfg-backend-mode'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.287
+  NAME 'ds-cfg-character-set'
+  EQUALITY caseExactMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.289 NAME 'ds-pwp-password-policy-dn'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 USAGE directoryOperation
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.288
+  NAME 'ds-cfg-allow-unclassified-characters'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.291 NAME 'ds-private-naming-contexts'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 USAGE directoryOperation
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.289
+  NAME 'ds-task-rebuild-base-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.292 NAME 'ds-backend-id'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.290
+  NAME 'ds-task-rebuild-index'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.293 NAME 'ds-backend-base-dn'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.294 NAME 'ds-backend-entry-count'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.291
+  NAME 'ds-task-rebuild-max-threads'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.295 NAME 'ds-backend-writability-mode'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.292
+  NAME 'ds-target-group-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.296 NAME
-  'ds-connectionhandler-connection' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.293
+  NAME 'ds-cfg-value'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.297 NAME
-  'ds-connectionhandler-listener' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.294
+  NAME 'ds-cfg-default-debug-level'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.298 NAME
-  'ds-connectionhandler-num-connections' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.299 NAME
-  'ds-connectionhandler-protocol' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.300 NAME 'ds-backend-is-private'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.295
+  NAME 'ds-cfg-default-debug-category'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.296
+  NAME 'ds-cfg-default-omit-method-entry-arguments'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.297
+  NAME 'ds-cfg-default-omit-method-return-value'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.298
+  NAME 'ds-cfg-default-include-throwable-cause'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.299
+  NAME 'ds-cfg-default-throwable-stack-frames'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.300
+  NAME 'ds-cfg-debug-scope'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.301
-  NAME 'ds-cfg-reject-unauthenticated-requests' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-debug-level'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.302
-  NAME 'ds-task-schema-file-name' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  NAME 'ds-cfg-debug-category'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.303
-  NAME 'ds-cfg-group-implementation-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-omit-method-entry-arguments'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.304
-  NAME 'ds-cfg-group-implementation-enabled'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-omit-method-return-value'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.305
-  NAME 'ds-cfg-heartbeat-interval'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-include-throwable-cause'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.306
-  NAME ( 'ds-cfg-replication-db-directory'
-         'ds-cfg-changelog-db-directory' )
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-throwable-stack-frames'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.307
-  NAME 'ds-privilege-name' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-asynchronous'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.308
-  NAME 'ds-cfg-default-root-privilege-name'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.309 NAME 'ds-cfg-certificate-mapper-dn'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE
+  NAME 'ds-cfg-log-file-permissions'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.309
+  NAME 'ds-cfg-auto-flush'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.310
-  NAME 'ds-cfg-key-manager-provider-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-append'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.311
-  NAME 'ds-cfg-trust-manager-provider-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-max-memory-size'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.312
-  NAME 'ds-cfg-certificate-subject-attribute-type'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-cache-type'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.313
-  NAME 'ds-cfg-certificate-user-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  NAME 'ds-cfg-cache-directory'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.314
-  NAME 'ds-certificate-subject-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  NAME 'ds-cfg-persistent-cache'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.315
-  NAME 'ds-cfg-certificate-subject-attribute-mapping'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.316 NAME 'ds-certificate-fingerprint'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-allow-retrieving-membership'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.316
+  NAME 'ds-cfg-file-size-limit'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.317
-  NAME 'ds-cfg-certificate-fingerprint-attribute-type'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-sync-conflict'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  USAGE directoryOperation
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.318
-  NAME 'ds-cfg-certificate-fingerprint-algorithm'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
-  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.319
-  NAME ( 'ds-cfg-replication-purge-delay' 'ds-cfg-changelog-purge-delay' )
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-substring-length'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.320
+  NAME 'ds-cfg-plugin-order-startup'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.321
-  NAME 'ds-cfg-minimum-password-difference'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-shutdown'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.322
-  NAME 'ds-cfg-minimum-unique-characters'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-connect'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.323
-  NAME 'ds-cfg-maximum-consecutive-length'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-disconnect'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.324
-  NAME 'ds-cfg-case-sensitive-validation'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-ldif-import'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.325
-  NAME 'ds-cfg-virtual-attribute-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-plugin-order-ldif-export'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.326
-  NAME 'ds-cfg-virtual-attribute-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-plugin-order-pre-parse-abandon'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.327
-  NAME 'ds-cfg-virtual-attribute-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-plugin-order-pre-parse-add'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.328
-  NAME 'ds-cfg-virtual-attribute-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  NAME 'ds-cfg-plugin-order-pre-parse-bind'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.329
-  NAME 'ds-cfg-virtual-attribute-group-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  NAME 'ds-cfg-plugin-order-pre-parse-compare'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.330
-  NAME 'ds-cfg-virtual-attribute-filter' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  NAME 'ds-cfg-plugin-order-pre-parse-delete'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.331
-  NAME 'ds-cfg-virtual-attribute-conflict-behavior'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-pre-parse-extended'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.332
-  NAME 'ds-task-initialize-domain-dn'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-pre-parse-modify'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.333
-  NAME 'ds-task-initialize-replica-server-id'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-pre-parse-modify-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.334
-  NAME 'ds-task-unprocessed-entry-count'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-pre-parse-search'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.335
-  NAME 'ds-task-processed-entry-count'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-pre-parse-unbind'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.336
-  NAME 'ds-cfg-dictionary-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-plugin-order-pre-operation-add'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.337
-  NAME 'ds-cfg-test-reversed-password' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-plugin-order-pre-operation-bind'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.338
-  NAME 'ds-cfg-character-set' EQUALITY caseExactMatch
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-plugin-order-pre-operation-compare'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.339
-  NAME 'ds-cfg-allow-unclassified-characters'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-pre-operation-delete'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.340
-  NAME 'ds-task-rebuild-base-dn'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-pre-operation-extended'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.341
-  NAME 'ds-task-rebuild-index'
+  NAME 'ds-cfg-plugin-order-pre-operation-modify'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.342
-  NAME 'ds-task-rebuild-max-threads'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-pre-operation-modify-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.343 NAME 'ds-target-group-dn'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.343
+  NAME 'ds-cfg-plugin-order-pre-operation-search'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.344
-  NAME 'ds-cfg-virtual-attribute-value' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  NAME 'ds-cfg-plugin-order-post-operation-abandon'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.345
-  NAME 'ds-cfg-default-debug-level'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-operation-add'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.346
-  NAME 'ds-cfg-default-debug-category'
+  NAME 'ds-cfg-plugin-order-post-operation-bind'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.347
-  NAME 'ds-cfg-default-omit-method-entry-arguments'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-operation-compare'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.348
-  NAME 'ds-cfg-default-omit-method-return-value'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-operation-delete'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.349
-  NAME 'ds-cfg-default-include-throwable-cause'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-operation-extended'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.350
-  NAME 'ds-cfg-default-throwable-stack-frames'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-operation-modify'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.351
-  NAME 'ds-cfg-debug-scope'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-operation-modify-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.352
-  NAME 'ds-cfg-debug-level'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-operation-search'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.353
-  NAME 'ds-cfg-debug-category'
+  NAME 'ds-cfg-plugin-order-post-operation-unbind'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.354
-  NAME 'ds-cfg-omit-method-entry-arguments'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-response-add'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.355
-  NAME 'ds-cfg-omit-method-return-value'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-response-bind'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.356
-  NAME 'ds-cfg-include-throwable-cause'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-response-compare'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.357
-  NAME 'ds-cfg-throwable-stack-frames'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-response-delete'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.358
-  NAME 'ds-cfg-asynchronous-writes'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-response-extended'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.359
-  NAME 'ds-cfg-log-file-mode'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-response-modify'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.360
-  NAME 'ds-cfg-writer-auto-flush'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-response-modify-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.361
-  NAME 'ds-cfg-writer-append'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-response-search'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.362
-  NAME 'ds-cfg-max-memory-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-plugin-order-search-result-entry'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.363
-  NAME 'ds-cfg-cache-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-plugin-order-search-result-reference'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.364
-  NAME 'ds-cfg-cache-directory' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-plugin-order-intermediate-response'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.365
-  NAME 'ds-cfg-persistent-cache' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-default-user-password-storage-scheme'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.366
+  NAME 'ds-cfg-default-auth-password-storage-scheme'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.367
+  NAME 'ds-cfg-strip-syntax-min-upper-bound'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.368
+  NAME 'ds-cfg-suppress-synchronization-operations'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.369
+  NAME 'ds-cfg-scope'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.370
+  NAME 'ds-cfg-sort-order'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.371
+  NAME 'ds-cfg-name'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.372
+  NAME 'ds-cfg-max-block-size'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.373
+  NAME 'ds-cfg-state-update-failure-policy'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.374
+  NAME 'ds-cfg-password-history-count'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.375
-  NAME 'ds-cfg-allow-retrieving-membership' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-password-history-duration'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.376
-  NAME 'ds-cfg-rotation-policy-class'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-smtp-server'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.377
-  NAME 'ds-cfg-retention-policy-class'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-sender-address'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.378
-  NAME 'ds-cfg-log-queue-size'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-recipient-address'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.379
-  NAME 'ds-cfg-file-size-limit'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-message-subject'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.380 NAME 'ds-sync-conflict'
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.380
+  NAME 'ds-cfg-message-body'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' )
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.381
-  NAME 'ds-cfg-backend-subtree-delete-batch-size'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-task-import-clear-backend'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.382
-  NAME 'ds-cfg-index-substring-length'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+  NAME 'ds-cfg-je-property'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.384 NAME 'ds-cfg-plugin-order-startup'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.383
+  NAME 'ds-task-disconnect-connection-id'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.385 NAME 'ds-cfg-plugin-order-shutdown'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.384
+  NAME 'ds-task-disconnect-message'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.385
+  NAME 'ds-task-disconnect-notify-client'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.386
-  NAME 'ds-cfg-plugin-order-post-connect' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-allowed-task'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.387
-  NAME 'ds-cfg-plugin-order-post-disconnect'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-disabled-privilege'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.388
-  NAME 'ds-cfg-plugin-order-ldif-import' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-return-bind-error-messages'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.389
-  NAME 'ds-cfg-plugin-order-ldif-export' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-enabled-alert-type'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.390
-  NAME 'ds-cfg-plugin-order-pre-parse-abandon'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-disabled-alert-type'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.391
-  NAME 'ds-cfg-plugin-order-pre-parse-add' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-ssl-protocol'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.392
-  NAME 'ds-cfg-plugin-order-pre-parse-bind'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-ssl-cipher-suite'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.393
-  NAME 'ds-cfg-plugin-order-pre-parse-compare'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-idle-time-limit'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.394
-  NAME 'ds-cfg-plugin-order-pre-parse-delete'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-rlim-idle-time-limit'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  USAGE directoryOperation
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.395
-  NAME 'ds-cfg-plugin-order-pre-parse-extended'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-notification-sender-address'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.396
-  NAME 'ds-cfg-plugin-order-pre-parse-modify'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-subordinate-modify-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.397
-  NAME 'ds-cfg-plugin-order-pre-parse-modify-dn'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-type'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.398
-  NAME 'ds-cfg-plugin-order-pre-parse-search'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-match-pattern'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.399
-  NAME 'ds-cfg-plugin-order-pre-parse-unbind'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-replace-pattern'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.400
-  NAME 'ds-cfg-plugin-order-pre-operation-add'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-compact-encoding'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.401
-  NAME 'ds-cfg-plugin-order-pre-operation-bind'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-update-interval'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.402
-  NAME 'ds-cfg-plugin-order-pre-operation-compare'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-email-address-attribute-type'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.403
-  NAME 'ds-cfg-plugin-order-pre-operation-delete'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-send-message-without-end-user-address'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.404
-  NAME 'ds-cfg-plugin-order-pre-operation-extended'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-message-template-file'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.405
-  NAME 'ds-cfg-plugin-order-pre-operation-modify'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-sync-generation-id'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  USAGE directoryOperation
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.406
-  NAME 'ds-cfg-plugin-order-pre-operation-modify-dn'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-task-reset-generation-id-domain-base-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.407
-  NAME 'ds-cfg-plugin-order-pre-operation-search'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-ssl-encryption'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.408
-  NAME 'ds-cfg-plugin-order-post-operation-abandon'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-public-key-certificate'
+  DESC 'cryptographic public-key certificate'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.8
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.409
-  NAME 'ds-cfg-plugin-order-post-operation-add'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-key-id'
+  DESC 'cryptographic cipher-key unique identifier'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.410
-  NAME 'ds-cfg-plugin-order-post-operation-bind'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-key-compromised-time'
+  DESC 'The time a cryptographic cipher key was suspected to be compromised'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.411
-  NAME 'ds-cfg-plugin-order-post-operation-compare'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-save-config-on-successful-startup'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.412
-  NAME 'ds-cfg-plugin-order-post-operation-delete'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-max-blocked-write-time-limit'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.413
-  NAME 'ds-cfg-plugin-order-post-operation-extended'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-ldif-directory'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.414
-  NAME 'ds-cfg-plugin-order-post-operation-modify'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-poll-interval'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.415
-  NAME 'ds-cfg-plugin-order-post-operation-modify-dn'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-synchronization-add'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.416
-  NAME 'ds-cfg-plugin-order-post-operation-search'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-synchronization-delete'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.417
-  NAME 'ds-cfg-plugin-order-post-operation-unbind'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-synchronization-modify'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.418
-  NAME 'ds-cfg-plugin-order-post-response-add'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-plugin-order-post-synchronization-modify-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.419
-  NAME 'ds-cfg-plugin-order-post-response-bind'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-invoke-for-internal-operations'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.420
-  NAME 'ds-cfg-plugin-order-post-response-compare'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-ldif-file'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.421
-  NAME 'ds-cfg-plugin-order-post-response-delete'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-is-private-backend'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.422
-  NAME 'ds-cfg-plugin-order-post-response-extended'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-isolation-policy'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.423
-  NAME 'ds-cfg-plugin-order-post-response-modify'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-cipher-transformation-name'
+  DESC 'The name of a cryptographic cipher transformation consisting of an
+  algorithm, a mode, and a padding specification, separated by slashes'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.424
-  NAME 'ds-cfg-plugin-order-post-response-modify-dn'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-mac-algorithm-name'
+  DESC 'The name of a cryptographic message authentication code (MAC) algorithm'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.425
-  NAME 'ds-cfg-plugin-order-post-response-search'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-key-length-bits'
+  DESC 'The length of a cryptographic secret key'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.426
-  NAME 'ds-cfg-plugin-order-search-result-entry'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-initialization-vector-length-bits'
+  DESC 'The length of a cryptographic cipher initialization vector'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.427
-  NAME 'ds-cfg-plugin-order-search-result-reference'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-symmetric-key'
+  DESC 'A cryptographic secret-key wrapped by a public-key'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.428
-  NAME 'ds-cfg-plugin-order-intermediate-response'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-digest-algorithm'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.429
-  NAME 'ds-cfg-default-user-password-storage-scheme'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-mac-algorithm'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.430
-  NAME 'ds-cfg-default-auth-password-storage-scheme'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-mac-key-length'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.431
+  NAME 'ds-cfg-cipher-transformation'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.432
+  NAME 'ds-cfg-cipher-key-length'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.433
+  NAME 'ds-cfg-key-wrapping-transformation'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.434
+  NAME 'ds-base-dn-entry-count'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.435
-  NAME 'ds-cfg-strip-syntax-minimum-upper-bound'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+  NAME 'ds-cfg-network-group-id'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.436
+  NAME 'ds-cfg-workflow-id'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.437
-  NAME 'ds-cfg-vlv-je-index-base-dn'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-workflow'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.438
-  NAME 'ds-cfg-vlv-je-index-scope'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-workflow-element-id'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.439
-  NAME 'ds-cfg-vlv-je-index-filter'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-workflow-element'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.440
-  NAME 'ds-cfg-vlv-je-index-sort-order'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-workflow-configuration-mode'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.441
-  NAME 'ds-cfg-vlv-je-index-name'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-backend'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.442
-  NAME 'ds-cfg-vlv-je-index-maximum-block-size'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.443
-  NAME 'ds-cfg-state-update-failure-policy'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-etime-resolution'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.444
-  NAME 'ds-cfg-password-history-count' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-reset-generation-id-new-value'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDS Directory Server' )
 attributeTypes: ( 1.3.6.1.4.1.26027.1.1.445
-  NAME 'ds-cfg-password-history-duration' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.446 NAME 'ds-cfg-smtp-server'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.447 NAME 'ds-cfg-sender-address'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+  NAME 'ds-cfg-cache-level'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.448 NAME 'ds-cfg-recipient-address'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.449 NAME 'ds-cfg-message-subject'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.446
+  NAME 'ds-cfg-entry-cache-preload'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.450 NAME 'ds-cfg-message-body'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.447
+  NAME 'ds-cfg-num-update-replay-threads'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.451
-  NAME 'ds-task-import-clear-backend'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.448
+  NAME 'ds-cfg-trap-port'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.453
-  NAME 'ds-task-disconnect-connection-id'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.449
+  NAME 'ds-cfg-community'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.454 NAME 'ds-task-disconnect-message'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.450
+  NAME 'ds-cfg-allowed-manager'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.455
-  NAME 'ds-task-disconnect-notify-client' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.456 NAME 'ds-cfg-allowed-task'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.457 NAME 'ds-cfg-disabled-privilege'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.458
-  NAME 'ds-cfg-return-bind-error-messages' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.459
-  NAME 'ds-cfg-enabled-alert-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.451
+  NAME 'ds-cfg-allowed-user'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.460
-  NAME 'ds-cfg-disabled-alert-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.452
+  NAME 'ds-cfg-security-level'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.461 NAME 'ds-cfg-ssl-protocol'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.462 NAME 'ds-cfg-ssl-cipher-suite'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.463 NAME 'ds-cfg-idle-time-limit'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.453
+  NAME 'ds-cfg-traps-community'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.464 NAME 'ds-rlim-idle-time-limit'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE USAGE directoryOperation
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.454
+  NAME 'ds-cfg-traps-destination'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.465
-  NAME 'ds-cfg-notification-sender-address'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.455
+  NAME 'ds-cfg-security-agent-file'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.466
-  NAME 'ds-cfg-plugin-order-subordinate-modify-dn'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.456
+  NAME 'ds-cfg-registered-mbean'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.469 NAME 'ds-cfg-match-pattern'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.457
+  NAME 'ds-cfg-opendmk-jarfile'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.470 NAME 'ds-cfg-replace-pattern'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.458
+  NAME 'ds-task-export-include-operational-attributes'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  SINGLE-VALUE
   X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.467
-  NAME 'ds-cfg-unique-attribute-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
-  X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.468
-  NAME 'ds-cfg-unique-attribute-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
-  X-ORIGIN 'OpenDS Directory Server' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.471
-  NAME 'ds-cfg-backend-compact-encoding'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
-  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.1
-  NAME 'ds-cfg-access-control-handler' SUP top STRUCTURAL
-  MUST ( cn $ ds-cfg-acl-handler-class $ ds-cfg-acl-handler-enabled )
+  NAME 'ds-cfg-access-control-handler'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.87
-  NAME 'ds-cfg-dseecompat-access-control-handler'
-  SUP ds-cfg-access-control-handler
-  STRUCTURAL MAY ds-cfg-global-aci
-  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.2
-  NAME 'ds-cfg-alert-handler' SUP top STRUCTURAL
-  MUST ( cn $ ds-cfg-alert-handler-class $ ds-cfg-alert-handler-enabled )
-  MAY ( ds-cfg-enabled-alert-type $ ds-cfg-disabled-alert-type )
+  NAME 'ds-cfg-alert-handler'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled )
+  MAY ( ds-cfg-enabled-alert-type $
+        ds-cfg-disabled-alert-type )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.3 NAME 'ds-cfg-attribute-syntax'
-  SUP top STRUCTURAL MUST ( cn $ ds-cfg-syntax-class $ ds-cfg-syntax-enabled )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.3
+  NAME 'ds-cfg-attribute-syntax'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.116
-  NAME 'ds-cfg-attribute-type-description-attribute-syntax'
-  SUP ds-cfg-attribute-syntax  STRUCTURAL
-  MAY ( ds-cfg-strip-syntax-minimum-upper-bound )
-  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.4
   NAME 'ds-cfg-telephone-number-attribute-syntax'
-  SUP ds-cfg-attribute-syntax STRUCTURAL
-  MAY ds-cfg-strict-telephone-number-format X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.5 NAME 'ds-cfg-backend'
-  SUP top STRUCTURAL MUST ( ds-cfg-backend-id $ ds-cfg-backend-base-dn $
-  ds-cfg-backend-class $ ds-cfg-backend-enabled $
-  ds-cfg-backend-writability-mode ) X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.6 NAME 'ds-cfg-je-backend'
-  SUP ds-cfg-backend STRUCTURAL MUST ds-cfg-backend-directory
-  MAY ( ds-cfg-backend-index-entry-limit $
-  ds-cfg-backend-subtree-delete-size-limit $ ds-cfg-backend-preload-time-limit $
-  ds-cfg-backend-import-temp-directory $ ds-cfg-backend-import-buffer-size $
-  ds-cfg-backend-import-queue-size $ ds-cfg-backend-import-thread-count $
-  ds-cfg-backend-entries-compressed $ ds-cfg-backend-deadlock-retry-limit $
-  ds-cfg-backend-import-pass-size $ ds-cfg-backend-mode $
-  ds-cfg-database-cache-percent $ ds-cfg-backend-subtree-delete-batch-size $
-  ds-cfg-database-cache-size $ ds-cfg-database-txn-no-sync $
-  ds-cfg-database-txn-write-no-sync $ ds-cfg-database-run-cleaner $
-  ds-cfg-database-cleaner-min-utilization $ ds-cfg-database-evictor-lru-only $
-  ds-cfg-database-evictor-nodes-per-scan $ ds-cfg-database-log-file-max $
-  ds-cfg-database-logging-file-handler-on $ ds-cfg-database-logging-level $
-  ds-cfg-database-checkpointer-bytes-interval $
-  ds-cfg-database-checkpointer-wakeup-interval $
-  ds-cfg-database-lock-num-lock-tables $ ds-cfg-database-cleaner-num-threads $
-  ds-cfg-backend-compact-encoding )
+  SUP ds-cfg-attribute-syntax
+  STRUCTURAL
+  MAY ds-cfg-strict-format
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.7 NAME 'ds-cfg-je-database'
-  SUP top STRUCTURAL MAY ( cn $ ds-cfg-database-cache-percent $
-  ds-cfg-database-cache-size $ ds-cfg-database-txn-no-sync $
-  ds-cfg-database-txn-write-no-sync $ ds-cfg-database-run-cleaner $
-  ds-cfg-database-cleaner-min-utilization $ ds-cfg-database-evictor-lru-only $
-  ds-cfg-database-evictor-nodes-per-scan $ ds-cfg-database-log-file-max $
-  ds-cfg-database-logging-file-handler-on $ ds-cfg-database-logging-level $
-  ds-cfg-database-checkpointer-bytes-interval $
-  ds-cfg-database-checkpointer-wakeup-interval $
-  ds-cfg-database-lock-num-lock-tables $ ds-cfg-database-cleaner-num-threads )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.5
+  NAME 'ds-cfg-backend'
+  SUP top
+  STRUCTURAL
+  MUST ( ds-cfg-backend-id $
+         ds-cfg-base-dn $
+         ds-cfg-java-class $
+         ds-cfg-enabled $
+         ds-cfg-writability-mode )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.8 NAME 'ds-cfg-je-index' SUP top
-  STRUCTURAL MUST ( ds-cfg-index-attribute $ ds-cfg-index-type )
-  MAY ( ds-cfg-index-entry-limit $ ds-cfg-index-substring-length )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.6
+  NAME 'ds-cfg-local-db-backend'
+  SUP ds-cfg-backend
+  STRUCTURAL
+  MUST ds-cfg-db-directory
+  MAY ( ds-cfg-index-entry-limit $
+        ds-cfg-preload-time-limit $
+        ds-cfg-import-queue-size $
+        ds-cfg-import-thread-count $
+        ds-cfg-entries-compressed $
+        ds-cfg-db-directory-permissions $
+        ds-cfg-db-cache-percent $
+        ds-cfg-db-cache-size $
+        ds-cfg-db-txn-no-sync $
+        ds-cfg-db-txn-write-no-sync $
+        ds-cfg-db-run-cleaner $
+        ds-cfg-db-cleaner-min-utilization $
+        ds-cfg-db-evictor-lru-only $
+        ds-cfg-db-evictor-nodes-per-scan $
+        ds-cfg-db-log-file-max $
+        ds-cfg-db-logging-file-handler-on $
+        ds-cfg-db-logging-level $
+        ds-cfg-db-checkpointer-bytes-interval $
+        ds-cfg-db-checkpointer-wakeup-interval $
+        ds-cfg-db-num-lock-tables $
+        ds-cfg-db-num-cleaner-threads $
+        ds-cfg-compact-encoding $
+        ds-cfg-je-property )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.9 NAME 'ds-cfg-schema-backend'
-  SUP ds-cfg-backend STRUCTURAL
-  MAY ( ds-cfg-schema-entry-dn $ ds-cfg-show-all-attributes )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.7
+  NAME 'ds-cfg-local-db-index'
+  SUP top
+  STRUCTURAL
+  MUST ( ds-cfg-attribute $
+         ds-cfg-index-type )
+  MAY ( ds-cfg-index-entry-limit $
+        ds-cfg-substring-length )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.10 NAME 'ds-cfg-task-backend'
-  SUP ds-cfg-backend STRUCTURAL MAY ( ds-cfg-task-backing-file $
-  ds-cfg-task-retention-time $ ds-cfg-notification-sender-address )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.8
+  NAME 'ds-cfg-schema-backend'
+  SUP ds-cfg-backend
+  STRUCTURAL
+  MAY ( ds-cfg-schema-entry-dn $
+        ds-cfg-show-all-attributes )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.11 NAME 'ds-cfg-branch'
-  SUP top STRUCTURAL MUST cn X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.9
+  NAME 'ds-cfg-task-backend'
+  SUP ds-cfg-backend
+  STRUCTURAL
+  MAY ( ds-cfg-task-backing-file $
+        ds-cfg-task-retention-time $
+        ds-cfg-notification-sender-address )
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.10
+  NAME 'ds-cfg-branch'
+  SUP top
+  STRUCTURAL
+  MUST cn
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.11
+  NAME 'ds-cfg-certificate-mapper'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.12
-  NAME 'ds-cfg-certificate-mapper' SUP top STRUCTURAL
-  MUST ( cn $ ds-cfg-certificate-mapper-class $
-  ds-cfg-certificate-mapper-enabled ) X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-connection-handler'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled )
+  MAY ( ds-cfg-allowed-client $
+        ds-cfg-denied-client )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.13
-  NAME 'ds-cfg-connection-handler' SUP top STRUCTURAL
-  MUST ( cn $ ds-cfg-connection-handler-class $
-  ds-cfg-connection-handler-enabled ) MAY ( ds-cfg-allowed-client $
-  ds-cfg-denied-client ) X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-ldap-connection-handler'
+  SUP ds-cfg-connection-handler
+  STRUCTURAL
+  MUST ds-cfg-listen-port
+  MAY ( ds-cfg-listen-address $
+        ds-cfg-allow-ldap-v2 $
+        ds-cfg-keep-stats $
+        ds-cfg-use-tcp-keep-alive $
+        ds-cfg-use-tcp-no-delay $
+        ds-cfg-allow-tcp-reuse-address $
+        ds-cfg-send-rejection-notice $
+        ds-cfg-max-request-size $
+        ds-cfg-num-request-handlers $
+        ds-cfg-allow-start-tls $
+        ds-cfg-use-ssl $
+        ds-cfg-ssl-client-auth-policy $
+        ds-cfg-ssl-cert-nickname $
+        ds-cfg-accept-backlog $
+        ds-cfg-key-manager-provider $
+        ds-cfg-trust-manager-provider $
+        ds-cfg-ssl-protocol $
+        ds-cfg-ssl-cipher-suite $
+        ds-cfg-max-blocked-write-time-limit )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.14
-  NAME 'ds-cfg-ldap-connection-handler' SUP ds-cfg-connection-handler
-  STRUCTURAL MUST ds-cfg-listen-port MAY ( ds-cfg-listen-address $
-  ds-cfg-allow-ldapv2 $ ds-cfg-keep-stats $ ds-cfg-use-tcp-keepalive $
-  ds-cfg-use-tcp-nodelay $ ds-cfg-allow-tcp-reuse-address $
-  ds-cfg-send-rejection-notice $ ds-cfg-max-request-size $
-  ds-cfg-num-request-handlers $ ds-cfg-allow-start-tls $ ds-cfg-use-ssl $
-  ds-cfg-ssl-client-auth-policy $ ds-cfg-ssl-cert-nickname $
-  ds-cfg-accept-backlog $ ds-cfg-key-manager-provider-dn $
-  ds-cfg-trust-manager-provider-dn $ ds-cfg-ssl-protocol $
-  ds-cfg-ssl-cipher-suite ) X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.15 NAME 'ds-cfg-entry-cache'
-  SUP top STRUCTURAL MUST ( cn $ ds-cfg-entry-cache-class $
-  ds-cfg-entry-cache-enabled ) X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.16 NAME 'ds-cfg-fifo-entry-cache'
-  SUP ds-cfg-entry-cache STRUCTURAL MAY ( ds-cfg-max-entries $
-  ds-cfg-max-memory-percent $ ds-cfg-lock-timeout $
-  ds-cfg-exclude-filter $ ds-cfg-include-filter )
+  NAME 'ds-cfg-entry-cache'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled $
+         ds-cfg-cache-level )
   X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.15
+  NAME 'ds-cfg-fifo-entry-cache'
+  SUP ds-cfg-entry-cache
+  STRUCTURAL
+  MAY ( ds-cfg-max-entries $
+        ds-cfg-max-memory-percent $
+        ds-cfg-lock-timeout $
+        ds-cfg-exclude-filter $
+        ds-cfg-include-filter )
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.16
+  NAME 'ds-cfg-soft-reference-entry-cache'
+  SUP ds-cfg-entry-cache
+  STRUCTURAL
+  MAY ( ds-cfg-lock-timeout $
+        ds-cfg-exclude-filter $
+        ds-cfg-include-filter )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.17
-  NAME 'ds-cfg-soft-reference-entry-cache' SUP ds-cfg-entry-cache STRUCTURAL
-  MAY ( ds-cfg-lock-timeout $ ds-cfg-exclude-filter $
-  ds-cfg-include-filter ) X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-extended-operation-handler'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.18
-  NAME 'ds-cfg-extended-operation-handler' SUP top STRUCTURAL
-  MUST ( cn $ ds-cfg-extended-operation-handler-class $
-  ds-cfg-extended-operation-handler-enabled )
+  NAME 'ds-cfg-key-manager-provider'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.19
-  NAME 'ds-cfg-key-manager-provider' SUP top STRUCTURAL
-  MUST ( cn $ ds-cfg-key-manager-provider-class $
-  ds-cfg-key-manager-provider-enabled ) X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-file-based-key-manager-provider'
+  SUP ds-cfg-key-manager-provider
+  STRUCTURAL
+  MUST ds-cfg-key-store-file
+  MAY ( ds-cfg-key-store-type $
+        ds-cfg-key-store-pin $
+        ds-cfg-key-store-pin-property $
+        ds-cfg-key-store-pin-environment-variable $
+        ds-cfg-key-store-pin-file )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.20
-  NAME 'ds-cfg-file-based-key-manager-provider' SUP ds-cfg-key-manager-provider
-  STRUCTURAL MUST ds-cfg-key-store-file MAY ( ds-cfg-key-store-type $
-  ds-cfg-key-store-pin $ ds-cfg-key-store-pin-property $
-  ds-cfg-key-store-pin-environment-variable $ ds-cfg-key-store-pin-file )
+  NAME 'ds-cfg-pkcs11-key-manager-provider'
+  SUP ds-cfg-key-manager-provider
+  STRUCTURAL
+  MAY ( ds-cfg-key-store-pin $
+        ds-cfg-key-store-pin-property $
+        ds-cfg-key-store-pin-environment-variable $
+        ds-cfg-key-store-pin-file )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.21
-  NAME 'ds-cfg-pkcs11-key-manager-provider' SUP ds-cfg-key-manager-provider
-  MAY ( ds-cfg-key-store-pin $ ds-cfg-key-store-pin-property $
-  ds-cfg-key-store-pin-environment-variable $ ds-cfg-key-store-pin-file )
+  NAME 'ds-cfg-log-publisher'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-enabled $
+         ds-cfg-java-class )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.22 NAME 'ds-cfg-logger'
-  SUP top STRUCTURAL MUST ( cn $ ds-cfg-logger-enabled $ ds-cfg-logger-class )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.22
+  NAME 'ds-cfg-access-log-publisher'
+  SUP ds-cfg-log-publisher
+  STRUCTURAL
+  MAY ( ds-cfg-suppress-internal-operations $
+        ds-cfg-suppress-synchronization-operations )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.23 NAME 'ds-cfg-access-logger'
-  SUP ds-cfg-logger
-  STRUCTURAL MAY ( ds-cfg-suppress-internal-operations $
-  ds-cfg-suppress-synchronization-operations )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.23
+  NAME 'ds-cfg-error-log-publisher'
+  SUP ds-cfg-log-publisher
+  STRUCTURAL
+  MAY ( ds-cfg-default-severity $
+        ds-cfg-override-severity )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.24 NAME 'ds-cfg-error-logger'
-  SUP ds-cfg-logger
-  STRUCTURAL MAY ( ds-cfg-default-severity $ ds-cfg-override-severity )
-  X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.25 NAME 'ds-cfg-debug-logger'
-  SUP ds-cfg-logger STRUCTURAL MUST ( ds-cfg-default-debug-level )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.24
+  NAME 'ds-cfg-debug-log-publisher'
+  SUP ds-cfg-log-publisher
+  STRUCTURAL
+  MUST ds-cfg-default-debug-level
   MAY ( ds-cfg-default-debug-category $
-  ds-cfg-default-omit-method-entry-arguments $
-  ds-cfg-default-omit-method-return-value $
-  ds-cfg-default-include-throwable-cause $
-  ds-cfg-throwable-stack-frames )
+        ds-cfg-default-omit-method-entry-arguments $
+        ds-cfg-default-omit-method-return-value $
+        ds-cfg-default-include-throwable-cause $
+        ds-cfg-default-throwable-stack-frames )
   X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.25
+  NAME 'ds-cfg-file-based-access-log-publisher'
+  SUP ds-cfg-access-log-publisher
+  STRUCTURAL
+  MUST ( ds-cfg-log-file $
+         ds-cfg-asynchronous $
+         ds-cfg-log-file-permissions )
+  MAY ( ds-cfg-rotation-policy $
+        ds-cfg-rotation-action $
+        ds-cfg-retention-policy $
+        ds-cfg-time-interval $
+        ds-cfg-buffer-size $
+        ds-cfg-auto-flush $
+        ds-cfg-append $
+        ds-cfg-queue-size )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.26
-  NAME 'ds-cfg-file-based-access-logger' SUP ds-cfg-access-logger STRUCTURAL
-  MUST ( ds-cfg-log-file $ ds-cfg-asynchronous-writes $ ds-cfg-log-file-mode )
-  MAY ( ds-cfg-rotation-policy-dn $
-  ds-cfg-rotation-action $ ds-cfg-retention-policy-dn $
-  ds-cfg-thread-time-interval $ ds-cfg-buffer-size $ ds-cfg-writer-auto-flush $
-  ds-cfg-writer-append $ ds-cfg-log-queue-size )
+  NAME 'ds-cfg-file-based-debug-log-publisher'
+  SUP ds-cfg-debug-log-publisher
+  STRUCTURAL
+  MUST ( ds-cfg-log-file $
+         ds-cfg-asynchronous $
+         ds-cfg-log-file-permissions )
+  MAY ( ds-cfg-rotation-policy $
+        ds-cfg-rotation-action $
+        ds-cfg-retention-policy $
+        ds-cfg-time-interval $
+        ds-cfg-buffer-size $
+        ds-cfg-auto-flush $
+        ds-cfg-append $
+        ds-cfg-queue-size )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.27
-  NAME 'ds-cfg-file-based-debug-logger' SUP ds-cfg-debug-logger STRUCTURAL
-  MUST ( ds-cfg-log-file $ ds-cfg-asynchronous-writes $ ds-cfg-log-file-mode )
-  MAY ( ds-cfg-rotation-policy-dn $
-  ds-cfg-rotation-action $ ds-cfg-retention-policy-dn $
-  ds-cfg-thread-time-interval $ ds-cfg-buffer-size $ ds-cfg-writer-auto-flush $
-  ds-cfg-writer-append $ ds-cfg-log-queue-size )
+  NAME 'ds-cfg-file-based-error-log-publisher'
+  SUP ds-cfg-error-log-publisher
+  STRUCTURAL
+  MUST ( ds-cfg-log-file $
+         ds-cfg-asynchronous $
+         ds-cfg-log-file-permissions )
+  MAY ( ds-cfg-rotation-policy $
+        ds-cfg-rotation-action $
+        ds-cfg-retention-policy $
+        ds-cfg-time-interval $
+        ds-cfg-buffer-size $
+        ds-cfg-auto-flush $
+        ds-cfg-append $
+        ds-cfg-queue-size )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.28
-  NAME 'ds-cfg-file-based-error-logger' SUP ds-cfg-error-logger STRUCTURAL
-  MUST ( ds-cfg-log-file $ ds-cfg-asynchronous-writes $ ds-cfg-log-file-mode )
-  MAY ( ds-cfg-rotation-policy-dn $
-  ds-cfg-rotation-action $ ds-cfg-retention-policy-dn $
-  ds-cfg-thread-time-interval $ ds-cfg-buffer-size $ ds-cfg-writer-auto-flush $
-  ds-cfg-writer-append $ ds-cfg-log-queue-size )
+  NAME 'ds-cfg-matching-rule'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.29 NAME 'ds-cfg-matching-rule'
-  SUP top STRUCTURAL MUST ( cn $ ds-cfg-matching-rule-class $
-  ds-cfg-matching-rule-enabled ) X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.29
+  NAME 'ds-cfg-approximate-matching-rule'
+  SUP ds-cfg-matching-rule
+  STRUCTURAL
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.30
-  NAME 'ds-cfg-approximate-matching-rule' SUP ds-cfg-matching-rule
-  STRUCTURAL X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-equality-matching-rule'
+  SUP ds-cfg-matching-rule
+  STRUCTURAL
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.31
-  NAME 'ds-cfg-equality-matching-rule' SUP ds-cfg-matching-rule STRUCTURAL
+  NAME 'ds-cfg-ordering-matching-rule'
+  SUP ds-cfg-matching-rule
+  STRUCTURAL
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.32
-  NAME 'ds-cfg-ordering-matching-rule' SUP ds-cfg-matching-rule STRUCTURAL
+  NAME 'ds-cfg-substring-matching-rule'
+  SUP ds-cfg-matching-rule
+  STRUCTURAL
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.33
-  NAME 'ds-cfg-substring-matching-rule' SUP ds-cfg-matching-rule
-  STRUCTURAL X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-monitor-provider'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.34
-  NAME 'ds-cfg-monitor-provider' SUP top STRUCTURAL MUST ( cn $
-  ds-cfg-monitor-provider-class $ ds-cfg-monitor-provider-enabled )
+  NAME 'ds-cfg-password-storage-scheme'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.35
-  NAME 'ds-cfg-password-storage-scheme' SUP top STRUCTURAL
-  MUST ( cn $ ds-cfg-password-storage-scheme-class $
-  ds-cfg-password-storage-scheme-enabled ) X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-password-validator'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.36
-  NAME 'ds-cfg-password-validator' SUP top STRUCTURAL
-  MUST ( cn $ ds-cfg-password-validator-class $
-  ds-cfg-password-validator-enabled ) X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.37 NAME 'ds-cfg-plugin' SUP top
-  STRUCTURAL MUST ( cn $ ds-cfg-plugin-class $ ds-cfg-plugin-enabled $
-  ds-cfg-plugin-type ) X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.38 NAME 'ds-cfg-profiler-plugin'
-  SUP ds-cfg-plugin STRUCTURAL MAY ( ds-cfg-enable-profiling-on-startup $
-  ds-cfg-profile-directory $ ds-cfg-profile-sample-interval $
-  ds-cfg-profile-action ) X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.39 NAME 'ds-recurring-task'
-  SUP top STRUCTURAL MUST ( ds-recurring-task-class-name $
-  ds-recurring-task-id ) MAY ( ds-task-notify-on-completion $
-  ds-task-notify-on-error ) X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.40 NAME 'ds-cfg-root-config'
-  SUP top STRUCTURAL MUST ( cn $ ds-cfg-default-password-policy )
-  MAY ( ds-cfg-check-schema $ ds-cfg-add-missing-rdn-attributes $
-  ds-cfg-allow-attribute-name-exceptions $
-  ds-cfg-invalid-attribute-syntax-behavior $ ds-cfg-server-error-result-code $
-  ds-cfg-single-structural-objectclass-behavior $
-  ds-cfg-notify-abandoned-operations $ ds-cfg-size-limit $ ds-cfg-time-limit $
-  ds-cfg-proxied-authorization-identity-mapper-dn $ ds-cfg-writability-mode $
-  ds-cfg-reject-unauthenticated-requests  $
-  ds-cfg-bind-with-dn-requires-password $ ds-cfg-lookthrough-limit $
-  ds-cfg-smtp-server $ ds-cfg-allowed-task $ ds-cfg-disabled-privilege $
-  ds-cfg-return-bind-error-messages $ ds-cfg-idle-time-limit )
+  NAME 'ds-cfg-plugin'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled $
+         ds-cfg-plugin-type )
+  MAY ds-cfg-invoke-for-internal-operations
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.41 NAME 'ds-cfg-root-dn' SUP top
-  AUXILIARY MAY ds-cfg-alternate-bind-dn X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.42 NAME 'ds-cfg-root-dse'
-  SUP top STRUCTURAL MUST cn MAY ( ds-cfg-subordinate-base-dn $
-  ds-cfg-show-all-attributes ) X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.37
+  NAME 'ds-cfg-profiler-plugin'
+  SUP ds-cfg-plugin
+  STRUCTURAL
+  MAY ( ds-cfg-enable-profiling-on-startup $
+        ds-cfg-profile-directory $
+        ds-cfg-profile-sample-interval $
+        ds-cfg-profile-action )
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.38
+  NAME 'ds-recurring-task'
+  SUP top
+  STRUCTURAL
+  MUST ( ds-recurring-task-class-name $
+         ds-recurring-task-id )
+  MAY ( ds-task-notify-on-completion $
+        ds-task-notify-on-error )
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.39
+  NAME 'ds-cfg-root-config'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-default-password-policy )
+  MAY ( ds-cfg-check-schema $
+        ds-cfg-add-missing-rdn-attributes $
+        ds-cfg-allow-attribute-name-exceptions $
+        ds-cfg-invalid-attribute-syntax-behavior $
+        ds-cfg-server-error-result-code $
+        ds-cfg-single-structural-objectclass-behavior $
+        ds-cfg-notify-abandoned-operations $
+        ds-cfg-size-limit $
+        ds-cfg-time-limit $
+        ds-cfg-proxied-authorization-identity-mapper $
+        ds-cfg-writability-mode $
+        ds-cfg-reject-unauthenticated-requests $
+        ds-cfg-bind-with-dn-requires-password $
+        ds-cfg-lookthrough-limit $
+        ds-cfg-smtp-server $
+        ds-cfg-allowed-task $
+        ds-cfg-disabled-privilege $
+        ds-cfg-return-bind-error-messages $
+        ds-cfg-idle-time-limit $
+        ds-cfg-workflow-configuration-mode $
+        ds-cfg-save-config-on-successful-startup $
+        ds-cfg-etime-resolution $
+        ds-cfg-entry-cache-preload $
+        ds-cfg-max-allowed-client-connections)
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.40
+  NAME 'ds-cfg-root-dn-user'
+  SUP top
+  AUXILIARY
+  MAY ds-cfg-alternate-bind-dn
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.41
+  NAME 'ds-cfg-root-dse-backend'
+  SUP top
+  STRUCTURAL
+  MUST cn
+  MAY ( ds-cfg-subordinate-base-dn $
+        ds-cfg-show-all-attributes )
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.42
+  NAME 'ds-cfg-sasl-mechanism-handler'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.43
-  NAME 'ds-cfg-sasl-mechanism-handler' SUP top STRUCTURAL MUST ( cn $
-  ds-cfg-sasl-mechanism-handler-class $
-  ds-cfg-sasl-mechanism-handler-enabled ) X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.44
   NAME 'ds-cfg-external-sasl-mechanism-handler'
-  SUP ds-cfg-sasl-mechanism-handler MUST ds-cfg-certificate-mapper-dn
+  SUP ds-cfg-sasl-mechanism-handler
+  STRUCTURAL
+  MUST ds-cfg-certificate-mapper
   MAY ( ds-cfg-certificate-attribute $
-  ds-cfg-client-certificate-validation-policy )
+        ds-cfg-certificate-validation-policy )
   X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.44
+  NAME 'ds-cfg-plain-sasl-mechanism-handler'
+  SUP ds-cfg-sasl-mechanism-handler
+  STRUCTURAL
+  MUST ds-cfg-identity-mapper
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.45
-  NAME 'ds-cfg-plain-sasl-mechanism-handler' SUP ds-cfg-sasl-mechanism-handler
-  MUST ds-cfg-identity-mapper-dn X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.46
   NAME 'ds-cfg-cram-md5-sasl-mechanism-handler'
-  SUP ds-cfg-sasl-mechanism-handler MUST ds-cfg-identity-mapper-dn
+  SUP ds-cfg-sasl-mechanism-handler
+  STRUCTURAL
+  MUST ds-cfg-identity-mapper
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.47
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.46
   NAME 'ds-cfg-digest-md5-sasl-mechanism-handler'
-  SUP ds-cfg-sasl-mechanism-handler MUST ds-cfg-identity-mapper-dn
-  MAY ( ds-cfg-realm $ ds-cfg-server-fqdn )
+  SUP ds-cfg-sasl-mechanism-handler
+  STRUCTURAL
+  MUST ds-cfg-identity-mapper
+  MAY ( ds-cfg-realm $
+        ds-cfg-server-fqdn )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.48
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.47
   NAME 'ds-cfg-gssapi-sasl-mechanism-handler'
-  SUP ds-cfg-sasl-mechanism-handler MAY ( ds-cfg-identity-mapper-dn $
-  ds-cfg-realm $ ds-cfg-kdc-address $ ds-cfg-keytab $ ds-cfg-server-fqdn )
+  SUP ds-cfg-sasl-mechanism-handler
+  STRUCTURAL
+  MAY ( ds-cfg-identity-mapper $
+        ds-cfg-realm $
+        ds-cfg-kdc-address $
+        ds-cfg-keytab $
+        ds-cfg-server-fqdn )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.49 NAME 'ds-task' SUP top
-  STRUCTURAL MUST ( ds-task-class-name $ ds-task-id ) MAY ( ds-task-state $
-  ds-task-scheduled-start-time $ ds-task-actual-start-time $
-  ds-task-completion-time $ ds-task-dependency-id $
-  ds-task-failed-dependency-action $ ds-task-log-message $
-  ds-task-notify-on-completion $ ds-task-notify-on-error )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.48
+  NAME 'ds-task'
+  SUP top
+  STRUCTURAL
+  MUST ( ds-task-class-name $
+         ds-task-id )
+  MAY ( ds-task-state $
+        ds-task-scheduled-start-time $
+        ds-task-actual-start-time $
+        ds-task-completion-time $
+        ds-task-dependency-id $
+        ds-task-failed-dependency-action $
+        ds-task-log-message $
+        ds-task-notify-on-completion $
+        ds-task-notify-on-error )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.50 NAME 'ds-task-shutdown'
-  SUP ds-task MAY ( ds-task-shutdown-message $
-  ds-task-restart-server ) X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.49
+  NAME 'ds-task-shutdown'
+  SUP ds-task
+  STRUCTURAL
+  MAY ( ds-task-shutdown-message $
+        ds-task-restart-server )
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.50
+  NAME 'ds-cfg-trust-manager-provider'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.51
-  NAME 'ds-cfg-trust-manager-provider' SUP top STRUCTURAL
-  MUST ( cn $ ds-cfg-trust-manager-provider-class $
-  ds-cfg-trust-manager-provider-enabled ) X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.52
   NAME 'ds-cfg-file-based-trust-manager-provider'
-  SUP ds-cfg-trust-manager-provider STRUCTURAL MUST ds-cfg-trust-store-file
-  MAY ( ds-cfg-trust-store-type $ ds-cfg-trust-store-pin $
-  ds-cfg-trust-store-pin-property $
-  ds-cfg-trust-store-pin-environment-variable $ ds-cfg-trust-store-pin-file )
+  SUP ds-cfg-trust-manager-provider
+  STRUCTURAL
+  MUST ds-cfg-trust-store-file
+  MAY ( ds-cfg-trust-store-type $
+        ds-cfg-trust-store-pin $
+        ds-cfg-trust-store-pin-property $
+        ds-cfg-trust-store-pin-environment-variable $
+        ds-cfg-trust-store-pin-file )
   X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.52
+  NAME 'ds-cfg-directory-string-attribute-syntax'
+  SUP ds-cfg-attribute-syntax
+  STRUCTURAL
+  MAY ds-cfg-allow-zero-length-values
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.53
-  NAME 'ds-cfg-directory-string-attribute-syntax'
-  SUP ds-cfg-attribute-syntax STRUCTURAL
-  MAY ds-cfg-allow-zero-length-values X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.54 NAME 'ds-root-dse' SUP top
-  STRUCTURAL X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-root-dse'
+  SUP top
+  STRUCTURAL
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.54
+  NAME 'ds-cfg-identity-mapper'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.55
-  NAME 'ds-cfg-identity-mapper' SUP top STRUCTURAL MUST ( cn $
-  ds-cfg-identity-mapper-class $ ds-cfg-identity-mapper-enabled )
+  NAME 'ds-cfg-exact-match-identity-mapper'
+  SUP ds-cfg-identity-mapper
+  STRUCTURAL
+  MUST ds-cfg-match-attribute
+  MAY ds-cfg-match-base-dn
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.56
-  NAME 'ds-cfg-exact-match-identity-mapper' SUP ds-cfg-identity-mapper
-  STRUCTURAL MUST ds-cfg-match-attribute MAY ds-cfg-match-base-dn
+  NAME 'ds-cfg-synchronization-provider'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.57
-  NAME 'ds-cfg-synchronization-provider' SUP top STRUCTURAL
-  MUST ( cn $ ds-cfg-synchronization-provider-class $
-  ds-cfg-synchronization-provider-enabled ) X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.58 NAME
-  ( 'ds-cfg-replication-domain-config'
-    'ds-cfg-synchronization-provider-config' ) SUP top
-  STRUCTURAL MUST ( ds-cfg-replication-server $ ds-cfg-directory-server-id
-  $ ds-cfg-replication-dn )
-  MAY ( cn $ ds-cfg-receive-status $ ds-cfg-max-receive-queue $
-  ds-cfg-max-receive-delay $ ds-cfg-max-send-queue $ ds-cfg-max-send-delay $
-  ds-cfg-window-size $ ds-cfg-heartbeat-interval )
+  NAME 'ds-cfg-replication-domain'
+  SUP top
+  STRUCTURAL
+  MUST ( ds-cfg-replication-server $
+         ds-cfg-server-id $
+         ds-cfg-base-dn )
+  MAY ( cn $
+        ds-cfg-receive-status $
+        ds-cfg-max-receive-queue $
+        ds-cfg-max-receive-delay $
+        ds-cfg-max-send-queue $
+        ds-cfg-max-send-delay $
+        ds-cfg-window-size $
+        ds-cfg-heartbeat-interval $
+        ds-cfg-isolation-policy )
   X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.58
+  NAME 'ds-cfg-length-based-password-validator'
+  SUP ds-cfg-password-validator
+  STRUCTURAL
+  MAY ( ds-cfg-max-password-length $
+        ds-cfg-min-password-length )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.59
-  NAME 'ds-cfg-length-based-password-validator' SUP ds-cfg-password-validator
-  STRUCTURAL MAY ( ds-cfg-maximum-password-length $
-  ds-cfg-minimum-password-length ) X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-password-generator'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.60
-  NAME 'ds-cfg-password-generator' SUP top STRUCTURAL
-  MUST ( cn $ ds-cfg-password-generator-class $
-  ds-cfg-password-generator-enabled ) X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-random-password-generator'
+  SUP ds-cfg-password-generator
+  STRUCTURAL
+  MUST ( ds-cfg-password-character-set $
+         ds-cfg-password-format )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.61
-  NAME 'ds-cfg-random-password-generator' SUP ds-cfg-password-generator
-  STRUCTURAL MUST ( ds-cfg-password-character-set $ ds-cfg-password-format )
+  NAME 'ds-cfg-password-policy'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-password-attribute $
+         ds-cfg-default-password-storage-scheme )
+  MAY ( ds-cfg-account-status-notification-handler $
+        ds-cfg-allow-expired-password-changes $
+        ds-cfg-allow-multiple-password-values $
+        ds-cfg-allow-pre-encoded-passwords $
+        ds-cfg-allow-user-password-changes $
+        ds-cfg-deprecated-password-storage-scheme $
+        ds-cfg-expire-passwords-without-warning $
+        ds-cfg-force-change-on-add $
+        ds-cfg-force-change-on-reset $
+        ds-cfg-grace-login-count $
+        ds-cfg-idle-lockout-interval $
+        ds-cfg-last-login-time-attribute $
+        ds-cfg-last-login-time-format $
+        ds-cfg-lockout-duration $
+        ds-cfg-lockout-failure-count $
+        ds-cfg-lockout-failure-expiration-interval $
+        ds-cfg-max-password-age $
+        ds-cfg-max-password-reset-age $
+        ds-cfg-min-password-age $
+        ds-cfg-password-change-requires-current-password $
+        ds-cfg-password-expiration-warning-interval $
+        ds-cfg-password-generator $
+        ds-cfg-password-validator $
+        ds-cfg-previous-last-login-time-format $
+        ds-cfg-require-change-by-time $
+        ds-cfg-require-secure-authentication $
+        ds-cfg-require-secure-password-changes $
+        ds-cfg-skip-validation-for-administrators $
+        ds-cfg-state-update-failure-policy $
+        ds-cfg-password-history-count $
+        ds-cfg-password-history-duration )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.62 NAME 'ds-cfg-password-policy'
-  SUP top STRUCTURAL MUST ( cn $ ds-cfg-password-attribute $
-  ds-cfg-default-password-storage-scheme )
-  MAY ( ds-cfg-account-status-notification-handler-dn $
-  ds-cfg-allow-expired-password-changes $
-  ds-cfg-allow-multiple-password-values $ ds-cfg-allow-pre-encoded-passwords $
-  ds-cfg-allow-user-password-changes $
-  ds-cfg-deprecated-password-storage-scheme $
-  ds-cfg-expire-passwords-without-warning $ ds-cfg-force-change-on-add $
-  ds-cfg-force-change-on-reset $ ds-cfg-grace-login-count $
-  ds-cfg-idle-lockout-interval $ ds-cfg-last-login-time-attribute $
-  ds-cfg-last-login-time-format $ ds-cfg-lockout-duration $
-  ds-cfg-lockout-failure-count $
-  ds-cfg-lockout-failure-expiration-interval $
-  ds-cfg-maximum-password-age $ ds-cfg-maximum-password-reset-age $
-  ds-cfg-minimum-password-age $
-  ds-cfg-password-change-requires-current-password $
-  ds-cfg-password-expiration-warning-interval $ ds-cfg-password-generator-dn $
-  ds-cfg-password-validator-dn $ ds-cfg-previous-last-login-time-format $
-  ds-cfg-require-change-by-time $ ds-cfg-require-secure-authentication $
-  ds-cfg-require-secure-password-changes $
-  ds-cfg-skip-validation-for-administrators $
-  ds-cfg-state-update-failure-policy $ ds-cfg-password-history-count $
-  ds-cfg-password-history-duration ) X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.63 NAME
-  'ds-cfg-jmx-connection-handler' SUP ds-cfg-connection-handler
-  STRUCTURAL MUST ( ds-cfg-listen-port $ ds-cfg-ssl-cert-nickname $
-  ds-cfg-use-ssl )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.62
+  NAME 'ds-cfg-jmx-connection-handler'
+  SUP ds-cfg-connection-handler
+  STRUCTURAL
+  MUST ds-cfg-listen-port
+  MAY ( ds-cfg-ssl-cert-nickname $
+        ds-cfg-use-ssl $
+        ds-cfg-key-manager-provider )
   X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.63
+  NAME 'ds-task-import'
+  SUP ds-task
+  STRUCTURAL
+  MAY ( ds-task-import-append $
+        ds-task-import-replace-existing $
+        ds-task-import-include-branch $
+        ds-task-import-exclude-branch $
+        ds-task-import-include-attribute $
+        ds-task-import-exclude-attribute $
+        ds-task-import-include-filter $
+        ds-task-import-exclude-filter $
+        ds-task-import-ldif-file $
+        ds-task-import-template-file $
+        ds-task-import-random-seed $
+        ds-task-import-reject-file $
+        ds-task-import-overwrite-rejects $
+        ds-task-import-skip-schema-validation $
+        ds-task-import-is-compressed $
+        ds-task-import-is-encrypted $
+        ds-task-import-backend-id $
+        ds-task-import-clear-backend )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.64
-  NAME 'ds-task-import' SUP ds-task
-  MUST ( ds-task-import-ldif-file )
-  MAY ( ds-task-import-append $ ds-task-import-replace-existing $
-  ds-task-import-include-branch $ ds-task-import-exclude-branch $
-  ds-task-import-include-attribute $ ds-task-import-exclude-attribute $
-  ds-task-import-include-filter $ ds-task-import-exclude-filter $
-  ds-task-import-reject-file $ ds-task-import-overwrite-rejects $
-  ds-task-import-skip-schema-validation $ ds-task-import-is-compressed $
-  ds-task-import-is-encrypted $ ds-task-import-backend-id $
-  ds-task-import-clear-backend )
+  NAME 'ds-cfg-replication-server'
+  SUP top
+  STRUCTURAL
+  MUST ( ds-cfg-replication-server-id $
+         ds-cfg-replication-port )
+  MAY ( ds-cfg-replication-server $
+        cn $
+        ds-cfg-window-size $
+        ds-cfg-queue-size $
+        ds-cfg-replication-db-directory $
+        ds-cfg-replication-purge-delay )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.65 NAME
-  ( 'ds-cfg-replication-server-config'
-    'ds-cfg-synchronization-changelog-server-config' ) SUP top STRUCTURAL
-    MUST (ds-cfg-replication-server-id $ ds-cfg-replication-server-port )
-    MAY ( ds-cfg-replication-server $ cn $ ds-cfg-window-size $
-          ds-cfg-replication-max-queue-size $ ds-cfg-replication-db-directory $
-          ds-cfg-replication-purge-delay )
-    X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.66 NAME 'ds-backup-directory'
-  SUP top STRUCTURAL MUST ( ds-backup-directory-path $ ds-backup-backend-dn )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.65
+  NAME 'ds-backup-directory'
+  SUP top
+  STRUCTURAL
+  MUST ( ds-backup-directory-path $
+         ds-backup-backend-dn )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.67 NAME 'ds-backup-info'
-  SUP top STRUCTURAL MUST ( ds-backup-id $ ds-backup-directory-path )
-  MAY ( ds-backup-compressed $ ds-backup-date $ ds-backup-dependency $
-  ds-backup-encrypted $ ds-backup-incremental $ ds-backup-signed-hash $
-  ds-backup-unsigned-hash ) X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.68 NAME 'ds-cfg-backup-backend'
-  SUP ds-cfg-backend STRUCTURAL MAY ds-cfg-backup-directory
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.66
+  NAME 'ds-backup-info'
+  SUP top
+  STRUCTURAL
+  MUST ( ds-backup-id $
+         ds-backup-directory-path )
+  MAY ( ds-backup-compressed $
+        ds-backup-date $
+        ds-backup-dependency $
+        ds-backup-encrypted $
+        ds-backup-incremental $
+        ds-backup-signed-hash $
+        ds-backup-unsigned-hash )
   X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.67
+  NAME 'ds-cfg-backup-backend'
+  SUP ds-cfg-backend
+  STRUCTURAL
+  MAY ds-cfg-backup-directory
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.68
+  NAME 'ds-task-export'
+  SUP ds-task
+  STRUCTURAL
+  MUST ( ds-task-export-ldif-file $
+         ds-task-export-backend-id )
+  MAY ( ds-task-export-append-to-ldif $
+        ds-task-export-include-branch $
+        ds-task-export-exclude-branch $
+        ds-task-export-include-attribute $
+        ds-task-export-exclude-attribute $
+        ds-task-export-include-filter $
+        ds-task-export-exclude-filter $
+        ds-task-export-wrap-column $
+        ds-task-export-compress-ldif $
+        ds-task-export-encrypt-ldif $
+        ds-task-export-include-operational-attributes $
+        ds-task-export-sign-hash )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.69
-  NAME 'ds-task-export' SUP ds-task
-  MUST ( ds-task-export-ldif-file $ ds-task-export-backend-id )
-  MAY ( ds-task-export-append-to-ldif $ ds-task-export-include-branch $
-  ds-task-export-exclude-branch $ ds-task-export-include-attribute $
-  ds-task-export-exclude-attribute $ ds-task-export-include-filter $
-  ds-task-export-exclude-filter $ ds-task-export-wrap-column $
-  ds-task-export-compress-ldif $ ds-task-export-encrypt-ldif $
-  ds-task-export-sign-hash )
+  NAME 'ds-task-backup'
+  SUP ds-task
+  STRUCTURAL
+  MUST ds-backup-directory-path
+  MAY ( ds-task-backup-backend-id $
+        ds-backup-id $
+        ds-task-backup-all $
+        ds-task-backup-incremental $
+        ds-task-backup-incremental-base-id $
+        ds-task-backup-compress $
+        ds-task-backup-encrypt $
+        ds-task-backup-hash $
+        ds-task-backup-sign-hash )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.70
-  NAME 'ds-task-backup' SUP ds-task
-  MUST ( ds-backup-directory-path )
-  MAY ( ds-task-backup-backend-id $ ds-backup-id $ ds-task-backup-all $
-  ds-task-backup-incremental $ ds-task-backup-incremental-base-id $
-  ds-task-backup-compress $ ds-task-backup-encrypt $
-  ds-task-backup-hash $ ds-task-backup-sign-hash )
+  NAME 'ds-task-restore'
+  SUP ds-task
+  STRUCTURAL
+  MUST ds-backup-directory-path
+  MAY ( ds-backup-id $
+        ds-task-restore-verify-only )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.71
-  NAME 'ds-task-restore' SUP ds-task
-  MUST ( ds-backup-directory-path )
-  MAY ( ds-backup-id $ ds-task-restore-verify-only )
+  NAME 'ds-cfg-work-queue'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.72 NAME 'ds-cfg-work-queue' SUP top
-  STRUCTURAL MUST ( cn $ ds-cfg-work-queue-class )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.72
+  NAME 'ds-cfg-traditional-work-queue'
+  SUP ds-cfg-work-queue
+  STRUCTURAL
+  MUST ds-cfg-num-worker-threads
+  MAY ds-cfg-max-work-queue-capacity
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.73 NAME 'ds-cfg-traditional-work-queue'
-  SUP ds-cfg-work-queue MUST ds-cfg-num-worker-threads
-  MAY ds-cfg-max-work-queue-capacity X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.74
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.73
   NAME 'ds-cfg-password-modify-extended-operation-handler'
-  SUP ds-cfg-extended-operation-handler MUST ds-cfg-identity-mapper-dn
+  SUP ds-cfg-extended-operation-handler
+  STRUCTURAL
+  MUST ds-cfg-identity-mapper
   X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.74
+  NAME 'ds-cfg-account-status-notification-handler'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.75
-  NAME 'ds-cfg-account-status-notification-handler' SUP top STRUCTURAL
-  MUST ( cn $ ds-cfg-account-status-notification-handler-class $
-  ds-cfg-account-status-notification-handler-enabled )
-  X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.76
   NAME 'ds-cfg-error-log-account-status-notification-handler'
-  SUP ds-cfg-account-status-notification-handler STRUCTURAL
+  SUP ds-cfg-account-status-notification-handler
+  STRUCTURAL
   MUST ds-cfg-account-status-notification-type
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.77 NAME 'ds-monitor-entry' SUP top
-  STRUCTURAL MUST cn X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.78 NAME 'ds-backend-monitor-entry'
-  SUP ds-monitor-entry STRUCTURAL MAY ( ds-backend-id $ ds-backend-base-dn $
-  ds-backend-entry-count $ ds-backend-writability-mode $ ds-backend-is-private )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.76
+  NAME 'ds-monitor-entry'
+  SUP top
+  STRUCTURAL
+  MUST cn
   X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.77
+  NAME 'ds-backend-monitor-entry'
+  SUP ds-monitor-entry
+  STRUCTURAL
+  MAY ( ds-backend-id $
+        ds-backend-base-dn $
+        ds-backend-entry-count $
+        ds-base-dn-entry-count $
+        ds-backend-writability-mode $
+        ds-backend-is-private )
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.78
+  NAME 'ds-connectionhandler-monitor-entry'
+  SUP ds-monitor-entry
+  STRUCTURAL
+  MAY ( ds-connectionhandler-connection $
+        ds-connectionhandler-listener $
+        ds-connectionhandler-num-connections $
+        ds-connectionhandler-protocol )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.79
-  NAME 'ds-connectionhandler-monitor-entry' SUP ds-monitor-entry STRUCTURAL
-  MAY ( ds-connectionhandler-connection $ ds-connectionhandler-listener $
-  ds-connectionhandler-num-connections $ ds-connectionhandler-protocol )
+  NAME 'ds-task-add-schema-file'
+  SUP ds-task
+  STRUCTURAL
+  MUST ds-task-schema-file-name
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.80 NAME 'ds-task-add-schema-file'
-  SUP ds-task MUST ds-task-schema-file-name
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.80
+  NAME 'ds-cfg-group-implementation'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.81 NAME 'ds-cfg-group-implementation'
-  SUP top STRUCTURAL MUST ( cn $ ds-cfg-group-implementation-class $
-  ds-cfg-group-implementation-enabled ) X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.82 NAME 'ds-cfg-root-dn-base' SUP top
-  STRUCTURAL MUST cn MAY ds-cfg-default-root-privilege-name
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.81
+  NAME 'ds-cfg-root-dn'
+  SUP top
+  STRUCTURAL
+  MUST cn
+  MAY ds-cfg-default-root-privilege-name
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.83 NAME 'ds-certificate-user' SUP top
-  AUXILIARY MAY ( userCertificate $ ds-certificate-subject-dn $
-  ds-certificate-fingerprint ) X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.82
+  NAME 'ds-certificate-user'
+  SUP top
+  AUXILIARY
+  MAY ( userCertificate $
+        ds-certificate-subject-dn $
+        ds-certificate-fingerprint )
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.83
+  NAME 'ds-cfg-subject-dn-to-user-attribute-certificate-mapper'
+  SUP ds-cfg-certificate-mapper
+  STRUCTURAL
+  MUST ds-cfg-subject-attribute
+  MAY ds-cfg-user-base-dn
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.84
-  NAME 'ds-cfg-subject-dn-to-user-attribute-certificate-mapper'
-  SUP ds-cfg-certificate-mapper STRUCTURAL
-  MUST ds-cfg-certificate-subject-attribute-type
-  MAY ds-cfg-certificate-user-base-dn X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-subject-attribute-to-user-attribute-certificate-mapper'
+  SUP ds-cfg-certificate-mapper
+  STRUCTURAL
+  MUST ds-cfg-subject-attribute-mapping
+  MAY ds-cfg-user-base-dn
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.85
-  NAME 'ds-cfg-subject-attribute-to-user-attribute-certificate-mapper'
-  SUP ds-cfg-certificate-mapper STRUCTURAL
-  MUST ds-cfg-certificate-subject-attribute-mapping
-  MAY ds-cfg-certificate-user-base-dn X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-fingerprint-certificate-mapper'
+  SUP ds-cfg-certificate-mapper
+  STRUCTURAL
+  MUST ( ds-cfg-fingerprint-attribute $
+         ds-cfg-fingerprint-algorithm )
+  MAY ds-cfg-user-base-dn
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.86
-  NAME 'ds-cfg-fingerprint-certificate-mapper' SUP ds-cfg-certificate-mapper
-  STRUCTURAL MUST ( ds-cfg-certificate-fingerprint-attribute-type $
-  ds-cfg-certificate-fingerprint-algorithm )
-  MAY ds-cfg-certificate-user-base-dn X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-dsee-compat-access-control-handler'
+  SUP ds-cfg-access-control-handler
+  STRUCTURAL
+  MAY ds-cfg-global-aci
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.87
+  NAME 'ds-cfg-similarity-based-password-validator'
+  SUP ds-cfg-password-validator
+  STRUCTURAL
+  MUST ds-cfg-min-password-difference
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.88
-  NAME 'ds-cfg-similarity-based-password-validator'
-  SUP ds-cfg-password-validator STRUCTURAL
-  MUST ds-cfg-minimum-password-difference X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.89
   NAME 'ds-cfg-unique-characters-password-validator'
-  SUP ds-cfg-password-validator STRUCTURAL
-  MUST ( ds-cfg-minimum-unique-characters $ ds-cfg-case-sensitive-validation )
+  SUP ds-cfg-password-validator
+  STRUCTURAL
+  MUST ( ds-cfg-min-unique-characters $
+         ds-cfg-case-sensitive-validation )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.90
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.89
   NAME 'ds-cfg-repeated-characters-password-validator'
-  SUP ds-cfg-password-validator STRUCTURAL
-  MUST ( ds-cfg-maximum-consecutive-length $ ds-cfg-case-sensitive-validation )
+  SUP ds-cfg-password-validator
+  STRUCTURAL
+  MUST ( ds-cfg-max-consecutive-length $
+         ds-cfg-case-sensitive-validation )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.91 NAME 'ds-cfg-virtual-attribute'
-  SUP top STRUCTURAL MUST ( cn $ ds-cfg-virtual-attribute-class $
-  ds-cfg-virtual-attribute-enabled $ ds-cfg-virtual-attribute-type )
-  MAY ( ds-cfg-virtual-attribute-base-dn $ ds-cfg-virtual-attribute-group-dn $
-  ds-cfg-virtual-attribute-filter $ ds-cfg-virtual-attribute-conflict-behavior )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.90
+  NAME 'ds-cfg-virtual-attribute'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class $
+         ds-cfg-enabled $
+         ds-cfg-attribute-type )
+  MAY ( ds-cfg-base-dn $
+        ds-cfg-group-dn $
+        ds-cfg-filter $
+        ds-cfg-conflict-behavior )
   X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.91
+  NAME 'ds-task-initialize-from-remote-replica'
+  SUP ds-task
+  STRUCTURAL
+  MUST ( ds-task-initialize-domain-dn $
+         ds-task-initialize-replica-server-id )
+  MAY ( ds-task-processed-entry-count $
+        ds-task-unprocessed-entry-count )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.92
-  NAME 'ds-task-initialize-from-remote-replica' SUP ds-task
-  MUST ( ds-task-initialize-domain-dn $ ds-task-initialize-replica-server-id )
-  MAY ( ds-task-processed-entry-count $ ds-task-unprocessed-entry-count )
+  NAME 'ds-task-initialize-remote-replica'
+  SUP ds-task
+  STRUCTURAL
+  MUST ( ds-task-initialize-domain-dn $
+         ds-task-initialize-replica-server-id )
+  MAY ( ds-task-processed-entry-count $
+        ds-task-unprocessed-entry-count )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.93
-  NAME 'ds-task-initialize-remote-replica' SUP ds-task
-  MUST ( ds-task-initialize-domain-dn $ ds-task-initialize-replica-server-id )
-  MAY ( ds-task-processed-entry-count $ ds-task-unprocessed-entry-count )
+  NAME 'ds-cfg-replication-synchronization-provider'
+  SUP ds-cfg-synchronization-provider
+  STRUCTURAL
+  MAY ( ds-cfg-num-update-replay-threads )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.94
-  NAME 'ds-cfg-multimaster-synchronization-provider'
-  SUP ds-cfg-synchronization-provider STRUCTURAL
+  NAME 'ds-cfg-dictionary-password-validator'
+  SUP ds-cfg-password-validator
+  STRUCTURAL
+  MUST ( ds-cfg-dictionary-file $
+         ds-cfg-case-sensitive-validation $
+         ds-cfg-test-reversed-password )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.95
-  NAME 'ds-cfg-dictionary-password-validator' SUP ds-cfg-password-validator
-  STRUCTURAL MUST ( ds-cfg-dictionary-file $ ds-cfg-case-sensitive-validation $
-  ds-cfg-test-reversed-password ) X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-attribute-value-password-validator'
+  SUP ds-cfg-password-validator
+  STRUCTURAL
+  MUST ds-cfg-test-reversed-password
+  MAY ds-cfg-match-attribute
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.96
-  NAME 'ds-cfg-attribute-value-password-validator'
-  SUP ds-cfg-password-validator STRUCTURAL MUST ds-cfg-test-reversed-password
-  MAY ds-cfg-match-attribute X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-cfg-character-set-password-validator'
+  SUP ds-cfg-password-validator
+  STRUCTURAL
+  MUST ( ds-cfg-character-set $
+         ds-cfg-allow-unclassified-characters )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.97
-  NAME 'ds-cfg-character-set-password-validator' SUP ds-cfg-password-validator
-  STRUCTURAL MUST ( ds-cfg-character-set $
-  ds-cfg-allow-unclassified-characters ) X-ORIGIN 'OpenDS Directory Server' )
+  NAME 'ds-task-rebuild'
+  SUP ds-task
+  STRUCTURAL
+  MUST ( ds-task-rebuild-base-dn $
+         ds-task-rebuild-index )
+  MAY ds-task-rebuild-max-threads
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.98
-  NAME 'ds-task-rebuild' SUP ds-task
-  STRUCTURAL MUST ( ds-task-rebuild-base-dn $ ds-task-rebuild-index )
-  MAY ( ds-task-rebuild-max-threads )
+  NAME 'ds-virtual-static-group'
+  SUP top
+  AUXILIARY
+  MUST ds-target-group-dn
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.99 NAME 'ds-virtual-static-group'
-  SUP top AUXILIARY MUST ds-target-group-dn
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.99
+  NAME 'ds-cfg-user-defined-virtual-attribute'
+  SUP ds-cfg-virtual-attribute
+  STRUCTURAL
+  MUST ds-cfg-value
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.100
-  NAME 'ds-cfg-user-defined-virtual-attribute' SUP ds-cfg-virtual-attribute
-  STRUCTURAL MUST ds-cfg-virtual-attribute-value
+  NAME 'ds-cfg-debug-target'
+  SUP top
+  STRUCTURAL
+  MUST ( ds-cfg-debug-scope $
+         ds-cfg-debug-level )
+  MAY ( ds-cfg-debug-category $
+        ds-cfg-omit-method-entry-arguments $
+        ds-cfg-omit-method-return-value $
+        ds-cfg-include-throwable-cause $
+        ds-cfg-throwable-stack-frames )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.101
-  NAME 'ds-cfg-debug-target'
-  STRUCTURAL MUST ( ds-cfg-debug-scope $ ds-cfg-debug-level )
-  MAY (ds-cfg-debug-category $ ds-cfg-omit-method-entry-arguments $
-  ds-cfg-omit-method-return-value $ ds-cfg-omit-method-return-value $
-  ds-cfg-include-throwable-cause $ ds-cfg-throwable-stack-frames )
+  NAME 'ds-cfg-log-retention-policy'
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.102
-  NAME 'ds-cfg-log-retention-policy'
-  STRUCTURAL MUST ( cn $ ds-cfg-retention-policy-class  )
+  NAME 'ds-cfg-file-count-log-retention-policy'
+  SUP ds-cfg-log-retention-policy
+  STRUCTURAL
+  MUST ds-cfg-number-of-files
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.103
-  NAME 'ds-cfg-file-count-log-retention-policy' SUP ds-cfg-log-retention-policy
-  STRUCTURAL MUST ( ds-cfg-number-of-files )
+  NAME 'ds-cfg-size-limit-log-retention-policy'
+  SUP ds-cfg-log-retention-policy
+  STRUCTURAL
+  MUST ds-cfg-disk-space-used
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.104
-  NAME 'ds-cfg-size-limit-log-retention-policy' SUP ds-cfg-log-retention-policy
-  STRUCTURAL MUST ( ds-cfg-disk-space-used )
-  X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.105
   NAME 'ds-cfg-free-disk-space-log-retention-policy'
   SUP ds-cfg-log-retention-policy
-  STRUCTURAL MUST ( ds-cfg-free-disk-space )
+  STRUCTURAL
+  MUST ds-cfg-free-disk-space
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.106
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.105
   NAME 'ds-cfg-log-rotation-policy'
-  STRUCTURAL MUST ( cn $ ds-cfg-rotation-policy-class  )
+  SUP top
+  STRUCTURAL
+  MUST ( cn $
+         ds-cfg-java-class )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.107
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.106
   NAME 'ds-cfg-size-limit-log-rotation-policy'
   SUP ds-cfg-log-rotation-policy
-  STRUCTURAL MUST ( ds-cfg-file-size-limit )
+  STRUCTURAL
+  MUST ds-cfg-file-size-limit
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.108
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.107
   NAME 'ds-cfg-time-limit-log-rotation-policy'
   SUP ds-cfg-log-rotation-policy
-  STRUCTURAL MUST ( ds-cfg-rotation-interval )
+  STRUCTURAL
+  MUST ds-cfg-rotation-interval
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.109
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.108
   NAME 'ds-cfg-fixed-time-log-rotation-policy'
   SUP ds-cfg-log-rotation-policy
-  STRUCTURAL MUST ( ds-cfg-time-of-day )
+  STRUCTURAL
+  MUST ds-cfg-time-of-day
   X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.109
+  NAME 'ds-cfg-file-system-entry-cache'
+  SUP ds-cfg-entry-cache
+  STRUCTURAL
+  MAY ( ds-cfg-max-entries $
+        ds-cfg-max-memory-size $
+        ds-cfg-lock-timeout $
+        ds-cfg-exclude-filter $
+        ds-cfg-include-filter $
+        ds-cfg-cache-directory $
+        ds-cfg-cache-type $
+        ds-cfg-persistent-cache $
+        ds-cfg-compact-encoding $
+        ds-cfg-db-cache-percent $
+        ds-cfg-db-cache-size $
+        ds-cfg-je-property )
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.110
+  NAME 'ds-cfg-member-virtual-attribute'
+  SUP ds-cfg-virtual-attribute
+  STRUCTURAL
+  MUST ds-cfg-allow-retrieving-membership
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.111
+  NAME 'ds-cfg-plugin-root'
+  SUP top
+  AUXILIARY
+  MAY ( ds-cfg-plugin-order-startup $
+        ds-cfg-plugin-order-shutdown $
+        ds-cfg-plugin-order-post-connect $
+        ds-cfg-plugin-order-post-disconnect $
+        ds-cfg-plugin-order-ldif-import $
+        ds-cfg-plugin-order-ldif-export $
+        ds-cfg-plugin-order-pre-parse-abandon $
+        ds-cfg-plugin-order-pre-parse-add $
+        ds-cfg-plugin-order-pre-parse-bind $
+        ds-cfg-plugin-order-pre-parse-compare $
+        ds-cfg-plugin-order-pre-parse-delete $
+        ds-cfg-plugin-order-pre-parse-extended $
+        ds-cfg-plugin-order-pre-parse-modify $
+        ds-cfg-plugin-order-pre-parse-modify-dn $
+        ds-cfg-plugin-order-pre-parse-search $
+        ds-cfg-plugin-order-pre-parse-unbind $
+        ds-cfg-plugin-order-pre-operation-add $
+        ds-cfg-plugin-order-pre-operation-bind $
+        ds-cfg-plugin-order-pre-operation-compare $
+        ds-cfg-plugin-order-pre-operation-delete $
+        ds-cfg-plugin-order-pre-operation-extended $
+        ds-cfg-plugin-order-pre-operation-modify $
+        ds-cfg-plugin-order-pre-operation-modify-dn $
+        ds-cfg-plugin-order-pre-operation-search $
+        ds-cfg-plugin-order-post-operation-abandon $
+        ds-cfg-plugin-order-post-operation-add $
+        ds-cfg-plugin-order-post-operation-bind $
+        ds-cfg-plugin-order-post-operation-compare $
+        ds-cfg-plugin-order-post-operation-delete $
+        ds-cfg-plugin-order-post-operation-extended $
+        ds-cfg-plugin-order-post-operation-modify $
+        ds-cfg-plugin-order-post-operation-modify-dn $
+        ds-cfg-plugin-order-post-operation-search $
+        ds-cfg-plugin-order-post-operation-unbind $
+        ds-cfg-plugin-order-post-response-add $
+        ds-cfg-plugin-order-post-response-bind $
+        ds-cfg-plugin-order-post-response-compare $
+        ds-cfg-plugin-order-post-response-delete $
+        ds-cfg-plugin-order-post-response-extended $
+        ds-cfg-plugin-order-post-response-modify $
+        ds-cfg-plugin-order-post-response-modify-dn $
+        ds-cfg-plugin-order-post-response-search $
+        ds-cfg-plugin-order-post-synchronization-add $
+        ds-cfg-plugin-order-post-synchronization-delete $
+        ds-cfg-plugin-order-post-synchronization-modify $
+        ds-cfg-plugin-order-post-synchronization-modify-dn $
+        ds-cfg-plugin-order-search-result-entry $
+        ds-cfg-plugin-order-search-result-reference $
+        ds-cfg-plugin-order-subordinate-modify-dn $
+        ds-cfg-plugin-order-intermediate-response )
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.112
+  NAME 'ds-cfg-password-policy-import-plugin'
+  SUP ds-cfg-plugin
+  STRUCTURAL
+  MAY ( ds-cfg-default-user-password-storage-scheme $
+        ds-cfg-default-auth-password-storage-scheme )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.113
-  NAME 'ds-cfg-member-virtual-attribute' SUP ds-cfg-virtual-attribute
-  STRUCTURAL MUST ds-cfg-allow-retrieving-membership
+  NAME 'ds-cfg-attribute-type-description-attribute-syntax'
+  SUP ds-cfg-attribute-syntax
+  STRUCTURAL
+  MAY ds-cfg-strip-syntax-min-upper-bound
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.110 NAME 'ds-cfg-file-system-entry-cache'
-  SUP ds-cfg-entry-cache STRUCTURAL MAY ( ds-cfg-max-entries $
-  ds-cfg-max-memory-size $ ds-cfg-lock-timeout $ ds-cfg-exclude-filter $
-  ds-cfg-include-filter $ ds-cfg-cache-directory $ ds-cfg-cache-type $
-  ds-cfg-persistent-cache $ ds-cfg-database-cache-percent $
-  ds-cfg-database-cache-size ) X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.114 NAME 'ds-cfg-plugin-root'
-  SUP top AUXILIARY MAY ( ds-cfg-plugin-order-startup $
-  ds-cfg-plugin-order-shutdown $ ds-cfg-plugin-order-post-connect $
-  ds-cfg-plugin-order-post-disconnect $ ds-cfg-plugin-order-ldif-import $
-  ds-cfg-plugin-order-ldif-export $ ds-cfg-plugin-order-pre-parse-abandon $
-  ds-cfg-plugin-order-pre-parse-add $ ds-cfg-plugin-order-pre-parse-bind $
-  ds-cfg-plugin-order-pre-parse-compare $
-  ds-cfg-plugin-order-pre-parse-delete $
-  ds-cfg-plugin-order-pre-parse-extended $
-  ds-cfg-plugin-order-pre-parse-modify $
-  ds-cfg-plugin-order-pre-parse-modify-dn $
-  ds-cfg-plugin-order-pre-parse-search $ ds-cfg-plugin-order-pre-parse-unbind $
-  ds-cfg-plugin-order-pre-operation-add $
-  ds-cfg-plugin-order-pre-operation-bind $
-  ds-cfg-plugin-order-pre-operation-compare $
-  ds-cfg-plugin-order-pre-operation-delete $
-  ds-cfg-plugin-order-pre-operation-extended $
-  ds-cfg-plugin-order-pre-operation-modify $
-  ds-cfg-plugin-order-pre-operation-modify-dn $
-  ds-cfg-plugin-order-pre-operation-search $
-  ds-cfg-plugin-order-post-operation-abandon $
-  ds-cfg-plugin-order-post-operation-add $
-  ds-cfg-plugin-order-post-operation-bind $
-  ds-cfg-plugin-order-post-operation-compare $
-  ds-cfg-plugin-order-post-operation-delete $
-  ds-cfg-plugin-order-post-operation-extended $
-  ds-cfg-plugin-order-post-operation-modify $
-  ds-cfg-plugin-order-post-operation-modify-dn $
-  ds-cfg-plugin-order-post-operation-search $
-  ds-cfg-plugin-order-post-operation-unbind $
-  ds-cfg-plugin-order-post-response-add $
-  ds-cfg-plugin-order-post-response-bind $
-  ds-cfg-plugin-order-post-response-compare $
-  ds-cfg-plugin-order-post-response-delete $
-  ds-cfg-plugin-order-post-response-extended $
-  ds-cfg-plugin-order-post-response-modify $
-  ds-cfg-plugin-order-post-response-modify-dn $
-  ds-cfg-plugin-order-post-response-search $
-  ds-cfg-plugin-order-search-result-entry $
-  ds-cfg-plugin-order-search-result-reference $
-  ds-cfg-plugin-order-subordinate-modify-dn $
-  ds-cfg-plugin-order-intermediate-response )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.114
+  NAME 'ds-cfg-local-db-vlv-index'
+  SUP top
+  STRUCTURAL
+  MUST ( ds-cfg-base-dn $
+         ds-cfg-scope $
+         ds-cfg-filter $
+         ds-cfg-sort-order $
+         ds-cfg-name )
+  MAY ds-cfg-max-block-size
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.115
-  NAME 'ds-cfg-password-policy-import-plugin' SUP ds-cfg-plugin STRUCTURAL
-  MAY ( ds-cfg-default-user-password-storage-scheme $
-  ds-cfg-default-auth-password-storage-scheme )
+  NAME 'ds-cfg-smtp-alert-handler'
+  SUP ds-cfg-alert-handler
+  STRUCTURAL
+  MUST ( ds-cfg-sender-address $
+         ds-cfg-recipient-address $
+         ds-cfg-message-subject $
+         ds-cfg-message-body )
   X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.116
+  NAME 'ds-task-disconnect'
+  SUP ds-task
+  STRUCTURAL
+  MUST ds-task-disconnect-connection-id
+  MAY ( ds-task-disconnect-message $
+        ds-task-disconnect-notify-client )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.117
-  NAME 'ds-cfg-vlv-je-index' SUP top STRUCTURAL
-  MUST ( ds-cfg-vlv-je-index-base-dn $ ds-cfg-vlv-je-index-scope $
-         ds-cfg-vlv-je-index-filter $ ds-cfg-vlv-je-index-sort-order $
-         ds-cfg-vlv-je-index-name )
-  MAY  ( ds-cfg-vlv-je-index-maximum-block-size )
+  NAME 'ds-cfg-unique-attribute-plugin'
+  SUP ds-cfg-plugin
+  STRUCTURAL
+  MUST ds-cfg-type
+  MAY ds-cfg-base-dn
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.118
-  NAME 'ds-cfg-smtp-alert-handler' SUP ds-cfg-alert-handler STRUCTURAL
-  MUST ( ds-cfg-sender-address $ ds-cfg-recipient-address $
-  ds-cfg-message-subject $ ds-cfg-message-body )
+  NAME 'ds-cfg-regular-expression-identity-mapper'
+  SUP ds-cfg-identity-mapper
+  STRUCTURAL
+  MUST ( ds-cfg-match-attribute $
+         ds-cfg-match-pattern )
+  MAY ( ds-cfg-match-base-dn $
+        ds-cfg-replace-pattern )
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.119
-  NAME 'ds-task-disconnect' SUP ds-task STRUCTURAL
-  MUST ds-task-disconnect-connection-id
-  MAY ( ds-task-disconnect-message $ ds-task-disconnect-notify-client )
+  NAME 'ds-cfg-referential-integrity-plugin'
+  SUP ds-cfg-plugin
+  STRUCTURAL
+  MUST ds-cfg-attribute-type
+  MAY ( ds-cfg-base-dn $
+        ds-cfg-update-interval $
+        ds-cfg-log-file )
   X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.120
+  NAME 'ds-cfg-smtp-account-status-notification-handler'
+  SUP ds-cfg-account-status-notification-handler
+  STRUCTURAL
+  MUST ( ds-cfg-sender-address $
+         ds-cfg-send-message-without-end-user-address $
+         ds-cfg-message-template-file )
+  MAY ( ds-cfg-email-address-attribute-type $
+        ds-cfg-recipient-address $
+        ds-cfg-message-subject )
+  X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.121
-  NAME 'ds-cfg-regular-expression-identity-mapper' SUP ds-cfg-identity-mapper
-  STRUCTURAL MUST ( ds-cfg-match-attribute $ ds-cfg-match-pattern )
-  MAY ( ds-cfg-match-base-dn $ ds-cfg-replace-pattern )
+  NAME 'ds-task-reset-generation-id'
+  SUP ds-task
+  STRUCTURAL
+  MUST ds-task-reset-generation-id-domain-base-dn
+  MAY ds-task-reset-generation-id-new-value
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.120
-  NAME 'ds-cfg-unique-attribute-plugin' SUP ds-cfg-plugin
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.122
+  NAME 'ds-cfg-entry-uuid-plugin'
+  SUP ds-cfg-plugin
   STRUCTURAL
-  MAY ( ds-cfg-unique-attribute-type $ ds-cfg-unique-attribute-base-dn )
   X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.123
+  NAME 'ds-cfg-last-mod-plugin'
+  SUP ds-cfg-plugin
+  STRUCTURAL
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.124
+  NAME 'ds-cfg-ldap-attribute-description-list-plugin'
+  SUP ds-cfg-plugin
+  STRUCTURAL
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.125
+  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.126
+  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.127
+  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.128
+  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.129
+  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.130
+  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.131
+  NAME 'ds-cfg-start-tls-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-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.133
+  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.134
+  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.135
+  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.136
+  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.137
+  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.138
+  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.139
+  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.140
+  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.141
+  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.142
+  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.143
+  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.144
+  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.145
+  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.146
+  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.147
+  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.148
+  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.149
+  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.150
+  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.151
+  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.152
+  NAME 'ds-cfg-entry-dn-virtual-attribute'
+  SUP ds-cfg-virtual-attribute
+  STRUCTURAL
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.153
+  NAME 'ds-cfg-entry-uuid-virtual-attribute'
+  SUP ds-cfg-virtual-attribute
+  STRUCTURAL
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.154
+  NAME 'ds-cfg-has-subordinates-virtual-attribute'
+  SUP ds-cfg-virtual-attribute
+  STRUCTURAL
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.155
+  NAME 'ds-cfg-num-subordinates-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-is-member-of-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-subschema-subentry-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-config-file-handler-backend'
+  SUP ds-cfg-backend
+  STRUCTURAL
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.159
+  NAME 'ds-cfg-subject-equals-dn-certificate-mapper'
+  SUP ds-cfg-certificate-mapper
+  STRUCTURAL
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.160
+  NAME 'ds-cfg-crypto-manager'
+  SUP top
+  STRUCTURAL
+  MAY ( cn $
+        ds-cfg-digest-algorithm $
+        ds-cfg-mac-algorithm $
+        ds-cfg-mac-key-length $
+        ds-cfg-cipher-transformation $
+        ds-cfg-cipher-key-length $
+        ds-cfg-key-wrapping-transformation $
+        ds-cfg-ssl-protocol $
+        ds-cfg-ssl-cipher-suite $
+        ds-cfg-ssl-cert-nickname $
+        ds-cfg-ssl-encryption )
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.161
+  NAME 'ds-cfg-trust-store-backend'
+  SUP ds-cfg-backend
+  STRUCTURAL
+  MAY ( ds-cfg-trust-store-type $
+        ds-cfg-trust-store-file $
+        ds-cfg-trust-store-pin $
+        ds-cfg-trust-store-pin-property $
+        ds-cfg-trust-store-pin-environment-variable $
+        ds-cfg-trust-store-pin-file )
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.162
+  NAME 'ds-cfg-instance-key'
+  SUP top
+  STRUCTURAL
+  MUST ( ds-cfg-key-id $
+         ds-cfg-public-key-certificate )
+  MAY ds-cfg-key-compromised-time
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.163
+  NAME 'ds-cfg-self-signed-cert-request'
+  SUP top
+  STRUCTURAL
+  MUST ds-cfg-key-id
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.164
+  NAME 'ds-cfg-seven-bit-clean-plugin'
+  SUP ds-cfg-plugin
+  STRUCTURAL
+  MUST ds-cfg-attribute-type
+  MAY ds-cfg-base-dn
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.165
+  NAME 'ds-cfg-ldif-connection-handler'
+  SUP ds-cfg-connection-handler
+  STRUCTURAL
+  MUST ( ds-cfg-ldif-directory $
+         ds-cfg-poll-interval )
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.166
+  NAME 'ds-cfg-triple-des-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.167
+  NAME 'ds-cfg-aes-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.168
+  NAME 'ds-cfg-rc4-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.169
+  NAME 'ds-cfg-blowfish-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.170
+  NAME 'ds-cfg-entry-cache-monitor-provider'
+  SUP ds-cfg-monitor-provider
+  STRUCTURAL
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.171
+  NAME 'ds-cfg-memory-usage-monitor-provider'
+  SUP ds-cfg-monitor-provider
+  STRUCTURAL
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.172
+  NAME 'ds-cfg-ldif-backend'
+  SUP ds-cfg-backend
+  STRUCTURAL
+  MUST ds-cfg-ldif-file
+  MAY ds-cfg-is-private-backend
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.173
+  NAME 'ds-cfg-get-symmetric-key-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.174
+  NAME 'ds-cfg-cipher-key'
+  SUP top
+  STRUCTURAL
+  MUST ( ds-cfg-key-id $ ds-cfg-cipher-transformation-name $
+  ds-cfg-key-length-bits $ ds-cfg-symmetric-key )
+  MAY ( ds-cfg-initialization-vector-length-bits $ ds-cfg-key-compromised-time )
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.175
+  NAME 'ds-cfg-mac-key'
+  SUP top
+  STRUCTURAL
+  MUST ( ds-cfg-key-id $ ds-cfg-mac-algorithm-name $
+  ds-cfg-key-length-bits $ ds-cfg-symmetric-key )
+  MAY ds-cfg-key-compromised-time
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.176
+  NAME 'ds-cfg-network-group'
+  SUP top
+  STRUCTURAL
+  MUST ( ds-cfg-network-group-id $
+         ds-cfg-enabled $
+         ds-cfg-workflow )
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.177
+  NAME 'ds-cfg-workflow'
+  SUP top
+  STRUCTURAL
+  MUST ( ds-cfg-workflow-id $
+         ds-cfg-enabled $
+         ds-cfg-workflow-element $
+         ds-cfg-base-dn )
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.178
+  NAME 'ds-cfg-workflow-element'
+  SUP top
+  STRUCTURAL
+  MUST ( ds-cfg-workflow-element-id $
+         ds-cfg-enabled $
+         ds-cfg-java-class )
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.179
+  NAME 'ds-cfg-local-backend-workflow-element'
+  SUP ds-cfg-workflow-element
+  STRUCTURAL
+  MUST ( ds-cfg-backend )
+  X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.181
+  NAME 'ds-cfg-snmp-connection-handler'
+  SUP ds-cfg-connection-handler
+  STRUCTURAL
+  MUST ( ds-cfg-listen-port $
+         ds-cfg-trap-port )
+  MAY ( ds-cfg-traps-destination $
+        ds-cfg-registered-mbean $
+        ds-cfg-community $
+        ds-cfg-allowed-manager $
+        ds-cfg-allowed-user $
+        ds-cfg-security-level $
+        ds-cfg-traps-community $
+        ds-cfg-security-agent-file $
+        ds-cfg-opendmk-jarfile )
+  X-ORIGIN 'OpenDS Directory Server' )

Modified: projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-changelog.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-changelog.ldif	2008-10-22 19:22:22 UTC (rev 79939)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-changelog.ldif	2008-10-22 20:31:45 UTC (rev 79940)
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #
-#      Portions Copyright 2006-2007 Sun Microsystems, Inc.
+#      Copyright 2006-2008 Sun Microsystems, Inc.
 #
 #
 # This file contains schema definitions from draft-good-ldap-changelog, which

Modified: projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc2713.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc2713.ldif	2008-10-22 19:22:22 UTC (rev 79939)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc2713.ldif	2008-10-22 20:31:45 UTC (rev 79940)
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #
-#      Portions Copyright 2006-2007 Sun Microsystems, Inc.
+#      Copyright 2006-2008 Sun Microsystems, Inc.
 #
 #
 # This file contains schema definitions from RFC 2713, which defines a

Modified: projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc2714.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc2714.ldif	2008-10-22 19:22:22 UTC (rev 79939)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc2714.ldif	2008-10-22 20:31:45 UTC (rev 79940)
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #
-#      Portions Copyright 2006-2007 Sun Microsystems, Inc.
+#      Copyright 2006-2008 Sun Microsystems, Inc.
 #
 #
 # This file contains schema definitions from RFC 2714, which defines a

Modified: projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc2739.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc2739.ldif	2008-10-22 19:22:22 UTC (rev 79939)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc2739.ldif	2008-10-22 20:31:45 UTC (rev 79940)
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #
-#      Portions Copyright 2006-2007 Sun Microsystems, Inc.
+#      Copyright 2006-2008 Sun Microsystems, Inc.
 #
 #
 # This file contains schema definitions from RFC 2739, which defines a
@@ -65,7 +65,7 @@
   EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications
   X-ORIGIN 'RFC 2739' )
-objectClasses: ( 1.2.840.113556.1.5.87 NAME 'calEntry' TOP AUXILIARY
+objectClasses: ( 1.2.840.113556.1.5.87 NAME 'calEntry' SUP top AUXILIARY
   MAY ( calCalURI $ calFBURL $ calOtherCalURIs $ calOtherFBURLs $ calCAPURI $
   calOtherCAPURIs $ calCalAdrURI $ calOtherCalAdrURIs )
   X-ORIGIN 'RFC 2739' )

Modified: projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc2926.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc2926.ldif	2008-10-22 19:22:22 UTC (rev 79939)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc2926.ldif	2008-10-22 20:31:45 UTC (rev 79940)
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #
-#      Portions Copyright 2006-2007 Sun Microsystems, Inc.
+#      Copyright 2006-2008 Sun Microsystems, Inc.
 #
 #
 # This file contains schema definitions from RFC 2926, which defines a

Modified: projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc3112.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc3112.ldif	2008-10-22 19:22:22 UTC (rev 79939)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc3112.ldif	2008-10-22 20:31:45 UTC (rev 79940)
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #
-#      Portions Copyright 2006-2007 Sun Microsystems, Inc.
+#      Copyright 2006-2008 Sun Microsystems, Inc.
 #
 #
 # This file contains schema definitions from RFC 3112, which defines the

Modified: projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc3712.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc3712.ldif	2008-10-22 19:22:22 UTC (rev 79939)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-rfc3712.ldif	2008-10-22 20:31:45 UTC (rev 79940)
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #
-#      Portions Copyright 2006-2007 Sun Microsystems, Inc.
+#      Copyright 2006-2008 Sun Microsystems, Inc.
 #
 #
 # This file contains schema definitions from RFC 3712, which defines a

Modified: projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-uddiv3.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-uddiv3.ldif	2008-10-22 19:22:22 UTC (rev 79939)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/03-uddiv3.ldif	2008-10-22 20:31:45 UTC (rev 79940)
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #
-#      Portions Copyright 2006-2007 Sun Microsystems, Inc.
+#      Copyright 2006-2008 Sun Microsystems, Inc.
 #
 #
 # This file contains schema definitions from RFC 4403,
@@ -237,7 +237,7 @@
   STRUCTURAL MUST ( uddiBindingKey ) MAY ( uddiServiceKey $ uddiDescription $
   uddiAccessPoint $ uddiHostingRedirector $ uddiCategoryBag $
   uddiv3BindingKey $ uddiv3ServiceKey $ uddiv3DigitalSignature $
-  uddiv3EntityCreationTime $ uddiv3NodeId)
+  uddiv3EntityCreationTime $ uddiv3NodeId )
   X-ORIGIN 'RFC 4403' )
 objectClasses: ( 1.3.6.1.1.10.6.6 NAME 'uddiTModelInstanceInfo' SUP top
   STRUCTURAL MUST ( uddiTModelKey ) MAY ( uddiDescription $

Modified: projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/04-rfc2307bis.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/04-rfc2307bis.ldif	2008-10-22 19:22:22 UTC (rev 79939)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/schema/04-rfc2307bis.ldif	2008-10-22 20:31:45 UTC (rev 79940)
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #
-#      Portions Copyright 2006-2007 Sun Microsystems, Inc.
+#      Copyright 2006-2008 Sun Microsystems, Inc.
 #
 #
 # This file contains schema definitions from the draft-howard-rfc2307bis
@@ -41,7 +41,7 @@
   X-ORIGIN 'draft-howard-rfc2307bis' )
 attributeTypes: ( 1.3.6.1.1.1.1.2 NAME 'gecos'
   DESC 'The GECOS field; the common name' EQUALITY caseIgnoreIA5Match
-  SUBSTRINGS caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+  SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
   SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' )
 attributeTypes: ( 1.3.6.1.1.1.1.3 NAME 'homeDirectory'
   DESC 'The absolute path to the home directory' EQUALITY caseExactIA5Match
@@ -75,7 +75,7 @@
 attributeTypes: ( 1.3.6.1.1.1.1.12 NAME 'memberUid' EQUALITY caseExactIA5Match
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' )
 attributeTypes: ( 1.3.6.1.1.1.1.13 NAME 'memberNisNetgroup'
-  EQUALITY caseExactIA5Match SUBSTRINGS caseExactIA5SubstringsMatch
+  EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' )
 attributeTypes: ( 1.3.6.1.1.1.1.14 NAME 'nisNetgroupTriple'
   DESC 'Netgroup triple' EQUALITY caseIgnoreIA5Match
@@ -119,7 +119,7 @@
   X-ORIGIN 'draft-howard-rfc2307bis' )
 attributeTypes: ( 1.3.6.1.1.1.1.27 NAME 'nisMapEntry'
   DESC 'A generic NIS entry' EQUALITY caseExactIA5Match
-  SUBSTRINGS caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+  SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
   SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' )
 attributeTypes: ( 1.3.6.1.1.1.1.28 NAME 'nisPublicKey' DESC 'NIS public key'
   EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE

Deleted: projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/upgrade/config.ldif.2794
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/upgrade/config.ldif.2794	2008-10-22 19:22:22 UTC (rev 79939)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/upgrade/config.ldif.2794	2008-10-22 20:31:45 UTC (rev 79940)
@@ -1,1971 +0,0 @@
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License").  You may not use this file except in compliance
-# with the License.
-#
-# You can obtain a copy of the license at
-# trunk/opends/resource/legal-notices/OpenDS.LICENSE
-# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at
-# trunk/opends/resource/legal-notices/OpenDS.LICENSE.  If applicable,
-# add the following below this CDDL HEADER, with the fields enclosed
-# by brackets "[]" replaced with your own identifying information:
-#      Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#      Portions Copyright 2006-2007 Sun Microsystems, Inc.
-#
-#
-# This file contains the primary Directory Server configuration.  It must not
-# be directly edited while the server is online.  The server configuration
-# should only be managed using the administration utilities provided with the
-# Directory Server.
-
-dn: cn=config
-objectClass: top
-objectClass: ds-cfg-root-config
-cn: config
-ds-cfg-check-schema: true
-ds-cfg-add-missing-rdn-attributes: true
-ds-cfg-allow-attribute-name-exceptions: false
-ds-cfg-invalid-attribute-syntax-behavior: reject
-ds-cfg-single-structural-objectclass-behavior: reject
-ds-cfg-notify-abandoned-operations: false
-ds-cfg-proxied-authorization-identity-mapper-dn: cn=Exact Match,cn=Identity Mappers,cn=config
-ds-cfg-size-limit: 1000
-ds-cfg-time-limit: 60 seconds
-ds-cfg-lookthrough-limit: 5000
-ds-cfg-writability-mode: enabled
-ds-cfg-bind-with-dn-requires-password: true
-ds-cfg-reject-unauthenticated-requests: false
-ds-cfg-default-password-policy: cn=Default Password Policy,cn=Password Policies,cn=config
-ds-cfg-return-bind-error-messages: false
-ds-cfg-idle-time-limit: 0 seconds
-ds-cfg-allowed-task: org.opends.server.tasks.AddSchemaFileTask
-ds-cfg-allowed-task: org.opends.server.tasks.BackupTask
-ds-cfg-allowed-task: org.opends.server.tasks.DisconnectClientTask
-ds-cfg-allowed-task: org.opends.server.tasks.EnterLockdownModeTask
-ds-cfg-allowed-task: org.opends.server.tasks.ExportTask
-ds-cfg-allowed-task: org.opends.server.tasks.ImportTask
-ds-cfg-allowed-task: org.opends.server.tasks.InitializeTargetTask
-ds-cfg-allowed-task: org.opends.server.tasks.InitializeTask
-ds-cfg-allowed-task: org.opends.server.tasks.LeaveLockdownModeTask
-ds-cfg-allowed-task: org.opends.server.tasks.RebuildTask
-ds-cfg-allowed-task: org.opends.server.tasks.RestoreTask
-ds-cfg-allowed-task: org.opends.server.tasks.ShutdownTask
-
-dn: cn=Access Control Handler,cn=config
-objectClass: top
-objectClass: ds-cfg-access-control-handler
-objectClass: ds-cfg-dseecompat-access-control-handler
-ds-cfg-global-aci: (extop="1.3.6.1.4.1.26027.1.6.1 || 1.3.6.1.4.1.4203.1.11.1 || 1.3.6.1.4.1.1466.20037 || 1.3.6.1.4.1.4203.1.11.3") (version 3.0; acl "Anonymous extended operation access"; allow(read) userdn="ldap:///anyone";)
-ds-cfg-global-aci: (targetcontrol="2.16.840.1.113730.3.4.2 || 2.16.840.1.113730.3.4.17 || 2.16.840.1.113730.3.4.19 || 1.3.6.1.4.1.4203.1.10.2 || 1.3.6.1.4.1.42.2.27.8.5.1 || 2.16.840.1.113730.3.4.16") (version 3.0; acl "Anonymous control access"; allow(read) userdn="ldap:///anyone";)
-ds-cfg-global-aci: (targetattr!="userPassword||authPassword")(version 3.0; acl "Anonymous read access"; allow (read,search,compare) userdn="ldap:///anyone";)
-ds-cfg-global-aci: (targetattr="*")(version 3.0; acl "Self entry modification"; allow (write) userdn="ldap:///self";)
-ds-cfg-global-aci: (target="ldap:///cn=schema")(targetscope="base")(targetattr="attributeTypes||dITContentRules||dITStructureRules||ldapSyntaxes||matchingRules||matchingRuleUse||nameForms||objectClasses")(version 3.0; acl "User-Visible Schema Operational Attributes"; allow (read,search,compare) userdn="ldap:///anyone";)
-ds-cfg-global-aci: (target="ldap:///")(targetscope="base")(targetattr="namingContexts||supportedAuthPasswordSchemes||supportedControl||supportedExtension||supportedFeatures||supportedSASLMechanisms||vendorName||vendorVersion")(version 3.0; acl "User-Visible Root DSE Operational Attributes"; allow (read,search,compare) userdn="ldap:///anyone";)
-ds-cfg-global-aci: (targetattr="createTimestamp||creatorsName||modifiersName||modifyTimestamp||entryDN||entryUUID||subschemaSubentry")(version 3.0; acl "User-Visible Operational Attributes"; allow (read,search,compare) userdn="ldap:///anyone";)
-cn: Access Control Handler
-ds-cfg-acl-handler-class: org.opends.server.authorization.dseecompat.AciHandler
-ds-cfg-acl-handler-enabled: true
-
-dn: cn=Account Status Notification Handlers,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Account Status Notification Handlers
-
-dn: cn=Error Log Handler,cn=Account Status Notification Handlers,cn=config
-objectClass: top
-objectClass: ds-cfg-account-status-notification-handler
-objectClass: ds-cfg-error-log-account-status-notification-handler
-cn: Error Log Handler
-ds-cfg-account-status-notification-handler-class: org.opends.server.extensions.ErrorLogAccountStatusNotificationHandler
-ds-cfg-account-status-notification-handler-enabled: true
-ds-cfg-account-status-notification-type: account-temporarily-locked
-ds-cfg-account-status-notification-type: account-permanently-locked
-ds-cfg-account-status-notification-type: account-unlocked
-ds-cfg-account-status-notification-type: account-idle-locked
-ds-cfg-account-status-notification-type: account-reset-locked
-ds-cfg-account-status-notification-type: account-disabled
-ds-cfg-account-status-notification-type: account-enabled
-ds-cfg-account-status-notification-type: account-expired
-ds-cfg-account-status-notification-type: password-expired
-ds-cfg-account-status-notification-type: password-expiring
-ds-cfg-account-status-notification-type: password-reset
-ds-cfg-account-status-notification-type: password-changed
-
-dn: cn=Alert Handlers,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Alert Handlers
-
-dn: cn=JMX Alert Handler,cn=Alert Handlers,cn=config
-objectClass: top
-objectClass: ds-cfg-alert-handler
-cn: JMX Alert Handler
-ds-cfg-alert-handler-class: org.opends.server.extensions.JMXAlertHandler
-ds-cfg-alert-handler-enabled: false
-
-dn: cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Backends
-
-dn: ds-cfg-backend-id=userRoot,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-backend
-objectClass: ds-cfg-je-backend
-ds-cfg-backend-enabled: true
-ds-cfg-backend-class: org.opends.server.backends.jeb.BackendImpl
-ds-cfg-backend-id: userRoot
-ds-cfg-backend-writability-mode: enabled
-ds-cfg-backend-base-dn: dc=example,dc=com
-ds-cfg-backend-directory: db
-ds-cfg-backend-mode: 700
-ds-cfg-backend-index-entry-limit: 4000
-ds-cfg-backend-subtree-delete-size-limit: 100000
-ds-cfg-backend-subtree-delete-batch-size: 5000
-ds-cfg-backend-preload-time-limit: 0 seconds
-ds-cfg-backend-import-temp-directory: importTmp
-ds-cfg-backend-import-buffer-size: 256 megabytes
-ds-cfg-backend-import-queue-size: 100
-ds-cfg-backend-import-pass-size: 0
-ds-cfg-backend-import-thread-count: 8
-ds-cfg-backend-entries-compressed: false
-ds-cfg-backend-deadlock-retry-limit: 10
-ds-cfg-backend-compact-encoding: false
-ds-cfg-database-cache-percent: 10
-ds-cfg-database-cache-size: 0 megabytes
-ds-cfg-database-txn-no-sync: false
-ds-cfg-database-txn-write-no-sync: true
-ds-cfg-database-run-cleaner: true
-ds-cfg-database-cleaner-num-threads: 1
-ds-cfg-database-cleaner-min-utilization: 75
-ds-cfg-database-evictor-lru-only: true
-ds-cfg-database-evictor-nodes-per-scan: 10
-ds-cfg-database-log-file-max: 50 megabytes
-ds-cfg-database-logging-file-handler-on: true
-ds-cfg-database-logging-level: CONFIG
-ds-cfg-database-checkpointer-bytes-interval: 20 megabytes
-ds-cfg-database-checkpointer-wakeup-interval: 30 seconds
-ds-cfg-database-lock-num-lock-tables: 19
-
-dn: cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Index
-
-dn: ds-cfg-index-attribute=aci,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: aci
-ds-cfg-index-type: presence
-
-dn: ds-cfg-index-attribute=cn,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: cn
-ds-cfg-index-type: presence
-ds-cfg-index-type: equality
-ds-cfg-index-type: substring
-
-dn: ds-cfg-index-attribute=ds-sync-hist,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: ds-sync-hist
-ds-cfg-index-type: ordering
-
-dn: ds-cfg-index-attribute=entryUUID,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: entryUUID
-ds-cfg-index-type: equality
-
-dn: ds-cfg-index-attribute=givenName,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: givenName
-ds-cfg-index-type: presence
-ds-cfg-index-type: equality
-ds-cfg-index-type: substring
-
-dn: ds-cfg-index-attribute=mail,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: mail
-ds-cfg-index-type: presence
-ds-cfg-index-type: equality
-ds-cfg-index-type: substring
-
-dn: ds-cfg-index-attribute=member,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: member
-ds-cfg-index-type: equality
-
-dn: ds-cfg-index-attribute=objectClass,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: objectClass
-ds-cfg-index-type: equality
-
-dn: ds-cfg-index-attribute=sn,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: sn
-ds-cfg-index-type: presence
-ds-cfg-index-type: equality
-ds-cfg-index-type: substring
-
-dn: ds-cfg-index-attribute=telephoneNumber,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: telephoneNumber
-ds-cfg-index-type: presence
-ds-cfg-index-type: equality
-ds-cfg-index-type: substring
-
-dn: ds-cfg-index-attribute=uid,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: uid
-ds-cfg-index-type: equality
-
-dn: ds-cfg-index-attribute=uniqueMember,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-je-index
-ds-cfg-index-attribute: uniqueMember
-ds-cfg-index-type: equality
-
-dn: cn=VLV Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: VLV Index
-
-dn: ds-cfg-backend-id=backup,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-backend
-objectClass: ds-cfg-backup-backend
-ds-cfg-backend-enabled: true
-ds-cfg-backend-class: org.opends.server.backends.BackupBackend
-ds-cfg-backend-id: backup
-ds-cfg-backend-writability-mode: disabled
-ds-cfg-backend-base-dn: cn=backups
-ds-cfg-backup-directory: bak
-
-dn: ds-cfg-backend-id=config,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-backend
-ds-cfg-backend-enabled: true
-ds-cfg-backend-class: org.opends.server.extensions.ConfigFileHandler
-ds-cfg-backend-id: config
-ds-cfg-backend-writability-mode: enabled
-ds-cfg-backend-base-dn: cn=config
-
-dn: ds-cfg-backend-id=monitor,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-backend
-ds-cfg-backend-enabled: true
-ds-cfg-backend-class: org.opends.server.backends.MonitorBackend
-ds-cfg-backend-id: monitor
-ds-cfg-backend-writability-mode: disabled
-ds-cfg-backend-base-dn: cn=monitor
-
-dn: ds-cfg-backend-id=schema,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-backend
-objectClass: ds-cfg-schema-backend
-ds-cfg-backend-enabled: true
-ds-cfg-backend-class: org.opends.server.backends.SchemaBackend
-ds-cfg-backend-id: schema
-ds-cfg-backend-writability-mode: enabled
-ds-cfg-backend-base-dn: cn=schema
-ds-cfg-show-all-attributes: false
-
-dn: ds-cfg-backend-id=tasks,cn=Backends,cn=config
-objectClass: top
-objectClass: ds-cfg-backend
-objectClass: ds-cfg-task-backend
-ds-cfg-backend-enabled: true
-ds-cfg-backend-class: org.opends.server.backends.task.TaskBackend
-ds-cfg-backend-id: tasks
-ds-cfg-backend-writability-mode: enabled
-ds-cfg-backend-base-dn: cn=tasks
-ds-cfg-task-backing-file: config/tasks.ldif
-ds-cfg-task-retention-time: 24 hours
-
-dn: cn=Certificate Mappers,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Certificate Mappers
-
-dn: cn=Subject Equals DN,cn=Certificate Mappers,cn=config
-objectClass: top
-objectClass: ds-cfg-certificate-mapper
-cn: Subject Equals DN
-ds-cfg-certificate-mapper-class: org.opends.server.extensions.SubjectEqualsDNCertificateMapper
-ds-cfg-certificate-mapper-enabled: true
-
-dn: cn=Subject DN to User Attribute,cn=Certificate Mappers,cn=config
-objectClass: top
-objectClass: ds-cfg-certificate-mapper
-objectClass: ds-cfg-subject-dn-to-user-attribute-certificate-mapper
-cn: Subject DN to User Attribute
-ds-cfg-certificate-mapper-class: org.opends.server.extensions.SubjectDNToUserAttributeCertificateMapper
-ds-cfg-certificate-mapper-enabled: true
-ds-cfg-certificate-subject-attribute-type: ds-certificate-subject-dn
-
-dn: cn=Subject Attribute to User Attribute,cn=Certificate Mappers,cn=config
-objectClass: top
-objectClass: ds-cfg-certificate-mapper
-objectClass: ds-cfg-subject-attribute-to-user-attribute-certificate-mapper
-cn: Subject Attribute to User Attribute
-ds-cfg-certificate-mapper-class: org.opends.server.extensions.SubjectAttributeToUserAttributeCertificateMapper
-ds-cfg-certificate-mapper-enabled: true
-ds-cfg-certificate-subject-attribute-mapping: cn:cn
-ds-cfg-certificate-subject-attribute-mapping: e:mail
-
-dn: cn=Fingerprint Mapper,cn=Certificate Mappers,cn=config
-objectClass: top
-objectClass: ds-cfg-certificate-mapper
-objectClass: ds-cfg-fingerprint-certificate-mapper
-cn: Fingerprint Mapper
-ds-cfg-certificate-mapper-class: org.opends.server.extensions.FingerprintCertificateMapper
-ds-cfg-certificate-mapper-enabled: true
-ds-cfg-certificate-fingerprint-attribute-type: ds-certificate-fingerprint
-ds-cfg-certificate-fingerprint-algorithm: MD5
-
-dn: cn=Connection Handlers,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Connection Handlers
-
-dn: cn=LDAP Connection Handler,cn=Connection Handlers,cn=config
-objectClass: top
-objectClass: ds-cfg-connection-handler
-objectClass: ds-cfg-ldap-connection-handler
-cn: LDAP Connection Handler
-ds-cfg-connection-handler-class: org.opends.server.protocols.ldap.LDAPConnectionHandler
-ds-cfg-connection-handler-enabled: true
-ds-cfg-listen-address: 0.0.0.0
-ds-cfg-listen-port: 389
-ds-cfg-accept-backlog: 128
-ds-cfg-allow-ldapv2: true
-ds-cfg-keep-stats: true
-ds-cfg-use-tcp-keepalive: true
-ds-cfg-use-tcp-nodelay: true
-ds-cfg-allow-tcp-reuse-address: true
-ds-cfg-send-rejection-notice: true
-ds-cfg-max-request-size: 5 megabytes
-ds-cfg-num-request-handlers: 2
-ds-cfg-allow-start-tls: false
-ds-cfg-use-ssl: false
-ds-cfg-ssl-client-auth-policy: optional
-ds-cfg-ssl-cert-nickname: server-cert
-
-dn: cn=LDAPS Connection Handler,cn=Connection Handlers,cn=config
-objectClass: top
-objectClass: ds-cfg-connection-handler
-objectClass: ds-cfg-ldap-connection-handler
-cn: LDAPS Connection Handler
-ds-cfg-connection-handler-class: org.opends.server.protocols.ldap.LDAPConnectionHandler
-ds-cfg-connection-handler-enabled: false
-ds-cfg-listen-address: 0.0.0.0
-ds-cfg-listen-port: 636
-ds-cfg-accept-backlog: 128
-ds-cfg-allow-ldapv2: true
-ds-cfg-keep-stats: true
-ds-cfg-use-tcp-keepalive: true
-ds-cfg-use-tcp-nodelay: true
-ds-cfg-allow-tcp-reuse-address: true
-ds-cfg-send-rejection-notice: true
-ds-cfg-max-request-size: 5 megabytes
-ds-cfg-num-request-handlers: 2
-ds-cfg-allow-start-tls: false
-ds-cfg-use-ssl: true
-ds-cfg-ssl-client-auth-policy: optional
-ds-cfg-ssl-cert-nickname: server-cert
-ds-cfg-key-manager-provider-dn: cn=JKS,cn=Key Manager Providers,cn=config
-ds-cfg-trust-manager-provider-dn: cn=JKS,cn=Trust Manager Providers,cn=config
-
-dn: cn=JMX Connection Handler,cn=Connection Handlers,cn=config
-objectClass: top
-objectClass: ds-cfg-connection-handler
-objectClass: ds-cfg-jmx-connection-handler
-cn: JMX Connection Handler
-ds-cfg-connection-handler-class: org.opends.server.protocols.jmx.JmxConnectionHandler
-ds-cfg-connection-handler-enabled: false
-ds-cfg-use-ssl: false
-ds-cfg-listen-port: 1689
-ds-cfg-ssl-cert-nickname: server-cert
-
-dn: cn=Entry Cache,cn=config
-objectClass: top
-objectClass: ds-cfg-entry-cache
-objectClass: ds-cfg-soft-reference-entry-cache
-cn: Entry Cache
-ds-cfg-entry-cache-class: org.opends.server.extensions.SoftReferenceEntryCache
-ds-cfg-entry-cache-enabled: false
-
-dn: cn=Extended Operations,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Extended Operations
-
-dn: cn=Cancel,cn=Extended Operations,cn=config
-objectClass: top
-objectClass: ds-cfg-extended-operation-handler
-cn: Cancel
-ds-cfg-extended-operation-handler-class: org.opends.server.extensions.CancelExtendedOperation
-ds-cfg-extended-operation-handler-enabled: true
-
-dn: cn=Get Connection ID,cn=Extended Operations,cn=config
-objectClass: top
-objectClass: ds-cfg-extended-operation-handler
-cn: Cancel
-ds-cfg-extended-operation-handler-class: org.opends.server.extensions.GetConnectionIDExtendedOperation
-ds-cfg-extended-operation-handler-enabled: true
-
-dn: cn=Password Modify,cn=Extended Operations,cn=config
-objectClass: top
-objectClass: ds-cfg-extended-operation-handler
-objectClass: ds-cfg-password-modify-extended-operation-handler
-cn: Password Modify
-ds-cfg-extended-operation-handler-class: org.opends.server.extensions.PasswordModifyExtendedOperation
-ds-cfg-extended-operation-handler-enabled: true
-ds-cfg-identity-mapper-dn: cn=Exact Match,cn=Identity Mappers,cn=config
-
-dn: cn=Password Policy State,cn=Extended Operations,cn=config
-objectClass: top
-objectCLass: ds-cfg-extended-operation-handler
-cn: Password Policy State
-ds-cfg-extended-operation-handler-class: org.opends.server.extensions.PasswordPolicyStateExtendedOperation
-ds-cfg-extended-operation-handler-enabled: true
-
-dn: cn=StartTLS,cn=Extended Operations,cn=config
-objectClass: top
-objectClass: ds-cfg-extended-operation-handler
-cn: StartTLS
-ds-cfg-extended-operation-handler-class: org.opends.server.extensions.StartTLSExtendedOperation
-ds-cfg-extended-operation-handler-enabled: true
-
-dn: cn=Who Am I,cn=Extended Operations,cn=config
-objectClass: top
-objectClass: ds-cfg-extended-operation-handler
-cn: Who Am I
-ds-cfg-extended-operation-handler-class: org.opends.server.extensions.WhoAmIExtendedOperation
-ds-cfg-extended-operation-handler-enabled: true
-
-dn: cn=Group Implementations,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Group Implementations
-
-dn: cn=Dynamic,cn=Group Implementations,cn=config
-objectClass: top
-objectClass: ds-cfg-group-implementation
-cn: Dynamic
-ds-cfg-group-implementation-class: org.opends.server.extensions.DynamicGroup
-ds-cfg-group-implementation-enabled: true
-
-dn: cn=Static,cn=Group Implementations,cn=config
-objectClass: top
-objectClass: ds-cfg-group-implementation
-cn: Static
-ds-cfg-group-implementation-class: org.opends.server.extensions.StaticGroup
-ds-cfg-group-implementation-enabled: true
-
-dn: cn=Virtual Static,cn=Group Implementations,cn=config
-objectClass: top
-objectClass: ds-cfg-group-implementation
-cn: Virtual Static
-ds-cfg-group-implementation-class: org.opends.server.extensions.VirtualStaticGroup
-ds-cfg-group-implementation-enabled: true
-
-dn: cn=Identity Mappers,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Identity Mappers
-
-dn: cn=Exact Match,cn=Identity Mappers,cn=config
-objectClass: top
-objectClass: ds-cfg-identity-mapper
-objectClass: ds-cfg-exact-match-identity-mapper
-cn: Exact Match
-ds-cfg-identity-mapper-class: org.opends.server.extensions.ExactMatchIdentityMapper
-ds-cfg-identity-mapper-enabled: true
-ds-cfg-match-attribute: uid
-
-dn: cn=Regular Expression,cn=Identity Mappers,cn=config
-objectClass: top
-objectClass: ds-cfg-identity-mapper
-objectClass: ds-cfg-regular-expression-identity-mapper
-cn: Regular Expression
-ds-cfg-identity-mapper-class: org.opends.server.extensions.RegularExpressionIdentityMapper
-ds-cfg-identity-mapper-enabled: true
-ds-cfg-match-attribute: uid
-ds-cfg-match-pattern: ^([^@]+)@.+$
-ds-cfg-replace-pattern: $1
-
-dn: cn=Key Manager Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Key Manager Providers
-
-dn: cn=JKS,cn=Key Manager Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-key-manager-provider
-objectClass: ds-cfg-file-based-key-manager-provider
-cn: JKS
-ds-cfg-key-manager-provider-class: org.opends.server.extensions.FileBasedKeyManagerProvider
-ds-cfg-key-manager-provider-enabled: false
-ds-cfg-key-store-type: JKS
-ds-cfg-key-store-file: config/keystore
-ds-cfg-key-store-pin-file: config/keystore.pin
-
-dn: cn=PKCS12,cn=Key Manager Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-key-manager-provider
-objectClass: ds-cfg-file-based-key-manager-provider
-cn: PKCS12
-ds-cfg-key-manager-provider-class: org.opends.server.extensions.FileBasedKeyManagerProvider
-ds-cfg-key-manager-provider-enabled: false
-ds-cfg-key-store-type: PKCS12
-ds-cfg-key-store-file: config/keystore.p12
-ds-cfg-key-store-pin-file: config/keystore.pin
-
-dn: cn=PKCS11,cn=Key Manager Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-key-manager-provider
-objectClass: ds-cfg-pkcs11-key-manager-provider
-cn: PKCS11
-ds-cfg-key-manager-provider-class: org.opends.server.extensions.PKCS11KeyManagerProvider
-ds-cfg-key-manager-provider-enabled: false
-ds-cfg-key-store-pin-file: config/keystore.pin
-
-dn: cn=Loggers,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Loggers
-
-dn: cn=File-Based Access Logger,cn=Loggers,cn=config
-objectClass: top
-objectClass: ds-cfg-logger
-objectClass: ds-cfg-access-logger
-objectClass: ds-cfg-file-based-access-logger
-cn: File-Based Access Logger
-ds-cfg-logger-class: org.opends.server.loggers.TextAccessLogPublisher
-ds-cfg-logger-enabled: true
-ds-cfg-log-file: logs/access
-ds-cfg-log-file-mode: 640
-ds-cfg-suppress-internal-operations: true
-ds-cfg-suppress-synchronization-operations: false
-ds-cfg-asynchronous-writes: true
-ds-cfg-rotation-policy-dn: cn=24 Hours Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-ds-cfg-rotation-policy-dn: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-ds-cfg-retention-policy-dn: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
-
-dn: cn=File-Based Audit Logger,cn=Loggers,cn=config
-objectClass: top
-objectClass: ds-cfg-logger
-objectClass: ds-cfg-access-logger
-objectClass: ds-cfg-file-based-access-logger
-cn: File-Based Audit Logger
-ds-cfg-logger-class: org.opends.server.loggers.TextAuditLogPublisher
-ds-cfg-logger-enabled: false
-ds-cfg-log-file: logs/audit
-ds-cfg-log-file-mode: 640
-ds-cfg-suppress-internal-operations: true
-ds-cfg-suppress-synchronization-operations: false
-ds-cfg-asynchronous-writes: true
-ds-cfg-rotation-policy-dn: cn=24 Hours Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-ds-cfg-rotation-policy-dn: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-ds-cfg-retention-policy-dn: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
-
-dn: cn=File-Based Error Logger,cn=Loggers,cn=config
-objectClass: top
-objectClass: ds-cfg-logger
-objectClass: ds-cfg-error-logger
-objectClass: ds-cfg-file-based-error-logger
-cn: File-Based Error Logger
-ds-cfg-logger-class: org.opends.server.loggers.TextErrorLogPublisher
-ds-cfg-logger-enabled: true
-ds-cfg-log-file: logs/errors
-ds-cfg-log-file-mode: 640
-ds-cfg-default-severity: severe-warning
-ds-cfg-default-severity: severe-error
-ds-cfg-default-severity: fatal-error
-ds-cfg-default-severity: notice
-ds-cfg-asynchronous-writes: false
-ds-cfg-rotation-policy-dn: cn=7 Days Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-ds-cfg-rotation-policy-dn: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-ds-cfg-retention-policy-dn: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
-
-dn: cn=Replication Repair Logger,cn=Loggers,cn=config
-objectClass: top
-objectClass: ds-cfg-logger
-objectClass: ds-cfg-error-logger
-objectClass: ds-cfg-file-based-error-logger
-cn: File-Based Error Logger
-ds-cfg-logger-class: org.opends.server.loggers.TextErrorLogPublisher
-ds-cfg-logger-enabled: true
-ds-cfg-log-file: logs/replication
-ds-cfg-log-file-mode: 640
-ds-cfg-default-severity: none
-ds-cfg-override-severity: SYNC=INFO,MILD_ERROR,MILD_WARNING,NOTICE
-ds-cfg-asynchronous-writes: false
-ds-cfg-rotation-policy-dn: cn=7 Days Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-ds-cfg-rotation-policy-dn: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-ds-cfg-retention-policy-dn: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
-
-dn: cn=File-Based Debug Logger,cn=Loggers,cn=config
-objectClass: top
-objectClass: ds-cfg-logger
-objectClass: ds-cfg-debug-logger
-objectClass: ds-cfg-file-based-debug-logger
-cn: File-Based Debug Logger
-ds-cfg-logger-class: org.opends.server.loggers.debug.TextDebugLogPublisher
-ds-cfg-logger-enabled: false
-ds-cfg-log-file: logs/debug
-ds-cfg-log-file-mode: 640
-ds-cfg-default-debug-level: error
-ds-cfg-asynchronous-writes: false
-
-dn: cn=Log Rotation Policies,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Log Rotation Policies
-
-dn: cn=24 Hours Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-objectClass: top
-objectClass: ds-cfg-log-rotation-policy
-objectClass: ds-cfg-time-limit-log-rotation-policy
-cn: Time Limit Rotation Policy
-ds-cfg-rotation-policy-class: org.opends.server.loggers.TimeLimitRotationPolicy
-ds-cfg-rotation-interval: 24 hours
-
-dn: cn=7 Days Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-objectClass: top
-objectClass: ds-cfg-log-rotation-policy
-objectClass: ds-cfg-time-limit-log-rotation-policy
-cn: Time Limit Rotation Policy
-ds-cfg-rotation-policy-class: org.opends.server.loggers.TimeLimitRotationPolicy
-ds-cfg-rotation-interval: 7 days
-
-dn: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
-objectClass: top
-objectClass: ds-cfg-log-rotation-policy
-objectClass: ds-cfg-size-limit-log-rotation-policy
-cn: Size Limit Rotation Policy
-ds-cfg-rotation-policy-class: org.opends.server.loggers.SizeBasedRotationPolicy
-ds-cfg-file-size-limit: 100 megabytes
-
-dn: cn=Fixed Time Rotation Policy,cn=Log Rotation Policies,cn=config
-objectClass: top
-objectClass: ds-cfg-log-rotation-policy
-objectClass: ds-cfg-fixed-time-log-rotation-policy
-cn: Fixed Time Rotation Policy
-ds-cfg-rotation-policy-class: org.opends.server.loggers.FixedTimeRotationPolicy
-ds-cfg-time-of-day: 2359
-
-dn: cn=Log Retention Policies,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Log Retention Policies
-
-dn: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
-objectClass: top
-objectClass: ds-cfg-log-retention-policy
-objectClass: ds-cfg-file-count-log-retention-policy
-cn: File Count Retention Policy
-ds-cfg-retention-policy-class: org.opends.server.loggers.FileNumberRetentionPolicy
-ds-cfg-number-of-files: 10
-
-dn: cn=Free Disk Space Retention Policy,cn=Log Retention Policies,cn=config
-objectClass: top
-objectClass: ds-cfg-log-retention-policy
-objectClass: ds-cfg-free-disk-space-log-retention-policy
-cn: Free Disk Space Retention Policy
-ds-cfg-retention-policy-class: org.opends.server.loggers.FreeDiskSpaceRetentionPolicy
-ds-cfg-free-disk-space: 500 megabytes
-
-dn: cn=Size Limit Retention Policy,cn=Log Retention Policies,cn=config
-objectClass: top
-objectClass: ds-cfg-log-retention-policy
-objectClass: ds-cfg-size-limit-log-retention-policy
-cn: Size Limit Retention Policy
-ds-cfg-retention-policy-class: org.opends.server.loggers.SizeBasedRetentionPolicy
-ds-cfg-disk-space-used: 500 megabytes
-
-dn: cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Matching Rules
-
-dn: cn=Auth Password Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Auth Password Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.AuthPasswordEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Auth Password Exact Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Auth Password Exact Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.AuthPasswordExactEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Bit String Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Bit String Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.BitStringEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Boolean Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Boolean Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.BooleanEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Case Exact Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Case Exact Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseExactEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Case Exact Ordering Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-ordering-matching-rule
-cn: Case Exact Ordering Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseExactOrderingMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Case Exact Substring Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-substring-matching-rule
-cn: Case Exact Substring Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseExactSubstringMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Case Exact IA5 Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Case Exact IA5 Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseExactIA5EqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Case Exact IA5 Substring Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-substring-matching-rule
-cn: Case Exact IA5 Substring Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseExactIA5SubstringMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Case Ignore Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Case Ignore Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseIgnoreEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Case Ignore Ordering Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-ordering-matching-rule
-cn: Case Ignore Ordering Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseIgnoreOrderingMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Case Ignore Substring Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-substring-matching-rule
-cn: Case Ignore Substring Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseIgnoreSubstringMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Case Ignore IA5 Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Case Ignore IA5 Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseIgnoreIA5EqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Case Ignore IA5 Substring Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-substring-matching-rule
-cn: Case Ignore IA5 Substring Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseIgnoreIA5SubstringMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Case Ignore List Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Case Ignore List Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseIgnoreListEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Case Ignore List Substring Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-substring-matching-rule
-cn: Case Ignore List Substring Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.CaseIgnoreListSubstringMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Directory String First Component Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Directory String First Component Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.DirectoryStringFirstComponentEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Distinguished Name Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Distinguished Name Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.DistinguishedNameEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Double Metaphone Approximate Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-approximate-matching-rule
-cn: Double Metaphone Approximate Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.DoubleMetaphoneApproximateMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Generalized Time Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Generalized Time Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.GeneralizedTimeEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Generalized Time Ordering Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-ordering-matching-rule
-cn: Generalized Time Ordering Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.GeneralizedTimeOrderingMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Historical CSN Ordering Matching Rule,cn=Matching Rules,cn=config
-objectClass: ds-cfg-ordering-matching-rule
-objectClass: top
-objectClass: ds-cfg-matching-rule
-ds-cfg-matching-rule-class: org.opends.server.replication.plugin.HistoricalCsnOrderingMatchingRule
-ds-cfg-matching-rule-enabled: true
-cn: Historical CSN Ordering Matching Rule
-
-dn: cn=Integer Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Integer Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.IntegerEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Integer Ordering Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-ordering-matching-rule
-cn: Integer Ordering Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.IntegerOrderingMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Integer First Component Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Integer First Component Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.IntegerFirstComponentEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Keyword Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Keyword Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.KeywordEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Numeric String Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Numeric String Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.NumericStringEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Numeric String Ordering Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-ordering-matching-rule
-cn: Numeric String Ordering Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.NumericStringOrderingMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Numeric String Substring Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-substring-matching-rule
-cn: Numeric String Substring Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.NumericStringSubstringMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Object Identifier Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Object Identifier Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.ObjectIdentifierEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Object Identifier First Component Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Object Identifier First Component Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.ObjectIdentifierFirstComponentEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Octet String Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Octet String Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.OctetStringEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Octet String Ordering Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-ordering-matching-rule
-cn: Octet String Ordering Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.OctetStringOrderingMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Octet String Substring Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-substring-matching-rule
-cn: Octet String Substring Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.OctetStringSubstringMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Presentation Address Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Presentation Address Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.PresentationAddressEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Protocol Information Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Protocol Information Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.ProtocolInformationEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Telephone Number Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Telephone Number Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.TelephoneNumberEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Telephone Number Substring Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-substring-matching-rule
-cn: Telephone Number Substring Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.TelephoneNumberSubstringMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Unique Member Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Unique Member Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.UniqueMemberEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=User Password Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: User Password Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.UserPasswordEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=User Password Exact Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: User Password Exact Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.UserPasswordExactEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=UUID Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: UUID Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.UUIDEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=UUID Ordering Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-ordering-matching-rule
-cn: UUID Ordering Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.UUIDOrderingMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Word Equality Matching Rule,cn=Matching Rules,cn=config
-objectClass: top
-objectClass: ds-cfg-matching-rule
-objectClass: ds-cfg-equality-matching-rule
-cn: Word Equality Matching Rule
-ds-cfg-matching-rule-class: org.opends.server.schema.WordEqualityMatchingRule
-ds-cfg-matching-rule-enabled: true
-
-dn: cn=Monitor Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Monitor Providers
-
-dn: cn=Client Connections,cn=Monitor Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-monitor-provider
-cn: Client Connections
-ds-cfg-monitor-provider-class: org.opends.server.monitors.ClientConnectionMonitorProvider
-ds-cfg-monitor-provider-enabled: true
-
-dn: cn=JVM Stack Trace,cn=Monitor Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-monitor-provider
-cn: JVM Stack Trace
-ds-cfg-monitor-provider-class: org.opends.server.monitors.StackTraceMonitorProvider
-ds-cfg-monitor-provider-enabled: true
-
-dn: cn=System Info,cn=Monitor Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-monitor-provider
-cn: System Info
-ds-cfg-monitor-provider-class: org.opends.server.monitors.SystemInfoMonitorProvider
-ds-cfg-monitor-provider-enabled: true
-
-dn: cn=Version,cn=Monitor Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-monitor-provider
-cn: Version
-ds-cfg-monitor-provider-class: org.opends.server.monitors.VersionMonitorProvider
-ds-cfg-monitor-provider-enabled: true
-
-dn: cn=Password Generators,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Password Generators
-
-dn: cn=Random Password Generator,cn=Password Generators,cn=config
-objectClass: top
-objectClass: ds-cfg-password-generator
-objectClass: ds-cfg-random-password-generator
-cn: Random Password Generator
-ds-cfg-password-generator-class: org.opends.server.extensions.RandomPasswordGenerator
-ds-cfg-password-generator-enabled: true
-ds-cfg-password-character-set: alpha:abcdefghijklmnopqrstuvwxyz
-ds-cfg-password-character-set: numeric:0123456789
-ds-cfg-password-format: alpha:3,numeric:2,alpha:3
-
-dn: cn=Password Policies,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Password Policies
-
-dn: cn=Default Password Policy,cn=Password Policies,cn=config
-objectClass: top
-objectClass: ds-cfg-password-policy
-cn: Default Password Policy
-ds-cfg-password-attribute: userPassword
-ds-cfg-default-password-storage-scheme: SSHA
-ds-cfg-allow-expired-password-changes: false
-ds-cfg-allow-multiple-password-values: false
-ds-cfg-allow-pre-encoded-passwords: false
-ds-cfg-allow-user-password-changes: true
-ds-cfg-expire-passwords-without-warning: false
-ds-cfg-force-change-on-add: false
-ds-cfg-force-change-on-reset: false
-ds-cfg-grace-login-count: 0
-ds-cfg-idle-lockout-interval: 0 seconds
-ds-cfg-lockout-failure-count: 0
-ds-cfg-lockout-duration: 0 seconds
-ds-cfg-lockout-failure-expiration-interval: 0 seconds
-ds-cfg-minimum-password-age: 0 seconds
-ds-cfg-maximum-password-age: 0 seconds
-ds-cfg-maximum-password-reset-age: 0 seconds
-ds-cfg-password-expiration-warning-interval: 5 days
-ds-cfg-password-generator-dn: cn=Random Password Generator,cn=Password Generators,cn=config
-ds-cfg-password-change-requires-current-password: false
-ds-cfg-require-secure-authentication: false
-ds-cfg-require-secure-password-changes: false
-ds-cfg-skip-validation-for-administrators: false
-ds-cfg-state-update-failure-policy: reactive
-ds-cfg-password-history-count: 0
-ds-cfg-password-history-duration: 0 seconds
-
-dn: cn=Root Password Policy,cn=Password Policies,cn=config
-objectClass: top
-objectClass: ds-cfg-password-policy
-cn: Root Password Policy
-ds-cfg-password-attribute: userPassword
-ds-cfg-default-password-storage-scheme: SSHA512
-ds-cfg-allow-expired-password-changes: false
-ds-cfg-allow-multiple-password-values: false
-ds-cfg-allow-pre-encoded-passwords: false
-ds-cfg-allow-user-password-changes: true
-ds-cfg-expire-passwords-without-warning: false
-ds-cfg-force-change-on-add: false
-ds-cfg-force-change-on-reset: false
-ds-cfg-grace-login-count: 0
-ds-cfg-idle-lockout-interval: 0 seconds
-ds-cfg-lockout-failure-count: 0
-ds-cfg-lockout-duration: 0 seconds
-ds-cfg-lockout-failure-expiration-interval: 0 seconds
-ds-cfg-minimum-password-age: 0 seconds
-ds-cfg-maximum-password-age: 0 seconds
-ds-cfg-maximum-password-reset-age: 0 seconds
-ds-cfg-password-expiration-warning-interval: 5 days
-ds-cfg-password-change-requires-current-password: true
-ds-cfg-require-secure-authentication: false
-ds-cfg-require-secure-password-changes: false
-ds-cfg-skip-validation-for-administrators: false
-ds-cfg-state-update-failure-policy: ignore
-ds-cfg-password-history-count: 0
-ds-cfg-password-history-duration: 0 seconds
-
-dn: cn=Password Storage Schemes,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Password Storage Schemes
-
-dn: cn=Base64,cn=Password Storage Schemes,cn=config
-objectClass: top
-objectClass: ds-cfg-password-storage-scheme
-cn: Base64
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.Base64PasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
-
-dn: cn=Clear,cn=Password Storage Schemes,cn=config
-objectClass: top
-objectClass: ds-cfg-password-storage-scheme
-cn: Clear
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.ClearPasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
-
-dn: cn=MD5,cn=Password Storage Schemes,cn=config
-objectClass: top
-objectClass: ds-cfg-password-storage-scheme
-cn: MD5
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.MD5PasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
-
-dn: cn=Salted MD5,cn=Password Storage Schemes,cn=config
-objectClass: top
-objectClass: ds-cfg-password-storage-scheme
-cn: Salted MD5
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.SaltedMD5PasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
-
-dn: cn=Salted SHA-1,cn=Password Storage Schemes,cn=config
-objectClass: top
-objectClass: ds-cfg-password-storage-scheme
-cn: Salted SHA-1
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.SaltedSHA1PasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
-
-dn: cn=Salted SHA-256,cn=Password Storage Schemes,cn=config
-objectClass: top
-objectClass: ds-cfg-password-storage-scheme
-cn: Salted SHA-256
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.SaltedSHA256PasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
-
-dn: cn=Salted SHA-384,cn=Password Storage Schemes,cn=config
-objectClass: top
-objectClass: ds-cfg-password-storage-scheme
-cn: Salted SHA-384
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.SaltedSHA384PasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
-
-dn: cn=Salted SHA-512,cn=Password Storage Schemes,cn=config
-objectClass: top
-objectClass: ds-cfg-password-storage-scheme
-cn: Salted SHA-512
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
-
-dn: cn=SHA-1,cn=Password Storage Schemes,cn=config
-objectClass: top
-objectClass: ds-cfg-password-storage-scheme
-cn: SHA-1
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.SHA1PasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
-
-dn: cn=CRYPT,cn=Password Storage Schemes,cn=config
-objectClass: top
-objectClass: ds-cfg-password-storage-scheme
-cn: CRYPT
-ds-cfg-password-storage-scheme-class: org.opends.server.extensions.CryptPasswordStorageScheme
-ds-cfg-password-storage-scheme-enabled: true
-
-dn: cn=Password Validators,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Password Validators
-
-dn: cn=Attribute Value,cn=Password Validators,cn=config
-objectClass: top
-objectClass: ds-cfg-password-validator
-objectClass: ds-cfg-attribute-value-password-validator
-cn: Attribute Value
-ds-cfg-password-validator-class: org.opends.server.extensions.AttributeValuePasswordValidator
-ds-cfg-password-validator-enabled: true
-ds-cfg-test-reversed-password: true
-
-dn: cn=Character Set,cn=Password Validators,cn=config
-objectClass: top
-objectClass: ds-cfg-password-validator
-objectClass: ds-cfg-character-set-password-validator
-cn: Character Set
-ds-cfg-password-validator-class: org.opends.server.extensions.CharacterSetPasswordValidator
-ds-cfg-password-validator-enabled: true
-ds-cfg-character-set: 1:abcdefghijklmnopqrstuvwxyz
-ds-cfg-character-set: 1:ABCDEFGHIJKLMNOPQRSTUVWXYZ
-ds-cfg-character-set: 1:0123456789
-ds-cfg-character-set: 1:~!@#$%^&*()-_=+[]{}|;:,.<>/?
-ds-cfg-allow-unclassified-characters: true
-
-dn: cn=Dictionary,cn=Password Validators,cn=config
-objectClass: top
-objectClass: ds-cfg-password-validator
-objectClass: ds-cfg-dictionary-password-validator
-cn: Dictionary
-ds-cfg-password-validator-class: org.opends.server.extensions.DictionaryPasswordValidator
-ds-cfg-password-validator-enabled: false
-ds-cfg-dictionary-file: config/wordlist.txt
-ds-cfg-case-sensitive-validation: false
-ds-cfg-test-reversed-password: true
-
-dn: cn=Length-Based Password Validator,cn=Password Validators,cn=config
-objectClass: top
-objectClass: ds-cfg-password-validator
-objectClass: ds-cfg-length-based-password-validator
-cn: Length-Based Password Validator
-ds-cfg-password-validator-class: org.opends.server.extensions.LengthBasedPasswordValidator
-ds-cfg-password-validator-enabled: true
-ds-cfg-minimum-password-length: 6
-ds-cfg-maximum-password-length: 0
-
-dn: cn=Repeated Characters,cn=Password Validators,cn=config
-objectClass: top
-objectClass: ds-cfg-password-validator
-objectClass: ds-cfg-repeated-characters-password-validator
-cn: Repeated Characters
-ds-cfg-password-validator-class: org.opends.server.extensions.RepeatedCharactersPasswordValidator
-ds-cfg-password-validator-enabled: true
-ds-cfg-maximum-consecutive-length: 2
-ds-cfg-case-sensitive-validation: false
-
-dn: cn=Similarity-Based Password Validator,cn=Password Validators,cn=config
-objectClass: top
-objectClass: ds-cfg-password-validator
-objectClass: ds-cfg-similarity-based-password-validator
-cn: Similarity-Based Password Validator
-ds-cfg-password-validator-class: org.opends.server.extensions.SimilarityBasedPasswordValidator
-ds-cfg-password-validator-enabled: true
-ds-cfg-minimum-password-difference: 3
-
-dn: cn=Unique Characters,cn=Password Validators,cn=config
-objectClass: top
-objectClass: ds-cfg-password-validator
-objectClass: ds-cfg-unique-characters-password-validator
-cn: Unique Characters
-ds-cfg-password-validator-class: org.opends.server.extensions.UniqueCharactersPasswordValidator
-ds-cfg-password-validator-enabled: true
-ds-cfg-minimum-unique-characters: 5
-ds-cfg-case-sensitive-validation: false
-
-dn: cn=Plugins,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-objectClass: ds-cfg-plugin-root
-cn: Plugins
-
-dn: cn=Entry UUID,cn=Plugins,cn=config
-objectClass: top
-objectClass: ds-cfg-plugin
-cn: Entry UUID
-ds-cfg-plugin-class: org.opends.server.plugins.EntryUUIDPlugin
-ds-cfg-plugin-enabled: true
-ds-cfg-plugin-type: ldifImport
-ds-cfg-plugin-type: preOperationAdd
-
-dn: cn=LastMod,cn=Plugins,cn=config
-objectClass: top
-objectClass: ds-cfg-plugin
-cn: LastMod
-ds-cfg-plugin-class: org.opends.server.plugins.LastModPlugin
-ds-cfg-plugin-enabled: true
-ds-cfg-plugin-type: preOperationAdd
-ds-cfg-plugin-type: preOperationModify
-ds-cfg-plugin-type: preOperationModifyDN
-
-dn: cn=LDAP Attribute Description List,cn=Plugins,cn=config
-objectClass: top
-objectClass: ds-cfg-plugin
-cn: LDAP Attribute Description List
-ds-cfg-plugin-class: org.opends.server.plugins.LDAPADListPlugin
-ds-cfg-plugin-enabled: true
-ds-cfg-plugin-type: preParseSearch
-
-dn: cn=Password Policy Import,cn=Plugins,cn=config
-objectClass: top
-objectClass: ds-cfg-plugin
-objectClass: ds-cfg-password-policy-import-plugin
-cn: Password Policy Import
-ds-cfg-plugin-class: org.opends.server.plugins.PasswordPolicyImportPlugin
-ds-cfg-plugin-enabled: true
-ds-cfg-plugin-type: ldifImport
-
-dn: cn=Profiler,cn=Plugins,cn=config
-objectClass: top
-objectClass: ds-cfg-plugin
-objectClass: ds-cfg-profiler-plugin
-cn: Profiler
-ds-cfg-plugin-enabled: true
-ds-cfg-plugin-class: org.opends.server.plugins.profiler.ProfilerPlugin
-ds-cfg-plugin-type: startup
-ds-cfg-enable-profiling-on-startup: false
-ds-cfg-profile-directory: logs
-ds-cfg-profile-sample-interval: 10 milliseconds
-
-dn: cn=UID Unique Attribute ,cn=Plugins,cn=config
-objectClass: top
-objectClass: ds-cfg-plugin
-objectClass: ds-cfg-unique-attribute-plugin
-cn: UID Unique Attribute
-ds-cfg-plugin-class: org.opends.server.plugins.UniqueAttributePlugin
-ds-cfg-plugin-enabled: false
-ds-cfg-plugin-type: preOperationAdd
-ds-cfg-plugin-type: preOperationModify
-ds-cfg-plugin-type: preOperationModifyDN
-ds-cfg-unique-attribute-type: uid
-
-dn: cn=Root DNs,cn=config
-objectClass: top
-objectClass: ds-cfg-root-dn-base
-cn: Root DNs
-ds-cfg-default-root-privilege-name: bypass-acl
-ds-cfg-default-root-privilege-name: modify-acl
-ds-cfg-default-root-privilege-name: config-read
-ds-cfg-default-root-privilege-name: config-write
-ds-cfg-default-root-privilege-name: ldif-import
-ds-cfg-default-root-privilege-name: ldif-export
-ds-cfg-default-root-privilege-name: backend-backup
-ds-cfg-default-root-privilege-name: backend-restore
-ds-cfg-default-root-privilege-name: server-shutdown
-ds-cfg-default-root-privilege-name: server-restart
-ds-cfg-default-root-privilege-name: disconnect-client
-ds-cfg-default-root-privilege-name: cancel-request
-ds-cfg-default-root-privilege-name: password-reset
-ds-cfg-default-root-privilege-name: update-schema
-ds-cfg-default-root-privilege-name: privilege-change
-ds-cfg-default-root-privilege-name: unindexed-search
-
-dn: cn=Directory Manager,cn=Root DNs,cn=config
-objectClass: top
-objectClass: person
-objectClass: organizationalPerson
-objectClass: inetOrgPerson
-objectClass: ds-cfg-root-dn
-cn: Directory Manager
-givenName: Directory
-sn: Manager
-userPassword: {SSHA512}l1t43vVl7Uh03PpQ2vCsT0B7Q0HTi+tKJmH7tZTmSGaKrMHWHO1czfwEsjMgfbeQoiYQDGDuxolipR0H6ajMu1YHlTjPNG9Z
-ds-cfg-alternate-bind-dn: cn=Directory Manager
-ds-rlim-size-limit: 0
-ds-rlim-time-limit: 0
-ds-rlim-idle-time-limit: 0
-ds-rlim-lookthrough-limit: 0
-ds-pwp-password-policy-dn: cn=Root Password Policy,cn=Password Policies,cn=config
-
-dn: cn=Root DSE,cn=config
-objectClass: top
-objectClass: ds-cfg-root-dse
-cn: Root DSE
-ds-cfg-show-all-attributes: false
-
-dn: cn=SASL Mechanisms,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: SASL Mechanisms
-
-dn: cn=ANONYMOUS,cn=SASL Mechanisms,cn=config
-objectClass: top
-objectClass: ds-cfg-sasl-mechanism-handler
-cn: ANONYMOUS
-ds-cfg-sasl-mechanism-handler-class: org.opends.server.extensions.AnonymousSASLMechanismHandler
-ds-cfg-sasl-mechanism-handler-enabled: false
-
-dn: cn=CRAM-MD5,cn=SASL Mechanisms,cn=config
-objectClass: top
-objectClass: ds-cfg-sasl-mechanism-handler
-objectClass: ds-cfg-cram-md5-sasl-mechanism-handler
-cn: CRAM-MD5
-ds-cfg-sasl-mechanism-handler-class: org.opends.server.extensions.CRAMMD5SASLMechanismHandler
-ds-cfg-sasl-mechanism-handler-enabled: true
-ds-cfg-identity-mapper-dn: cn=Exact Match,cn=Identity Mappers,cn=config
-
-dn: cn=DIGEST-MD5,cn=SASL Mechanisms,cn=config
-objectClass: top
-objectClass: ds-cfg-sasl-mechanism-handler
-objectClass: ds-cfg-digest-md5-sasl-mechanism-handler
-cn: DIGEST-MD5
-ds-cfg-sasl-mechanism-handler-class: org.opends.server.extensions.DigestMD5SASLMechanismHandler
-ds-cfg-sasl-mechanism-handler-enabled: true
-ds-cfg-identity-mapper-dn: cn=Exact Match,cn=Identity Mappers,cn=config
-
-dn: cn=EXTERNAL,cn=SASL Mechanisms,cn=config
-objectClass: top
-objectClass: ds-cfg-sasl-mechanism-handler
-objectClass: ds-cfg-external-sasl-mechanism-handler
-cn: EXTERNAL
-ds-cfg-sasl-mechanism-handler-class: org.opends.server.extensions.ExternalSASLMechanismHandler
-ds-cfg-sasl-mechanism-handler-enabled: true
-ds-cfg-client-certificate-validation-policy: ifpresent
-ds-cfg-certificate-attribute: userCertificate
-ds-cfg-certificate-mapper-dn: cn=Subject Equals DN,cn=Certificate Mappers,cn=config
-
-dn: cn=GSSAPI,cn=SASL Mechanisms,cn=config
-objectClass: top
-objectClass: ds-cfg-sasl-mechanism-handler
-objectClass: ds-cfg-gssapi-sasl-mechanism-handler
-cn: GSSAPI
-ds-cfg-sasl-mechanism-handler-class: org.opends.server.extensions.GSSAPISASLMechanismHandler
-ds-cfg-sasl-mechanism-handler-enabled: false
-ds-cfg-identity-mapper-dn: cn=Regular Expression,cn=Identity Mappers,cn=config
-ds-cfg-keytab: /etc/krb5/krb5.keytab
-
-dn: cn=PLAIN,cn=SASL Mechanisms,cn=config
-objectClass: top
-objectClass: ds-cfg-sasl-mechanism-handler
-objectClass: ds-cfg-plain-sasl-mechanism-handler
-cn: PLAIN
-ds-cfg-sasl-mechanism-handler-class: org.opends.server.extensions.PlainSASLMechanismHandler
-ds-cfg-sasl-mechanism-handler-enabled: true
-ds-cfg-identity-mapper-dn: cn=Exact Match,cn=Identity Mappers,cn=config
-
-dn: cn=Synchronization Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Synchronization Providers
-
-dn: cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Syntaxes
-
-dn: cn=Absolute Subtree Specification,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Absolute Subtree Specification
-ds-cfg-syntax-class: org.opends.server.schema.AbsoluteSubtreeSpecificationSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Sun-defined Access Control Information,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Sun-defined Access Control Information
-ds-cfg-syntax-class: org.opends.server.schema.AciSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Attribute Type Description,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-objectClass: ds-cfg-attribute-type-description-attribute-syntax
-cn: Attribute Type Description
-ds-cfg-syntax-class: org.opends.server.schema.AttributeTypeSyntax
-ds-cfg-syntax-enabled: true
-ds-cfg-strip-syntax-minimum-upper-bound: false
-
-dn: cn=Authentication Password,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Authentiation Password
-ds-cfg-syntax-class: org.opends.server.schema.AuthPasswordSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Binary,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Binary
-ds-cfg-syntax-class: org.opends.server.schema.BinarySyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Bit String,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Bit String
-ds-cfg-syntax-class: org.opends.server.schema.BitStringSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Boolean,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Boolean
-ds-cfg-syntax-class: org.opends.server.schema.BooleanSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Certificate,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Certificate
-ds-cfg-syntax-class: org.opends.server.schema.CertificateSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Certificate List,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Certificate List
-ds-cfg-syntax-class: org.opends.server.schema.CertificateListSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Certificate Pair,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Certificate Pair
-ds-cfg-syntax-class: org.opends.server.schema.CertificatePairSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Country String,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Country String
-ds-cfg-syntax-class: org.opends.server.schema.CountryStringSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Delivery Method,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Delivery Method
-ds-cfg-syntax-class: org.opends.server.schema.DeliveryMethodSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Directory String,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-objectClass: ds-cfg-directory-string-attribute-syntax
-cn: Directory String
-ds-cfg-syntax-class: org.opends.server.schema.DirectoryStringSyntax
-ds-cfg-syntax-enabled: true
-ds-cfg-allow-zero-length-values: false
-
-dn: cn=Distinguished Name,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Distinguished Name
-ds-cfg-syntax-class: org.opends.server.schema.DistinguishedNameSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=DIT Content Rule Description,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: DIT Content Rule Description
-ds-cfg-syntax-class: org.opends.server.schema.DITContentRuleSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=DIT Structure Rule Description,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: DIT Structure Rule Description
-ds-cfg-syntax-class: org.opends.server.schema.DITStructureRuleSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Enhanced Guide,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Enhanced Guide
-ds-cfg-syntax-class: org.opends.server.schema.EnhancedGuideSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Facsimile Telephone Number,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Facsimile Telephone Number
-ds-cfg-syntax-class: org.opends.server.schema.FaxNumberSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Fax,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Fax
-ds-cfg-syntax-class: org.opends.server.schema.FaxSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Generalized Time,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Generalized Time
-ds-cfg-syntax-class: org.opends.server.schema.GeneralizedTimeSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Guide,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Guide
-ds-cfg-syntax-class: org.opends.server.schema.GuideSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=IA5 String,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: IA5 String
-ds-cfg-syntax-class: org.opends.server.schema.IA5StringSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Integer,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Integer
-ds-cfg-syntax-class: org.opends.server.schema.IntegerSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=JPEG,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: JPEG
-ds-cfg-syntax-class: org.opends.server.schema.JPEGSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=LDAP Syntax Description,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: LDAP Syntax Description
-ds-cfg-syntax-class: org.opends.server.schema.LDAPSyntaxDescriptionSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Matching Rule Description,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Matching Rule Description
-ds-cfg-syntax-class: org.opends.server.schema.MatchingRuleSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Matching Rule Use Description,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Matching Rule Use Description
-ds-cfg-syntax-class: org.opends.server.schema.MatchingRuleUseSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Name and Optional UID,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Name and Optional UID
-ds-cfg-syntax-class: org.opends.server.schema.NameAndOptionalUIDSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Name Form Description,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Name Form Description
-ds-cfg-syntax-class: org.opends.server.schema.NameFormSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Numeric String,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Numeric String
-ds-cfg-syntax-class: org.opends.server.schema.NumericStringSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Object Class Description,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Object Class Description
-ds-cfg-syntax-class: org.opends.server.schema.ObjectClassSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Object Identifier,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Object Identifier
-ds-cfg-syntax-class: org.opends.server.schema.OIDSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Octet String,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Octet String
-ds-cfg-syntax-class: org.opends.server.schema.OctetStringSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Other Mailbox,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Other Mailbox
-ds-cfg-syntax-class: org.opends.server.schema.OtherMailboxSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Postal Address,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Postal Address
-ds-cfg-syntax-class: org.opends.server.schema.PostalAddressSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Presentation Address,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Presentation Address
-ds-cfg-syntax-class: org.opends.server.schema.PresentationAddressSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Printable String,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Printable String
-ds-cfg-syntax-class: org.opends.server.schema.PrintableStringSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Protocol Information,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Protocol Information
-ds-cfg-syntax-class: org.opends.server.schema.ProtocolInformationSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Relative Subtree Specification,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Relative Subtree Specification
-ds-cfg-syntax-class: org.opends.server.schema.RelativeSubtreeSpecificationSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Substring Assertion,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Substring Assertion
-ds-cfg-syntax-class: org.opends.server.schema.SubstringAssertionSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Subtree Specification,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Subtree Specification
-ds-cfg-syntax-class: org.opends.server.schema.RFC3672SubtreeSpecificationSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Supported Algorithm,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Supported Algorithm
-ds-cfg-syntax-class: org.opends.server.schema.SupportedAlgorithmSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Telephone Number,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-objectClass: ds-cfg-telephone-number-attribute-syntax
-cn: Telephone Number
-ds-cfg-syntax-class: org.opends.server.schema.TelephoneNumberSyntax
-ds-cfg-syntax-enabled: true
-ds-cfg-strict-telephone-number-format: false
-
-dn: cn=Teletex Terminal Identifier,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Teletex Terminal Identifier
-ds-cfg-syntax-class: org.opends.server.schema.TeletexTerminalIdentifierSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Telex Number,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: Telex Number
-ds-cfg-syntax-class: org.opends.server.schema.TelexNumberSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=UTC Time,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: UTC Time
-ds-cfg-syntax-class: org.opends.server.schema.UTCTimeSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=User Password,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: User Password
-ds-cfg-syntax-class: org.opends.server.schema.UserPasswordSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=UUID,cn=Syntaxes,cn=config
-objectClass: top
-objectClass: ds-cfg-attribute-syntax
-cn: UUID
-ds-cfg-syntax-class: org.opends.server.schema.UUIDSyntax
-ds-cfg-syntax-enabled: true
-
-dn: cn=Trust Manager Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Trust Manager Providers
-
-dn: cn=Blind Trust,cn=Trust Manager Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-trust-manager-provider
-cn: Blind Trust
-ds-cfg-trust-manager-provider-class: org.opends.server.extensions.BlindTrustManagerProvider
-ds-cfg-trust-manager-provider-enabled: false
-
-dn: cn=JKS,cn=Trust Manager Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-trust-manager-provider
-objectClass: ds-cfg-file-based-trust-manager-provider
-cn: JKS
-ds-cfg-trust-manager-provider-class: org.opends.server.extensions.FileBasedTrustManagerProvider
-ds-cfg-trust-manager-provider-enabled: false
-ds-cfg-trust-store-type: JKS
-ds-cfg-trust-store-file: config/truststore
-
-dn: cn=PKCS12,cn=Trust Manager Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-trust-manager-provider
-objectClass: ds-cfg-file-based-trust-manager-provider
-cn: PKCS12
-ds-cfg-trust-manager-provider-class: org.opends.server.extensions.FileBasedTrustManagerProvider
-ds-cfg-trust-manager-provider-enabled: false
-ds-cfg-trust-store-type: PKCS12
-ds-cfg-trust-store-file: config/truststore.p12
-
-dn: cn=Virtual Attributes,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: Virtual Attributes
-
-dn: cn=entryDN,cn=Virtual Attributes,cn=config
-objectClass: top
-objectClass: ds-cfg-virtual-attribute
-cn: entryDN
-ds-cfg-virtual-attribute-class: org.opends.server.extensions.EntryDNVirtualAttributeProvider
-ds-cfg-virtual-attribute-enabled: true
-ds-cfg-virtual-attribute-type: entryDN
-ds-cfg-virtual-attribute-conflict-behavior: virtual-overrides-real
-
-dn: cn=entryUUID,cn=Virtual Attributes,cn=config
-objectClass: top
-objectClass: ds-cfg-virtual-attribute
-cn: entryUUIUD
-ds-cfg-virtual-attribute-class: org.opends.server.extensions.EntryUUIDVirtualAttributeProvider
-ds-cfg-virtual-attribute-enabled: true
-ds-cfg-virtual-attribute-type: entryUUID
-ds-cfg-virtual-attribute-conflict-behavior: real-overrides-virtual
-
-dn: cn=isMemberOf,cn=Virtual Attributes,cn=config
-objectClass: top
-objectClass: ds-cfg-virtual-attribute
-cn: isMemberOf
-ds-cfg-virtual-attribute-class: org.opends.server.extensions.IsMemberOfVirtualAttributeProvider
-ds-cfg-virtual-attribute-enabled: true
-ds-cfg-virtual-attribute-type: isMemberOf
-ds-cfg-virtual-attribute-filter: (objectClass=person)
-ds-cfg-virtual-attribute-conflict-behavior: virtual-overrides-real
-
-dn: cn=subschemaSubentry,cn=Virtual Attributes,cn=config
-objectClass: top
-objectClass: ds-cfg-virtual-attribute
-cn: subschemaSubentry
-ds-cfg-virtual-attribute-class: org.opends.server.extensions.SubschemaSubentryVirtualAttributeProvider
-ds-cfg-virtual-attribute-enabled: true
-ds-cfg-virtual-attribute-type: subschemaSubentry
-ds-cfg-virtual-attribute-conflict-behavior: virtual-overrides-real
-
-dn: cn=Virtual Static member,cn=Virtual Attributes,cn=config
-objectClass: top
-objectClass: ds-cfg-virtual-attribute
-objectClass: ds-cfg-member-virtual-attribute
-cn: Virtual Static member
-ds-cfg-virtual-attribute-class: org.opends.server.extensions.MemberVirtualAttributeProvider
-ds-cfg-virtual-attribute-enabled: true
-ds-cfg-virtual-attribute-type: member
-ds-cfg-virtual-attribute-conflict-behavior: virtual-overrides-real
-ds-cfg-virtual-attribute-filter: (&(objectClass=groupOfNames)(objectClass=ds-virtual-static-group))
-ds-cfg-allow-retrieving-membership: false
-
-dn: cn=Virtual Static uniqueMember,cn=Virtual Attributes,cn=config
-objectClass: top
-objectClass: ds-cfg-virtual-attribute
-objectClass: ds-cfg-member-virtual-attribute
-cn: Virtual Static uniqueMember
-ds-cfg-virtual-attribute-class: org.opends.server.extensions.MemberVirtualAttributeProvider
-ds-cfg-virtual-attribute-enabled: true
-ds-cfg-virtual-attribute-type: uniqueMember
-ds-cfg-virtual-attribute-conflict-behavior: virtual-overrides-real
-ds-cfg-virtual-attribute-filter: (&(objectClass=groupOfUniqueNames)(objectClass=ds-virtual-static-group))
-ds-cfg-allow-retrieving-membership: false
-
-dn: cn=Work Queue,cn=config
-objectClass: top
-objectClass: ds-cfg-work-queue
-objectClass: ds-cfg-traditional-work-queue
-cn: Work Queue
-ds-cfg-work-queue-class: org.opends.server.extensions.TraditionalWorkQueue
-ds-cfg-num-worker-threads: 24
-ds-cfg-max-work-queue-capacity: 0
-
-dn: cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-synchronization-provider
-objectClass: ds-cfg-multimaster-synchronization-provider
-cn: Multimaster Synchronization
-ds-cfg-synchronization-provider-enabled: true
-ds-cfg-synchronization-provider-class: org.opends.server.replication.plugin.MultimasterReplication
-
-dn: cn=domains,cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config
-objectClass: top
-objectClass: ds-cfg-branch
-cn: domains

Added: projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/upgrade/config.ldif.4337
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/upgrade/config.ldif.4337	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/upgrade/config.ldif.4337	2008-10-22 20:31:45 UTC (rev 79940)
@@ -0,0 +1,2233 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License").  You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at
+# trunk/opends/resource/legal-notices/OpenDS.LICENSE
+# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at
+# trunk/opends/resource/legal-notices/OpenDS.LICENSE.  If applicable,
+# add the following below this CDDL HEADER, with the fields enclosed
+# by brackets "[]" replaced with your own identifying information:
+#      Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#      Copyright 2006-2008 Sun Microsystems, Inc.
+#
+#
+# This file contains the primary Directory Server configuration.  It must not
+# be directly edited while the server is online.  The server configuration
+# should only be managed using the administration utilities provided with the
+# Directory Server.
+
+dn: cn=config
+objectClass: top
+objectClass: ds-cfg-root-config
+cn: config
+ds-cfg-check-schema: true
+ds-cfg-add-missing-rdn-attributes: true
+ds-cfg-allow-attribute-name-exceptions: false
+ds-cfg-invalid-attribute-syntax-behavior: reject
+ds-cfg-single-structural-objectclass-behavior: reject
+ds-cfg-notify-abandoned-operations: false
+ds-cfg-proxied-authorization-identity-mapper: cn=Exact Match,cn=Identity Mappers,cn=config
+ds-cfg-size-limit: 1000
+ds-cfg-time-limit: 60 seconds
+ds-cfg-lookthrough-limit: 5000
+ds-cfg-writability-mode: enabled
+ds-cfg-bind-with-dn-requires-password: true
+ds-cfg-reject-unauthenticated-requests: false
+ds-cfg-default-password-policy: cn=Default Password Policy,cn=Password Policies,cn=config
+ds-cfg-return-bind-error-messages: false
+ds-cfg-idle-time-limit: 0 seconds
+ds-cfg-save-config-on-successful-startup: true
+ds-cfg-etime-resolution: milliseconds
+ds-cfg-entry-cache-preload: false
+ds-cfg-max-allowed-client-connections: 0
+ds-cfg-allowed-task: org.opends.server.tasks.AddSchemaFileTask
+ds-cfg-allowed-task: org.opends.server.tasks.BackupTask
+ds-cfg-allowed-task: org.opends.server.tasks.DisconnectClientTask
+ds-cfg-allowed-task: org.opends.server.tasks.EnterLockdownModeTask
+ds-cfg-allowed-task: org.opends.server.tasks.ExportTask
+ds-cfg-allowed-task: org.opends.server.tasks.ImportTask
+ds-cfg-allowed-task: org.opends.server.tasks.InitializeTargetTask
+ds-cfg-allowed-task: org.opends.server.tasks.InitializeTask
+ds-cfg-allowed-task: org.opends.server.tasks.SetGenerationIdTask
+ds-cfg-allowed-task: org.opends.server.tasks.LeaveLockdownModeTask
+ds-cfg-allowed-task: org.opends.server.tasks.RebuildTask
+ds-cfg-allowed-task: org.opends.server.tasks.RestoreTask
+ds-cfg-allowed-task: org.opends.server.tasks.ShutdownTask
+
+dn: cn=Access Control Handler,cn=config
+objectClass: top
+objectClass: ds-cfg-access-control-handler
+objectClass: ds-cfg-dsee-compat-access-control-handler
+ds-cfg-global-aci: (extop="1.3.6.1.4.1.26027.1.6.1 || 1.3.6.1.4.1.26027.1.6.3 || 1.3.6.1.4.1.4203.1.11.1 || 1.3.6.1.4.1.1466.20037 || 1.3.6.1.4.1.4203.1.11.3") (version 3.0; acl "Anonymous extended operation access"; allow(read) userdn="ldap:///anyone";)
+ds-cfg-global-aci: (targetcontrol="2.16.840.1.113730.3.4.2 || 2.16.840.1.113730.3.4.17 || 2.16.840.1.113730.3.4.19 || 1.3.6.1.4.1.4203.1.10.2 || 1.3.6.1.4.1.42.2.27.8.5.1 || 2.16.840.1.113730.3.4.16") (version 3.0; acl "Anonymous control access"; allow(read) userdn="ldap:///anyone";)
+ds-cfg-global-aci: (targetattr!="userPassword||authPassword")(version 3.0; acl "Anonymous read access"; allow (read,search,compare) userdn="ldap:///anyone";)
+ds-cfg-global-aci: (targetattr="*")(version 3.0; acl "Self entry modification"; allow (write) userdn="ldap:///self";)
+ds-cfg-global-aci: (target="ldap:///cn=schema")(targetscope="base")(targetattr="objectClass||attributeTypes||dITContentRules||dITStructureRules||ldapSyntaxes||matchingRules||matchingRuleUse||nameForms||objectClasses")(version 3.0; acl "User-Visible Schema Operational Attributes"; allow (read,search,compare) userdn="ldap:///anyone";)
+ds-cfg-global-aci: (target="ldap:///")(targetscope="base")(targetattr="objectClass||namingContexts||supportedAuthPasswordSchemes||supportedControl||supportedExtension||supportedFeatures||supportedLDAPVersion||supportedSASLMechanisms||vendorName||vendorVersion")(version 3.0; acl "User-Visible Root DSE Operational Attributes"; allow (read,search,compare) userdn="ldap:///anyone";)
+ds-cfg-global-aci: (targetattr="createTimestamp||creatorsName||modifiersName||modifyTimestamp||entryDN||entryUUID||subschemaSubentry")(version 3.0; acl "User-Visible Operational Attributes"; allow (read,search,compare) userdn="ldap:///anyone";)
+ds-cfg-global-aci: (target="ldap:///dc=replicationchanges")(targetattr="*")(version 3.0; acl "Replication backend access"; deny (all) userdn="ldap:///anyone";)
+cn: Access Control Handler
+ds-cfg-java-class: org.opends.server.authorization.dseecompat.AciHandler
+ds-cfg-enabled: true
+
+dn: cn=Crypto Manager,cn=config
+objectClass: top
+objectClass: ds-cfg-crypto-manager
+cn: Crypto Manager
+ds-cfg-ssl-cert-nickname: ads-certificate
+ds-cfg-ssl-encryption: false
+
+dn: cn=Account Status Notification Handlers,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Account Status Notification Handlers
+
+dn: cn=Error Log Handler,cn=Account Status Notification Handlers,cn=config
+objectClass: top
+objectClass: ds-cfg-account-status-notification-handler
+objectClass: ds-cfg-error-log-account-status-notification-handler
+cn: Error Log Handler
+ds-cfg-java-class: org.opends.server.extensions.ErrorLogAccountStatusNotificationHandler
+ds-cfg-enabled: true
+ds-cfg-account-status-notification-type: account-temporarily-locked
+ds-cfg-account-status-notification-type: account-permanently-locked
+ds-cfg-account-status-notification-type: account-unlocked
+ds-cfg-account-status-notification-type: account-idle-locked
+ds-cfg-account-status-notification-type: account-reset-locked
+ds-cfg-account-status-notification-type: account-disabled
+ds-cfg-account-status-notification-type: account-enabled
+ds-cfg-account-status-notification-type: account-expired
+ds-cfg-account-status-notification-type: password-expired
+ds-cfg-account-status-notification-type: password-expiring
+ds-cfg-account-status-notification-type: password-reset
+ds-cfg-account-status-notification-type: password-changed
+
+dn: cn=SMTP Handler,cn=Account Status Notification Handlers,cn=config
+objectClass: top
+objectClass: ds-cfg-account-status-notification-handler
+objectClass: ds-cfg-smtp-account-status-notification-handler
+cn: SMTP Handler
+ds-cfg-java-class: org.opends.server.extensions.SMTPAccountStatusNotificationHandler
+ds-cfg-enabled: false
+ds-cfg-sender-address: opends-notifications at example.com
+ds-cfg-email-address-attribute-type: mail
+ds-cfg-send-message-without-end-user-address: false
+ds-cfg-message-template-file: account-temporarily-locked:config/messages/account-temporarily-locked.template
+ds-cfg-message-template-file: account-permanently-locked:config/messages/account-permanently-locked.template
+ds-cfg-message-template-file: account-unlocked:config/messages/account-unlocked.template
+ds-cfg-message-template-file: account-idle-locked:config/messages/account-idle-locked.template
+ds-cfg-message-template-file: account-reset-locked:config/messages/account-reset-locked.template
+ds-cfg-message-template-file: account-disabled:config/messages/account-disabled.template
+ds-cfg-message-template-file: account-enabled:config/messages/account-enabled.template
+ds-cfg-message-template-file: account-expired:config/messages/account-expired.template
+ds-cfg-message-template-file: password-expired:config/messages/password-expired.template
+ds-cfg-message-template-file: password-expiring:config/messages/password-expiring.template
+ds-cfg-message-template-file: password-reset:config/messages/password-reset.template
+ds-cfg-message-template-file: password-changed:config/messages/password-changed.template
+ds-cfg-message-subject: account-temporarily-locked:Your directory account has been locked
+ds-cfg-message-subject: account-permanently-locked:Your directory account has been locked
+ds-cfg-message-subject: account-unlocked:Your directory account has been unlocked
+ds-cfg-message-subject: account-idle-locked:Your directory account has been locked
+ds-cfg-message-subject: account-reset-locked:Your directory account has been locked
+ds-cfg-message-subject: account-disabled:Your directory account has been disabled
+ds-cfg-message-subject: account-enabled:Your directory account has been re-enabled
+ds-cfg-message-subject: account-expired:Your directory account has expired
+ds-cfg-message-subject: password-expired:Your directory password has expired
+ds-cfg-message-subject: password-expiring:Your directory password is going to expire
+ds-cfg-message-subject: password-reset:Your directory password has been reset
+ds-cfg-message-subject: password-changed:Your directory password has been changed
+
+dn: cn=Alert Handlers,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Alert Handlers
+
+dn: cn=JMX Alert Handler,cn=Alert Handlers,cn=config
+objectClass: top
+objectClass: ds-cfg-alert-handler
+objectClass: ds-cfg-jmx-alert-handler
+cn: JMX Alert Handler
+ds-cfg-java-class: org.opends.server.extensions.JMXAlertHandler
+ds-cfg-enabled: false
+
+dn: cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Backends
+
+dn: ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-backend
+objectClass: ds-cfg-local-db-backend
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.backends.jeb.BackendImpl
+ds-cfg-backend-id: userRoot
+ds-cfg-writability-mode: enabled
+ds-cfg-base-dn: dc=example,dc=com
+ds-cfg-db-directory: db
+ds-cfg-db-directory-permissions: 700
+ds-cfg-index-entry-limit: 4000
+ds-cfg-preload-time-limit: 0 seconds
+ds-cfg-import-queue-size: 100
+ds-cfg-import-thread-count: 8
+ds-cfg-entries-compressed: false
+ds-cfg-compact-encoding: true
+ds-cfg-db-cache-percent: 10
+ds-cfg-db-cache-size: 0 megabytes
+ds-cfg-db-txn-no-sync: false
+ds-cfg-db-txn-write-no-sync: true
+ds-cfg-db-run-cleaner: true
+ds-cfg-db-num-cleaner-threads: 1
+ds-cfg-db-cleaner-min-utilization: 75
+ds-cfg-db-evictor-lru-only: true
+ds-cfg-db-evictor-nodes-per-scan: 10
+ds-cfg-db-log-file-max: 50 megabytes
+ds-cfg-db-logging-file-handler-on: true
+ds-cfg-db-logging-level: CONFIG
+ds-cfg-db-checkpointer-bytes-interval: 20 megabytes
+ds-cfg-db-checkpointer-wakeup-interval: 30 seconds
+ds-cfg-db-num-lock-tables: 19
+
+dn: cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Index
+
+dn: ds-cfg-attribute=aci,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-local-db-index
+ds-cfg-attribute: aci
+ds-cfg-index-type: presence
+
+dn: ds-cfg-attribute=cn,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-local-db-index
+ds-cfg-attribute: cn
+ds-cfg-index-type: equality
+ds-cfg-index-type: substring
+
+dn: ds-cfg-attribute=ds-sync-hist,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-local-db-index
+ds-cfg-attribute: ds-sync-hist
+ds-cfg-index-type: ordering
+
+dn: ds-cfg-attribute=entryUUID,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-local-db-index
+ds-cfg-attribute: entryUUID
+ds-cfg-index-type: equality
+
+dn: ds-cfg-attribute=givenName,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-local-db-index
+ds-cfg-attribute: givenName
+ds-cfg-index-type: equality
+ds-cfg-index-type: substring
+
+dn: ds-cfg-attribute=mail,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-local-db-index
+ds-cfg-attribute: mail
+ds-cfg-index-type: equality
+ds-cfg-index-type: substring
+
+dn: ds-cfg-attribute=member,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-local-db-index
+ds-cfg-attribute: member
+ds-cfg-index-type: equality
+
+dn: ds-cfg-attribute=objectClass,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-local-db-index
+ds-cfg-attribute: objectClass
+ds-cfg-index-type: equality
+
+dn: ds-cfg-attribute=sn,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-local-db-index
+ds-cfg-attribute: sn
+ds-cfg-index-type: equality
+ds-cfg-index-type: substring
+
+dn: ds-cfg-attribute=telephoneNumber,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-local-db-index
+ds-cfg-attribute: telephoneNumber
+ds-cfg-index-type: equality
+ds-cfg-index-type: substring
+
+dn: ds-cfg-attribute=uid,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-local-db-index
+ds-cfg-attribute: uid
+ds-cfg-index-type: equality
+
+dn: ds-cfg-attribute=uniqueMember,cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-local-db-index
+ds-cfg-attribute: uniqueMember
+ds-cfg-index-type: equality
+
+dn: cn=VLV Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: VLV Index
+
+dn: ds-cfg-backend-id=backup,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-backend
+objectClass: ds-cfg-backup-backend
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.backends.BackupBackend
+ds-cfg-backend-id: backup
+ds-cfg-writability-mode: disabled
+ds-cfg-base-dn: cn=backups
+ds-cfg-backup-directory: bak
+
+dn: ds-cfg-backend-id=config,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-backend
+objectClass: ds-cfg-config-file-handler-backend
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.extensions.ConfigFileHandler
+ds-cfg-backend-id: config
+ds-cfg-writability-mode: enabled
+ds-cfg-base-dn: cn=config
+
+dn: ds-cfg-backend-id=ads-truststore,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-backend
+objectClass: ds-cfg-trust-store-backend
+ds-cfg-backend-id: ads-truststore
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.backends.TrustStoreBackend
+ds-cfg-writability-mode: enabled
+ds-cfg-base-dn: cn=ads-truststore
+ds-cfg-trust-store-type: JKS
+ds-cfg-trust-store-file: config/ads-truststore
+ds-cfg-trust-store-pin-file: config/ads-truststore.pin
+
+dn: ds-cfg-backend-id=monitor,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-backend
+objectClass: ds-cfg-monitor-backend
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.backends.MonitorBackend
+ds-cfg-backend-id: monitor
+ds-cfg-writability-mode: disabled
+ds-cfg-base-dn: cn=monitor
+
+dn: ds-cfg-backend-id=schema,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-backend
+objectClass: ds-cfg-schema-backend
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.backends.SchemaBackend
+ds-cfg-backend-id: schema
+ds-cfg-writability-mode: enabled
+ds-cfg-base-dn: cn=schema
+ds-cfg-show-all-attributes: false
+
+dn: ds-cfg-backend-id=tasks,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-backend
+objectClass: ds-cfg-task-backend
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.backends.task.TaskBackend
+ds-cfg-backend-id: tasks
+ds-cfg-writability-mode: enabled
+ds-cfg-base-dn: cn=tasks
+ds-cfg-task-backing-file: config/tasks.ldif
+ds-cfg-task-retention-time: 24 hours
+
+dn: ds-cfg-backend-id=adminRoot,cn=Backends,cn=config
+objectClass: top
+objectClass: ds-cfg-backend
+objectClass: ds-cfg-ldif-backend
+ds-cfg-backend-id: adminRoot
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.backends.LDIFBackend
+ds-cfg-writability-mode: enabled
+ds-cfg-base-dn: cn=admin data
+ds-cfg-ldif-file: config/admin-backend.ldif
+ds-cfg-is-private-backend: true
+
+dn: cn=Certificate Mappers,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Certificate Mappers
+
+dn: cn=Subject Equals DN,cn=Certificate Mappers,cn=config
+objectClass: top
+objectClass: ds-cfg-certificate-mapper
+objectClass: ds-cfg-subject-equals-dn-certificate-mapper
+cn: Subject Equals DN
+ds-cfg-java-class: org.opends.server.extensions.SubjectEqualsDNCertificateMapper
+ds-cfg-enabled: true
+
+dn: cn=Subject DN to User Attribute,cn=Certificate Mappers,cn=config
+objectClass: top
+objectClass: ds-cfg-certificate-mapper
+objectClass: ds-cfg-subject-dn-to-user-attribute-certificate-mapper
+cn: Subject DN to User Attribute
+ds-cfg-java-class: org.opends.server.extensions.SubjectDNToUserAttributeCertificateMapper
+ds-cfg-enabled: true
+ds-cfg-subject-attribute: ds-certificate-subject-dn
+
+dn: cn=Subject Attribute to User Attribute,cn=Certificate Mappers,cn=config
+objectClass: top
+objectClass: ds-cfg-certificate-mapper
+objectClass: ds-cfg-subject-attribute-to-user-attribute-certificate-mapper
+cn: Subject Attribute to User Attribute
+ds-cfg-java-class: org.opends.server.extensions.SubjectAttributeToUserAttributeCertificateMapper
+ds-cfg-enabled: true
+ds-cfg-subject-attribute-mapping: cn:cn
+ds-cfg-subject-attribute-mapping: e:mail
+
+dn: cn=Fingerprint Mapper,cn=Certificate Mappers,cn=config
+objectClass: top
+objectClass: ds-cfg-certificate-mapper
+objectClass: ds-cfg-fingerprint-certificate-mapper
+cn: Fingerprint Mapper
+ds-cfg-java-class: org.opends.server.extensions.FingerprintCertificateMapper
+ds-cfg-enabled: true
+ds-cfg-fingerprint-attribute: ds-certificate-fingerprint
+ds-cfg-fingerprint-algorithm: MD5
+
+dn: cn=Connection Handlers,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Connection Handlers
+
+dn: cn=LDAP Connection Handler,cn=Connection Handlers,cn=config
+objectClass: top
+objectClass: ds-cfg-connection-handler
+objectClass: ds-cfg-ldap-connection-handler
+cn: LDAP Connection Handler
+ds-cfg-java-class: org.opends.server.protocols.ldap.LDAPConnectionHandler
+ds-cfg-enabled: true
+ds-cfg-listen-address: 0.0.0.0
+ds-cfg-listen-port: 389
+ds-cfg-accept-backlog: 128
+ds-cfg-allow-ldap-v2: true
+ds-cfg-keep-stats: true
+ds-cfg-use-tcp-keep-alive: true
+ds-cfg-use-tcp-no-delay: true
+ds-cfg-allow-tcp-reuse-address: true
+ds-cfg-send-rejection-notice: true
+ds-cfg-max-request-size: 5 megabytes
+ds-cfg-max-blocked-write-time-limit: 2 minutes
+ds-cfg-num-request-handlers: 2
+ds-cfg-allow-start-tls: false
+ds-cfg-use-ssl: false
+ds-cfg-ssl-client-auth-policy: optional
+ds-cfg-ssl-cert-nickname: server-cert
+
+dn: cn=LDAPS Connection Handler,cn=Connection Handlers,cn=config
+objectClass: top
+objectClass: ds-cfg-connection-handler
+objectClass: ds-cfg-ldap-connection-handler
+cn: LDAPS Connection Handler
+ds-cfg-java-class: org.opends.server.protocols.ldap.LDAPConnectionHandler
+ds-cfg-enabled: false
+ds-cfg-listen-address: 0.0.0.0
+ds-cfg-listen-port: 636
+ds-cfg-accept-backlog: 128
+ds-cfg-allow-ldap-v2: true
+ds-cfg-keep-stats: true
+ds-cfg-use-tcp-keep-alive: true
+ds-cfg-use-tcp-no-delay: true
+ds-cfg-allow-tcp-reuse-address: true
+ds-cfg-send-rejection-notice: true
+ds-cfg-max-request-size: 5 megabytes
+ds-cfg-max-blocked-write-time-limit: 2 minutes
+ds-cfg-num-request-handlers: 2
+ds-cfg-allow-start-tls: false
+ds-cfg-use-ssl: true
+ds-cfg-ssl-client-auth-policy: optional
+ds-cfg-ssl-cert-nickname: server-cert
+ds-cfg-key-manager-provider: cn=JKS,cn=Key Manager Providers,cn=config
+ds-cfg-trust-manager-provider: cn=JKS,cn=Trust Manager Providers,cn=config
+
+dn: cn=LDIF Connection Handler,cn=Connection Handlers,cn=config
+objectClass: top
+objectClass: ds-cfg-connection-handler
+objectClass: ds-cfg-ldif-connection-handler
+cn: LDIF Connection Handler
+ds-cfg-java-class: org.opends.server.protocols.LDIFConnectionHandler
+ds-cfg-enabled: true
+ds-cfg-ldif-directory: config/auto-process-ldif
+ds-cfg-poll-interval: 5 seconds
+
+dn: cn=JMX Connection Handler,cn=Connection Handlers,cn=config
+objectClass: top
+objectClass: ds-cfg-connection-handler
+objectClass: ds-cfg-jmx-connection-handler
+cn: JMX Connection Handler
+ds-cfg-java-class: org.opends.server.protocols.jmx.JmxConnectionHandler
+ds-cfg-enabled: false
+ds-cfg-use-ssl: false
+ds-cfg-listen-port: 1689
+ds-cfg-ssl-cert-nickname: server-cert
+
+dn: cn=Entry Caches,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Entry Caches
+
+dn: cn=FIFO,cn=Entry Caches,cn=config
+objectClass: top
+objectClass: ds-cfg-entry-cache
+objectClass: ds-cfg-fifo-entry-cache
+cn: FIFO
+ds-cfg-enabled: false
+ds-cfg-cache-level: 1
+ds-cfg-java-class: org.opends.server.extensions.FIFOEntryCache
+
+dn: cn=Soft Reference,cn=Entry Caches,cn=config
+objectClass: top
+objectClass: ds-cfg-entry-cache
+objectClass: ds-cfg-soft-reference-entry-cache
+cn: Soft Reference
+ds-cfg-enabled: false
+ds-cfg-cache-level: 2
+ds-cfg-java-class: org.opends.server.extensions.SoftReferenceEntryCache
+
+dn: cn=File System,cn=Entry Caches,cn=config
+objectClass: top
+objectClass: ds-cfg-entry-cache
+objectClass: ds-cfg-file-system-entry-cache
+cn: File System
+ds-cfg-enabled: false
+ds-cfg-cache-level: 3
+ds-cfg-java-class: org.opends.server.extensions.FileSystemEntryCache
+
+dn: cn=Extended Operations,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Extended Operations
+
+dn: cn=Cancel,cn=Extended Operations,cn=config
+objectClass: top
+objectClass: ds-cfg-extended-operation-handler
+objectClass: ds-cfg-cancel-extended-operation-handler
+cn: Cancel
+ds-cfg-java-class: org.opends.server.extensions.CancelExtendedOperation
+ds-cfg-enabled: true
+
+dn: cn=Get Connection ID,cn=Extended Operations,cn=config
+objectClass: top
+objectClass: ds-cfg-extended-operation-handler
+objectClass: ds-cfg-get-connection-id-extended-operation-handler
+cn: Get Connection ID
+ds-cfg-java-class: org.opends.server.extensions.GetConnectionIDExtendedOperation
+ds-cfg-enabled: true
+
+dn: cn=Password Modify,cn=Extended Operations,cn=config
+objectClass: top
+objectClass: ds-cfg-extended-operation-handler
+objectClass: ds-cfg-password-modify-extended-operation-handler
+cn: Password Modify
+ds-cfg-java-class: org.opends.server.extensions.PasswordModifyExtendedOperation
+ds-cfg-enabled: true
+ds-cfg-identity-mapper: cn=Exact Match,cn=Identity Mappers,cn=config
+
+dn: cn=Password Policy State,cn=Extended Operations,cn=config
+objectClass: top
+objectClass: ds-cfg-extended-operation-handler
+objectClass: ds-cfg-password-policy-state-extended-operation-handler
+cn: Password Policy State
+ds-cfg-java-class: org.opends.server.extensions.PasswordPolicyStateExtendedOperation
+ds-cfg-enabled: true
+
+dn: cn=StartTLS,cn=Extended Operations,cn=config
+objectClass: top
+objectClass: ds-cfg-extended-operation-handler
+objectClass: ds-cfg-start-tls-extended-operation-handler
+cn: StartTLS
+ds-cfg-java-class: org.opends.server.extensions.StartTLSExtendedOperation
+ds-cfg-enabled: true
+
+dn: cn=Get Symmetric Key,cn=Extended Operations,cn=config
+objectClass: top
+objectClass: ds-cfg-extended-operation-handler
+objectClass: ds-cfg-get-symmetric-key-extended-operation-handler
+cn: Get Symmetric Key
+ds-cfg-java-class: org.opends.server.crypto.GetSymmetricKeyExtendedOperation
+ds-cfg-enabled: true
+
+dn: cn=Who Am I,cn=Extended Operations,cn=config
+objectClass: top
+objectClass: ds-cfg-extended-operation-handler
+objectClass: ds-cfg-who-am-i-extended-operation-handler
+cn: Who Am I
+ds-cfg-java-class: org.opends.server.extensions.WhoAmIExtendedOperation
+ds-cfg-enabled: true
+
+dn: cn=Group Implementations,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Group Implementations
+
+dn: cn=Dynamic,cn=Group Implementations,cn=config
+objectClass: top
+objectClass: ds-cfg-group-implementation
+objectClass: ds-cfg-dynamic-group-implementation
+cn: Dynamic
+ds-cfg-java-class: org.opends.server.extensions.DynamicGroup
+ds-cfg-enabled: true
+
+dn: cn=Static,cn=Group Implementations,cn=config
+objectClass: top
+objectClass: ds-cfg-group-implementation
+objectClass: ds-cfg-static-group-implementation
+cn: Static
+ds-cfg-java-class: org.opends.server.extensions.StaticGroup
+ds-cfg-enabled: true
+
+dn: cn=Virtual Static,cn=Group Implementations,cn=config
+objectClass: top
+objectClass: ds-cfg-group-implementation
+objectClass: ds-cfg-virtual-static-group-implementation
+cn: Virtual Static
+ds-cfg-java-class: org.opends.server.extensions.VirtualStaticGroup
+ds-cfg-enabled: true
+
+dn: cn=Identity Mappers,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Identity Mappers
+
+dn: cn=Exact Match,cn=Identity Mappers,cn=config
+objectClass: top
+objectClass: ds-cfg-identity-mapper
+objectClass: ds-cfg-exact-match-identity-mapper
+cn: Exact Match
+ds-cfg-java-class: org.opends.server.extensions.ExactMatchIdentityMapper
+ds-cfg-enabled: true
+ds-cfg-match-attribute: uid
+
+dn: cn=Regular Expression,cn=Identity Mappers,cn=config
+objectClass: top
+objectClass: ds-cfg-identity-mapper
+objectClass: ds-cfg-regular-expression-identity-mapper
+cn: Regular Expression
+ds-cfg-java-class: org.opends.server.extensions.RegularExpressionIdentityMapper
+ds-cfg-enabled: true
+ds-cfg-match-attribute: uid
+ds-cfg-match-pattern: ^([^@]+)@.+$
+ds-cfg-replace-pattern: $1
+
+dn: cn=Key Manager Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Key Manager Providers
+
+dn: cn=JKS,cn=Key Manager Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-key-manager-provider
+objectClass: ds-cfg-file-based-key-manager-provider
+cn: JKS
+ds-cfg-java-class: org.opends.server.extensions.FileBasedKeyManagerProvider
+ds-cfg-enabled: false
+ds-cfg-key-store-type: JKS
+ds-cfg-key-store-file: config/keystore
+ds-cfg-key-store-pin-file: config/keystore.pin
+
+dn: cn=PKCS12,cn=Key Manager Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-key-manager-provider
+objectClass: ds-cfg-file-based-key-manager-provider
+cn: PKCS12
+ds-cfg-java-class: org.opends.server.extensions.FileBasedKeyManagerProvider
+ds-cfg-enabled: false
+ds-cfg-key-store-type: PKCS12
+ds-cfg-key-store-file: config/keystore.p12
+ds-cfg-key-store-pin-file: config/keystore.pin
+
+dn: cn=PKCS11,cn=Key Manager Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-key-manager-provider
+objectClass: ds-cfg-pkcs11-key-manager-provider
+cn: PKCS11
+ds-cfg-java-class: org.opends.server.extensions.PKCS11KeyManagerProvider
+ds-cfg-enabled: false
+ds-cfg-key-store-pin-file: config/keystore.pin
+
+dn: cn=Loggers,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Loggers
+
+dn: cn=File-Based Access Logger,cn=Loggers,cn=config
+objectClass: top
+objectClass: ds-cfg-log-publisher
+objectClass: ds-cfg-access-log-publisher
+objectClass: ds-cfg-file-based-access-log-publisher
+cn: File-Based Access Logger
+ds-cfg-java-class: org.opends.server.loggers.TextAccessLogPublisher
+ds-cfg-enabled: true
+ds-cfg-log-file: logs/access
+ds-cfg-log-file-permissions: 640
+ds-cfg-suppress-internal-operations: true
+ds-cfg-suppress-synchronization-operations: false
+ds-cfg-asynchronous: true
+ds-cfg-rotation-policy: cn=24 Hours Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+ds-cfg-rotation-policy: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+ds-cfg-retention-policy: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
+
+dn: cn=File-Based Audit Logger,cn=Loggers,cn=config
+objectClass: top
+objectClass: ds-cfg-log-publisher
+objectClass: ds-cfg-access-log-publisher
+objectClass: ds-cfg-file-based-access-log-publisher
+cn: File-Based Audit Logger
+ds-cfg-java-class: org.opends.server.loggers.TextAuditLogPublisher
+ds-cfg-enabled: false
+ds-cfg-log-file: logs/audit
+ds-cfg-log-file-permissions: 640
+ds-cfg-suppress-internal-operations: true
+ds-cfg-suppress-synchronization-operations: false
+ds-cfg-asynchronous: true
+ds-cfg-rotation-policy: cn=24 Hours Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+ds-cfg-rotation-policy: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+ds-cfg-retention-policy: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
+
+dn: cn=File-Based Error Logger,cn=Loggers,cn=config
+objectClass: top
+objectClass: ds-cfg-log-publisher
+objectClass: ds-cfg-error-log-publisher
+objectClass: ds-cfg-file-based-error-log-publisher
+cn: File-Based Error Logger
+ds-cfg-java-class: org.opends.server.loggers.TextErrorLogPublisher
+ds-cfg-enabled: true
+ds-cfg-log-file: logs/errors
+ds-cfg-log-file-permissions: 640
+ds-cfg-default-severity: severe-warning
+ds-cfg-default-severity: severe-error
+ds-cfg-default-severity: fatal-error
+ds-cfg-default-severity: notice
+ds-cfg-asynchronous: false
+ds-cfg-rotation-policy: cn=7 Days Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+ds-cfg-rotation-policy: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+ds-cfg-retention-policy: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
+
+dn: cn=Replication Repair Logger,cn=Loggers,cn=config
+objectClass: top
+objectClass: ds-cfg-log-publisher
+objectClass: ds-cfg-error-log-publisher
+objectClass: ds-cfg-file-based-error-log-publisher
+cn: Replication Repair Logger
+ds-cfg-java-class: org.opends.server.loggers.TextErrorLogPublisher
+ds-cfg-enabled: true
+ds-cfg-log-file: logs/replication
+ds-cfg-log-file-permissions: 640
+ds-cfg-default-severity: none
+ds-cfg-override-severity: SYNC=INFO,MILD_ERROR,MILD_WARNING,NOTICE
+ds-cfg-asynchronous: false
+ds-cfg-rotation-policy: cn=7 Days Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+ds-cfg-rotation-policy: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+ds-cfg-retention-policy: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
+
+dn: cn=File-Based Debug Logger,cn=Loggers,cn=config
+objectClass: top
+objectClass: ds-cfg-log-publisher
+objectClass: ds-cfg-debug-log-publisher
+objectClass: ds-cfg-file-based-debug-log-publisher
+cn: File-Based Debug Logger
+ds-cfg-java-class: org.opends.server.loggers.debug.TextDebugLogPublisher
+ds-cfg-enabled: false
+ds-cfg-log-file: logs/debug
+ds-cfg-log-file-permissions: 640
+ds-cfg-default-debug-level: error
+ds-cfg-asynchronous: false
+
+dn: cn=Log Rotation Policies,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Log Rotation Policies
+
+dn: cn=24 Hours Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+objectClass: top
+objectClass: ds-cfg-log-rotation-policy
+objectClass: ds-cfg-time-limit-log-rotation-policy
+cn: Time Limit Rotation Policy
+ds-cfg-java-class: org.opends.server.loggers.TimeLimitRotationPolicy
+ds-cfg-rotation-interval: 24 hours
+
+dn: cn=7 Days Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+objectClass: top
+objectClass: ds-cfg-log-rotation-policy
+objectClass: ds-cfg-time-limit-log-rotation-policy
+cn: Time Limit Rotation Policy
+ds-cfg-java-class: org.opends.server.loggers.TimeLimitRotationPolicy
+ds-cfg-rotation-interval: 7 days
+
+dn: cn=Size Limit Rotation Policy,cn=Log Rotation Policies,cn=config
+objectClass: top
+objectClass: ds-cfg-log-rotation-policy
+objectClass: ds-cfg-size-limit-log-rotation-policy
+cn: Size Limit Rotation Policy
+ds-cfg-java-class: org.opends.server.loggers.SizeBasedRotationPolicy
+ds-cfg-file-size-limit: 100 megabytes
+
+dn: cn=Fixed Time Rotation Policy,cn=Log Rotation Policies,cn=config
+objectClass: top
+objectClass: ds-cfg-log-rotation-policy
+objectClass: ds-cfg-fixed-time-log-rotation-policy
+cn: Fixed Time Rotation Policy
+ds-cfg-java-class: org.opends.server.loggers.FixedTimeRotationPolicy
+ds-cfg-time-of-day: 2359
+
+dn: cn=Log Retention Policies,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Log Retention Policies
+
+dn: cn=File Count Retention Policy,cn=Log Retention Policies,cn=config
+objectClass: top
+objectClass: ds-cfg-log-retention-policy
+objectClass: ds-cfg-file-count-log-retention-policy
+cn: File Count Retention Policy
+ds-cfg-java-class: org.opends.server.loggers.FileNumberRetentionPolicy
+ds-cfg-number-of-files: 10
+
+dn: cn=Free Disk Space Retention Policy,cn=Log Retention Policies,cn=config
+objectClass: top
+objectClass: ds-cfg-log-retention-policy
+objectClass: ds-cfg-free-disk-space-log-retention-policy
+cn: Free Disk Space Retention Policy
+ds-cfg-java-class: org.opends.server.loggers.FreeDiskSpaceRetentionPolicy
+ds-cfg-free-disk-space: 500 megabytes
+
+dn: cn=Size Limit Retention Policy,cn=Log Retention Policies,cn=config
+objectClass: top
+objectClass: ds-cfg-log-retention-policy
+objectClass: ds-cfg-size-limit-log-retention-policy
+cn: Size Limit Retention Policy
+ds-cfg-java-class: org.opends.server.loggers.SizeBasedRetentionPolicy
+ds-cfg-disk-space-used: 500 megabytes
+
+dn: cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Matching Rules
+
+dn: cn=Auth Password Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Auth Password Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.AuthPasswordEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Auth Password Exact Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Auth Password Exact Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.AuthPasswordExactEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Bit String Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Bit String Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.BitStringEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Boolean Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Boolean Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.BooleanEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Case Exact Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Case Exact Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.CaseExactEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Case Exact Ordering Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-ordering-matching-rule
+cn: Case Exact Ordering Matching Rule
+ds-cfg-java-class: org.opends.server.schema.CaseExactOrderingMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Case Exact Substring Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-substring-matching-rule
+cn: Case Exact Substring Matching Rule
+ds-cfg-java-class: org.opends.server.schema.CaseExactSubstringMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Case Exact IA5 Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Case Exact IA5 Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.CaseExactIA5EqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Case Exact IA5 Substring Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-substring-matching-rule
+cn: Case Exact IA5 Substring Matching Rule
+ds-cfg-java-class: org.opends.server.schema.CaseExactIA5SubstringMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Case Ignore Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Case Ignore Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.CaseIgnoreEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Case Ignore Ordering Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-ordering-matching-rule
+cn: Case Ignore Ordering Matching Rule
+ds-cfg-java-class: org.opends.server.schema.CaseIgnoreOrderingMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Case Ignore Substring Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-substring-matching-rule
+cn: Case Ignore Substring Matching Rule
+ds-cfg-java-class: org.opends.server.schema.CaseIgnoreSubstringMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Case Ignore IA5 Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Case Ignore IA5 Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.CaseIgnoreIA5EqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Case Ignore IA5 Substring Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-substring-matching-rule
+cn: Case Ignore IA5 Substring Matching Rule
+ds-cfg-java-class: org.opends.server.schema.CaseIgnoreIA5SubstringMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Case Ignore List Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Case Ignore List Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.CaseIgnoreListEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Case Ignore List Substring Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-substring-matching-rule
+cn: Case Ignore List Substring Matching Rule
+ds-cfg-java-class: org.opends.server.schema.CaseIgnoreListSubstringMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Directory String First Component Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Directory String First Component Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.DirectoryStringFirstComponentEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Distinguished Name Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Distinguished Name Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.DistinguishedNameEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Double Metaphone Approximate Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-approximate-matching-rule
+cn: Double Metaphone Approximate Matching Rule
+ds-cfg-java-class: org.opends.server.schema.DoubleMetaphoneApproximateMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Generalized Time Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Generalized Time Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.GeneralizedTimeEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Generalized Time Ordering Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-ordering-matching-rule
+cn: Generalized Time Ordering Matching Rule
+ds-cfg-java-class: org.opends.server.schema.GeneralizedTimeOrderingMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Historical CSN Ordering Matching Rule,cn=Matching Rules,cn=config
+objectClass: ds-cfg-ordering-matching-rule
+objectClass: top
+objectClass: ds-cfg-matching-rule
+ds-cfg-java-class: org.opends.server.replication.plugin.HistoricalCsnOrderingMatchingRule
+ds-cfg-enabled: true
+cn: Historical CSN Ordering Matching Rule
+
+dn: cn=Integer Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Integer Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.IntegerEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Integer Ordering Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-ordering-matching-rule
+cn: Integer Ordering Matching Rule
+ds-cfg-java-class: org.opends.server.schema.IntegerOrderingMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Integer First Component Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Integer First Component Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.IntegerFirstComponentEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Keyword Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Keyword Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.KeywordEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Numeric String Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Numeric String Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.NumericStringEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Numeric String Ordering Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-ordering-matching-rule
+cn: Numeric String Ordering Matching Rule
+ds-cfg-java-class: org.opends.server.schema.NumericStringOrderingMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Numeric String Substring Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-substring-matching-rule
+cn: Numeric String Substring Matching Rule
+ds-cfg-java-class: org.opends.server.schema.NumericStringSubstringMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Object Identifier Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Object Identifier Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.ObjectIdentifierEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Object Identifier First Component Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Object Identifier First Component Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.ObjectIdentifierFirstComponentEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Octet String Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Octet String Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.OctetStringEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Octet String Ordering Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-ordering-matching-rule
+cn: Octet String Ordering Matching Rule
+ds-cfg-java-class: org.opends.server.schema.OctetStringOrderingMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Octet String Substring Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-substring-matching-rule
+cn: Octet String Substring Matching Rule
+ds-cfg-java-class: org.opends.server.schema.OctetStringSubstringMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Presentation Address Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Presentation Address Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.PresentationAddressEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Protocol Information Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Protocol Information Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.ProtocolInformationEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Telephone Number Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Telephone Number Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.TelephoneNumberEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Telephone Number Substring Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-substring-matching-rule
+cn: Telephone Number Substring Matching Rule
+ds-cfg-java-class: org.opends.server.schema.TelephoneNumberSubstringMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Unique Member Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Unique Member Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.UniqueMemberEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=User Password Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: User Password Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.UserPasswordEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=User Password Exact Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: User Password Exact Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.UserPasswordExactEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=UUID Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: UUID Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.UUIDEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=UUID Ordering Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-ordering-matching-rule
+cn: UUID Ordering Matching Rule
+ds-cfg-java-class: org.opends.server.schema.UUIDOrderingMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Word Equality Matching Rule,cn=Matching Rules,cn=config
+objectClass: top
+objectClass: ds-cfg-matching-rule
+objectClass: ds-cfg-equality-matching-rule
+cn: Word Equality Matching Rule
+ds-cfg-java-class: org.opends.server.schema.WordEqualityMatchingRule
+ds-cfg-enabled: true
+
+dn: cn=Monitor Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Monitor Providers
+
+dn: cn=Client Connections,cn=Monitor Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-monitor-provider
+objectClass: ds-cfg-client-connection-monitor-provider
+cn: Client Connections
+ds-cfg-java-class: org.opends.server.monitors.ClientConnectionMonitorProvider
+ds-cfg-enabled: true
+
+dn: cn=Entry Caches,cn=Monitor Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-monitor-provider
+objectClass: ds-cfg-entry-cache-monitor-provider
+cn: Entry Caches
+ds-cfg-java-class: org.opends.server.monitors.EntryCacheMonitorProvider
+ds-cfg-enabled: true
+
+dn: cn=JVM Memory Usage,cn=Monitor Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-monitor-provider
+objectClass: ds-cfg-memory-usage-monitor-provider
+cn: JVM Memory Usage
+ds-cfg-java-class: org.opends.server.monitors.MemoryUsageMonitorProvider
+ds-cfg-enabled: true
+
+dn: cn=JVM Stack Trace,cn=Monitor Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-monitor-provider
+objectClass: ds-cfg-stack-trace-monitor-provider
+cn: JVM Stack Trace
+ds-cfg-java-class: org.opends.server.monitors.StackTraceMonitorProvider
+ds-cfg-enabled: true
+
+dn: cn=System Info,cn=Monitor Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-monitor-provider
+objectClass: ds-cfg-system-info-monitor-provider
+cn: System Info
+ds-cfg-java-class: org.opends.server.monitors.SystemInfoMonitorProvider
+ds-cfg-enabled: true
+
+dn: cn=Version,cn=Monitor Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-monitor-provider
+objectClass: ds-cfg-version-monitor-provider
+cn: Version
+ds-cfg-java-class: org.opends.server.monitors.VersionMonitorProvider
+ds-cfg-enabled: true
+
+dn: cn=Password Generators,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Password Generators
+
+dn: cn=Random Password Generator,cn=Password Generators,cn=config
+objectClass: top
+objectClass: ds-cfg-password-generator
+objectClass: ds-cfg-random-password-generator
+cn: Random Password Generator
+ds-cfg-java-class: org.opends.server.extensions.RandomPasswordGenerator
+ds-cfg-enabled: true
+ds-cfg-password-character-set: alpha:abcdefghijklmnopqrstuvwxyz
+ds-cfg-password-character-set: numeric:0123456789
+ds-cfg-password-format: alpha:3,numeric:2,alpha:3
+
+dn: cn=Password Policies,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Password Policies
+
+dn: cn=Default Password Policy,cn=Password Policies,cn=config
+objectClass: top
+objectClass: ds-cfg-password-policy
+cn: Default Password Policy
+ds-cfg-password-attribute: userPassword
+ds-cfg-default-password-storage-scheme: cn=Salted SHA-1,cn=Password Storage Schemes,cn=config
+ds-cfg-allow-expired-password-changes: false
+ds-cfg-allow-multiple-password-values: false
+ds-cfg-allow-pre-encoded-passwords: false
+ds-cfg-allow-user-password-changes: true
+ds-cfg-expire-passwords-without-warning: false
+ds-cfg-force-change-on-add: false
+ds-cfg-force-change-on-reset: false
+ds-cfg-grace-login-count: 0
+ds-cfg-idle-lockout-interval: 0 seconds
+ds-cfg-lockout-failure-count: 0
+ds-cfg-lockout-duration: 0 seconds
+ds-cfg-lockout-failure-expiration-interval: 0 seconds
+ds-cfg-min-password-age: 0 seconds
+ds-cfg-max-password-age: 0 seconds
+ds-cfg-max-password-reset-age: 0 seconds
+ds-cfg-password-expiration-warning-interval: 5 days
+ds-cfg-password-generator: cn=Random Password Generator,cn=Password Generators,cn=config
+ds-cfg-password-change-requires-current-password: false
+ds-cfg-require-secure-authentication: false
+ds-cfg-require-secure-password-changes: false
+ds-cfg-skip-validation-for-administrators: false
+ds-cfg-state-update-failure-policy: reactive
+ds-cfg-password-history-count: 0
+ds-cfg-password-history-duration: 0 seconds
+
+dn: cn=Root Password Policy,cn=Password Policies,cn=config
+objectClass: top
+objectClass: ds-cfg-password-policy
+cn: Root Password Policy
+ds-cfg-password-attribute: userPassword
+ds-cfg-default-password-storage-scheme: cn=Salted SHA-512,cn=Password Storage Schemes,cn=config
+ds-cfg-allow-expired-password-changes: false
+ds-cfg-allow-multiple-password-values: false
+ds-cfg-allow-pre-encoded-passwords: false
+ds-cfg-allow-user-password-changes: true
+ds-cfg-expire-passwords-without-warning: false
+ds-cfg-force-change-on-add: false
+ds-cfg-force-change-on-reset: false
+ds-cfg-grace-login-count: 0
+ds-cfg-idle-lockout-interval: 0 seconds
+ds-cfg-lockout-failure-count: 0
+ds-cfg-lockout-duration: 0 seconds
+ds-cfg-lockout-failure-expiration-interval: 0 seconds
+ds-cfg-min-password-age: 0 seconds
+ds-cfg-max-password-age: 0 seconds
+ds-cfg-max-password-reset-age: 0 seconds
+ds-cfg-password-expiration-warning-interval: 5 days
+ds-cfg-password-change-requires-current-password: true
+ds-cfg-require-secure-authentication: false
+ds-cfg-require-secure-password-changes: false
+ds-cfg-skip-validation-for-administrators: false
+ds-cfg-state-update-failure-policy: ignore
+ds-cfg-password-history-count: 0
+ds-cfg-password-history-duration: 0 seconds
+
+dn: cn=Password Storage Schemes,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Password Storage Schemes
+
+dn: cn=Base64,cn=Password Storage Schemes,cn=config
+objectClass: top
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-base64-password-storage-scheme
+cn: Base64
+ds-cfg-java-class: org.opends.server.extensions.Base64PasswordStorageScheme
+ds-cfg-enabled: true
+
+dn: cn=Clear,cn=Password Storage Schemes,cn=config
+objectClass: top
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-clear-password-storage-scheme
+cn: Clear
+ds-cfg-java-class: org.opends.server.extensions.ClearPasswordStorageScheme
+ds-cfg-enabled: true
+
+dn: cn=CRYPT,cn=Password Storage Schemes,cn=config
+objectClass: top
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-crypt-password-storage-scheme
+cn: CRYPT
+ds-cfg-java-class: org.opends.server.extensions.CryptPasswordStorageScheme
+ds-cfg-enabled: true
+
+dn: cn=MD5,cn=Password Storage Schemes,cn=config
+objectClass: top
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-md5-password-storage-scheme
+cn: MD5
+ds-cfg-java-class: org.opends.server.extensions.MD5PasswordStorageScheme
+ds-cfg-enabled: true
+
+dn: cn=Salted MD5,cn=Password Storage Schemes,cn=config
+objectClass: top
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-salted-md5-password-storage-scheme
+cn: Salted MD5
+ds-cfg-java-class: org.opends.server.extensions.SaltedMD5PasswordStorageScheme
+ds-cfg-enabled: true
+
+dn: cn=Salted SHA-1,cn=Password Storage Schemes,cn=config
+objectClass: top
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-salted-sha1-password-storage-scheme
+cn: Salted SHA-1
+ds-cfg-java-class: org.opends.server.extensions.SaltedSHA1PasswordStorageScheme
+ds-cfg-enabled: true
+
+dn: cn=Salted SHA-256,cn=Password Storage Schemes,cn=config
+objectClass: top
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-salted-sha256-password-storage-scheme
+cn: Salted SHA-256
+ds-cfg-java-class: org.opends.server.extensions.SaltedSHA256PasswordStorageScheme
+ds-cfg-enabled: true
+
+dn: cn=Salted SHA-384,cn=Password Storage Schemes,cn=config
+objectClass: top
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-salted-sha384-password-storage-scheme
+cn: Salted SHA-384
+ds-cfg-java-class: org.opends.server.extensions.SaltedSHA384PasswordStorageScheme
+ds-cfg-enabled: true
+
+dn: cn=Salted SHA-512,cn=Password Storage Schemes,cn=config
+objectClass: top
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-salted-sha512-password-storage-scheme
+cn: Salted SHA-512
+ds-cfg-java-class: org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
+ds-cfg-enabled: true
+
+dn: cn=SHA-1,cn=Password Storage Schemes,cn=config
+objectClass: top
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-sha1-password-storage-scheme
+cn: SHA-1
+ds-cfg-java-class: org.opends.server.extensions.SHA1PasswordStorageScheme
+ds-cfg-enabled: true
+
+dn: cn=3DES,cn=Password Storage Schemes,cn=config
+objectClass: top
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-triple-des-password-storage-scheme
+cn: 3DES
+ds-cfg-java-class: org.opends.server.extensions.TripleDESPasswordStorageScheme
+ds-cfg-enabled: true
+
+dn: cn=AES,cn=Password Storage Schemes,cn=config
+objectClass: top
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-aes-password-storage-scheme
+cn: AES
+ds-cfg-java-class: org.opends.server.extensions.AESPasswordStorageScheme
+ds-cfg-enabled: true
+
+dn: cn=Blowfish,cn=Password Storage Schemes,cn=config
+objectClass: top
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-blowfish-password-storage-scheme
+cn: Blowfish
+ds-cfg-java-class: org.opends.server.extensions.BlowfishPasswordStorageScheme
+ds-cfg-enabled: true
+
+dn: cn=RC4,cn=Password Storage Schemes,cn=config
+objectClass: top
+objectClass: ds-cfg-password-storage-scheme
+objectClass: ds-cfg-rc4-password-storage-scheme
+cn: RC4
+ds-cfg-java-class: org.opends.server.extensions.RC4PasswordStorageScheme
+ds-cfg-enabled: true
+
+dn: cn=Password Validators,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Password Validators
+
+dn: cn=Attribute Value,cn=Password Validators,cn=config
+objectClass: top
+objectClass: ds-cfg-password-validator
+objectClass: ds-cfg-attribute-value-password-validator
+cn: Attribute Value
+ds-cfg-java-class: org.opends.server.extensions.AttributeValuePasswordValidator
+ds-cfg-enabled: true
+ds-cfg-test-reversed-password: true
+
+dn: cn=Character Set,cn=Password Validators,cn=config
+objectClass: top
+objectClass: ds-cfg-password-validator
+objectClass: ds-cfg-character-set-password-validator
+cn: Character Set
+ds-cfg-java-class: org.opends.server.extensions.CharacterSetPasswordValidator
+ds-cfg-enabled: true
+ds-cfg-character-set: 1:abcdefghijklmnopqrstuvwxyz
+ds-cfg-character-set: 1:ABCDEFGHIJKLMNOPQRSTUVWXYZ
+ds-cfg-character-set: 1:0123456789
+ds-cfg-character-set: 1:~!@#$%^&*()-_=+[]{}|;:,.<>/?
+ds-cfg-allow-unclassified-characters: true
+
+dn: cn=Dictionary,cn=Password Validators,cn=config
+objectClass: top
+objectClass: ds-cfg-password-validator
+objectClass: ds-cfg-dictionary-password-validator
+cn: Dictionary
+ds-cfg-java-class: org.opends.server.extensions.DictionaryPasswordValidator
+ds-cfg-enabled: false
+ds-cfg-dictionary-file: config/wordlist.txt
+ds-cfg-case-sensitive-validation: false
+ds-cfg-test-reversed-password: true
+
+dn: cn=Length-Based Password Validator,cn=Password Validators,cn=config
+objectClass: top
+objectClass: ds-cfg-password-validator
+objectClass: ds-cfg-length-based-password-validator
+cn: Length-Based Password Validator
+ds-cfg-java-class: org.opends.server.extensions.LengthBasedPasswordValidator
+ds-cfg-enabled: true
+ds-cfg-min-password-length: 6
+ds-cfg-max-password-length: 0
+
+dn: cn=Repeated Characters,cn=Password Validators,cn=config
+objectClass: top
+objectClass: ds-cfg-password-validator
+objectClass: ds-cfg-repeated-characters-password-validator
+cn: Repeated Characters
+ds-cfg-java-class: org.opends.server.extensions.RepeatedCharactersPasswordValidator
+ds-cfg-enabled: true
+ds-cfg-max-consecutive-length: 2
+ds-cfg-case-sensitive-validation: false
+
+dn: cn=Similarity-Based Password Validator,cn=Password Validators,cn=config
+objectClass: top
+objectClass: ds-cfg-password-validator
+objectClass: ds-cfg-similarity-based-password-validator
+cn: Similarity-Based Password Validator
+ds-cfg-java-class: org.opends.server.extensions.SimilarityBasedPasswordValidator
+ds-cfg-enabled: true
+ds-cfg-min-password-difference: 3
+
+dn: cn=Unique Characters,cn=Password Validators,cn=config
+objectClass: top
+objectClass: ds-cfg-password-validator
+objectClass: ds-cfg-unique-characters-password-validator
+cn: Unique Characters
+ds-cfg-java-class: org.opends.server.extensions.UniqueCharactersPasswordValidator
+ds-cfg-enabled: true
+ds-cfg-min-unique-characters: 5
+ds-cfg-case-sensitive-validation: false
+
+dn: cn=Plugins,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+objectClass: ds-cfg-plugin-root
+cn: Plugins
+
+dn: cn=7-Bit Clean,cn=Plugins,cn=config
+objectClass: top
+objectClass: ds-cfg-plugin
+objectClass: ds-cfg-seven-bit-clean-plugin
+cn: 7-Bit Clean
+ds-cfg-java-class: org.opends.server.plugins.SevenBitCleanPlugin
+ds-cfg-enabled: false
+ds-cfg-plugin-type: ldifImport
+ds-cfg-plugin-type: preParseAdd
+ds-cfg-plugin-type: preParseModify
+ds-cfg-plugin-type: preParseModifyDN
+ds-cfg-attribute-type: uid
+ds-cfg-attribute-type: mail
+ds-cfg-attribute-type: userPassword
+ds-cfg-invoke-for-internal-operations: true
+
+dn: cn=Entry UUID,cn=Plugins,cn=config
+objectClass: top
+objectClass: ds-cfg-plugin
+objectClass: ds-cfg-entry-uuid-plugin
+cn: Entry UUID
+ds-cfg-java-class: org.opends.server.plugins.EntryUUIDPlugin
+ds-cfg-enabled: true
+ds-cfg-plugin-type: ldifImport
+ds-cfg-plugin-type: preOperationAdd
+ds-cfg-invoke-for-internal-operations: true
+
+dn: cn=LastMod,cn=Plugins,cn=config
+objectClass: top
+objectClass: ds-cfg-plugin
+objectClass: ds-cfg-last-mod-plugin
+cn: LastMod
+ds-cfg-java-class: org.opends.server.plugins.LastModPlugin
+ds-cfg-enabled: true
+ds-cfg-plugin-type: preOperationAdd
+ds-cfg-plugin-type: preOperationModify
+ds-cfg-plugin-type: preOperationModifyDN
+ds-cfg-invoke-for-internal-operations: true
+
+dn: cn=LDAP Attribute Description List,cn=Plugins,cn=config
+objectClass: top
+objectClass: ds-cfg-plugin
+objectClass: ds-cfg-ldap-attribute-description-list-plugin
+cn: LDAP Attribute Description List
+ds-cfg-java-class: org.opends.server.plugins.LDAPADListPlugin
+ds-cfg-enabled: true
+ds-cfg-plugin-type: preParseSearch
+ds-cfg-invoke-for-internal-operations: true
+
+dn: cn=Password Policy Import,cn=Plugins,cn=config
+objectClass: top
+objectClass: ds-cfg-plugin
+objectClass: ds-cfg-password-policy-import-plugin
+cn: Password Policy Import
+ds-cfg-java-class: org.opends.server.plugins.PasswordPolicyImportPlugin
+ds-cfg-enabled: true
+ds-cfg-plugin-type: ldifImport
+ds-cfg-default-user-password-storage-scheme: cn=Salted SHA-1,cn=Password Storage Schemes,cn=config
+ds-cfg-default-auth-password-storage-scheme: cn=Salted SHA-1,cn=Password Storage Schemes,cn=config
+ds-cfg-invoke-for-internal-operations: false
+
+dn: cn=Profiler,cn=Plugins,cn=config
+objectClass: top
+objectClass: ds-cfg-plugin
+objectClass: ds-cfg-profiler-plugin
+cn: Profiler
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.plugins.profiler.ProfilerPlugin
+ds-cfg-plugin-type: startup
+ds-cfg-enable-profiling-on-startup: false
+ds-cfg-profile-directory: logs
+ds-cfg-profile-sample-interval: 10 milliseconds
+ds-cfg-invoke-for-internal-operations: false
+
+dn: cn=Referential Integrity,cn=Plugins,cn=config
+objectClass: top
+objectClass: ds-cfg-plugin
+objectClass: ds-cfg-referential-integrity-plugin
+cn: Referential Integrity
+ds-cfg-java-class: org.opends.server.plugins.ReferentialIntegrityPlugin
+ds-cfg-enabled: false
+ds-cfg-plugin-type: postOperationDelete
+ds-cfg-plugin-type: postOperationModifyDN
+ds-cfg-plugin-type: subordinateModifyDN
+ds-cfg-attribute-type: member
+ds-cfg-attribute-type: uniqueMember
+ds-cfg-invoke-for-internal-operations: true
+
+dn: cn=UID Unique Attribute,cn=Plugins,cn=config
+objectClass: top
+objectClass: ds-cfg-plugin
+objectClass: ds-cfg-unique-attribute-plugin
+cn: UID Unique Attribute
+ds-cfg-java-class: org.opends.server.plugins.UniqueAttributePlugin
+ds-cfg-enabled: false
+ds-cfg-plugin-type: preOperationAdd
+ds-cfg-plugin-type: preOperationModify
+ds-cfg-plugin-type: preOperationModifyDN
+ds-cfg-plugin-type: postSynchronizationAdd
+ds-cfg-plugin-type: postSynchronizationModify
+ds-cfg-plugin-type: postSynchronizationModifyDN
+ds-cfg-type: uid
+ds-cfg-invoke-for-internal-operations: true
+
+dn: cn=Root DNs,cn=config
+objectClass: top
+objectClass: ds-cfg-root-dn
+cn: Root DNs
+ds-cfg-default-root-privilege-name: bypass-acl
+ds-cfg-default-root-privilege-name: modify-acl
+ds-cfg-default-root-privilege-name: config-read
+ds-cfg-default-root-privilege-name: config-write
+ds-cfg-default-root-privilege-name: ldif-import
+ds-cfg-default-root-privilege-name: ldif-export
+ds-cfg-default-root-privilege-name: backend-backup
+ds-cfg-default-root-privilege-name: backend-restore
+ds-cfg-default-root-privilege-name: server-shutdown
+ds-cfg-default-root-privilege-name: server-restart
+ds-cfg-default-root-privilege-name: disconnect-client
+ds-cfg-default-root-privilege-name: cancel-request
+ds-cfg-default-root-privilege-name: password-reset
+ds-cfg-default-root-privilege-name: update-schema
+ds-cfg-default-root-privilege-name: privilege-change
+ds-cfg-default-root-privilege-name: unindexed-search
+
+dn: cn=Directory Manager,cn=Root DNs,cn=config
+objectClass: top
+objectClass: person
+objectClass: organizationalPerson
+objectClass: inetOrgPerson
+objectClass: ds-cfg-root-dn-user
+cn: Directory Manager
+givenName: Directory
+sn: Manager
+userPassword: {SSHA512}l1t43vVl7Uh03PpQ2vCsT0B7Q0HTi+tKJmH7tZTmSGaKrMHWHO1czfwEsjMgfbeQoiYQDGDuxolipR0H6ajMu1YHlTjPNG9Z
+ds-cfg-alternate-bind-dn: cn=Directory Manager
+ds-rlim-size-limit: 0
+ds-rlim-time-limit: 0
+ds-rlim-idle-time-limit: 0
+ds-rlim-lookthrough-limit: 0
+ds-pwp-password-policy-dn: cn=Root Password Policy,cn=Password Policies,cn=config
+
+dn: cn=Root DSE,cn=config
+objectClass: top
+objectClass: ds-cfg-root-dse-backend
+cn: Root DSE
+ds-cfg-show-all-attributes: false
+
+dn: cn=SASL Mechanisms,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: SASL Mechanisms
+
+dn: cn=ANONYMOUS,cn=SASL Mechanisms,cn=config
+objectClass: top
+objectClass: ds-cfg-sasl-mechanism-handler
+objectClass: ds-cfg-anonymous-sasl-mechanism-handler
+cn: ANONYMOUS
+ds-cfg-java-class: org.opends.server.extensions.AnonymousSASLMechanismHandler
+ds-cfg-enabled: false
+
+dn: cn=CRAM-MD5,cn=SASL Mechanisms,cn=config
+objectClass: top
+objectClass: ds-cfg-sasl-mechanism-handler
+objectClass: ds-cfg-cram-md5-sasl-mechanism-handler
+cn: CRAM-MD5
+ds-cfg-java-class: org.opends.server.extensions.CRAMMD5SASLMechanismHandler
+ds-cfg-enabled: true
+ds-cfg-identity-mapper: cn=Exact Match,cn=Identity Mappers,cn=config
+
+dn: cn=DIGEST-MD5,cn=SASL Mechanisms,cn=config
+objectClass: top
+objectClass: ds-cfg-sasl-mechanism-handler
+objectClass: ds-cfg-digest-md5-sasl-mechanism-handler
+cn: DIGEST-MD5
+ds-cfg-java-class: org.opends.server.extensions.DigestMD5SASLMechanismHandler
+ds-cfg-enabled: true
+ds-cfg-identity-mapper: cn=Exact Match,cn=Identity Mappers,cn=config
+
+dn: cn=EXTERNAL,cn=SASL Mechanisms,cn=config
+objectClass: top
+objectClass: ds-cfg-sasl-mechanism-handler
+objectClass: ds-cfg-external-sasl-mechanism-handler
+cn: EXTERNAL
+ds-cfg-java-class: org.opends.server.extensions.ExternalSASLMechanismHandler
+ds-cfg-enabled: true
+ds-cfg-certificate-validation-policy: ifpresent
+ds-cfg-certificate-attribute: userCertificate
+ds-cfg-certificate-mapper: cn=Subject Equals DN,cn=Certificate Mappers,cn=config
+
+dn: cn=GSSAPI,cn=SASL Mechanisms,cn=config
+objectClass: top
+objectClass: ds-cfg-sasl-mechanism-handler
+objectClass: ds-cfg-gssapi-sasl-mechanism-handler
+cn: GSSAPI
+ds-cfg-java-class: org.opends.server.extensions.GSSAPISASLMechanismHandler
+ds-cfg-enabled: false
+ds-cfg-identity-mapper: cn=Regular Expression,cn=Identity Mappers,cn=config
+ds-cfg-keytab: /etc/krb5/krb5.keytab
+
+dn: cn=PLAIN,cn=SASL Mechanisms,cn=config
+objectClass: top
+objectClass: ds-cfg-sasl-mechanism-handler
+objectClass: ds-cfg-plain-sasl-mechanism-handler
+cn: PLAIN
+ds-cfg-java-class: org.opends.server.extensions.PlainSASLMechanismHandler
+ds-cfg-enabled: true
+ds-cfg-identity-mapper: cn=Exact Match,cn=Identity Mappers,cn=config
+
+dn: cn=Synchronization Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Synchronization Providers
+
+dn: cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-synchronization-provider
+objectClass: ds-cfg-replication-synchronization-provider
+cn: Multimaster Synchronization
+ds-cfg-enabled: true
+ds-cfg-java-class: org.opends.server.replication.plugin.MultimasterReplication
+
+dn: cn=domains,cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: domains
+
+dn: cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Syntaxes
+
+dn: cn=Absolute Subtree Specification,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Absolute Subtree Specification
+ds-cfg-java-class: org.opends.server.schema.AbsoluteSubtreeSpecificationSyntax
+ds-cfg-enabled: true
+
+dn: cn=Sun-defined Access Control Information,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Sun-defined Access Control Information
+ds-cfg-java-class: org.opends.server.schema.AciSyntax
+ds-cfg-enabled: true
+
+dn: cn=Attribute Type Description,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+objectClass: ds-cfg-attribute-type-description-attribute-syntax
+cn: Attribute Type Description
+ds-cfg-java-class: org.opends.server.schema.AttributeTypeSyntax
+ds-cfg-enabled: true
+ds-cfg-strip-syntax-min-upper-bound: false
+
+dn: cn=Authentication Password,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Authentiation Password
+ds-cfg-java-class: org.opends.server.schema.AuthPasswordSyntax
+ds-cfg-enabled: true
+
+dn: cn=Binary,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Binary
+ds-cfg-java-class: org.opends.server.schema.BinarySyntax
+ds-cfg-enabled: true
+
+dn: cn=Bit String,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Bit String
+ds-cfg-java-class: org.opends.server.schema.BitStringSyntax
+ds-cfg-enabled: true
+
+dn: cn=Boolean,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Boolean
+ds-cfg-java-class: org.opends.server.schema.BooleanSyntax
+ds-cfg-enabled: true
+
+dn: cn=Certificate,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Certificate
+ds-cfg-java-class: org.opends.server.schema.CertificateSyntax
+ds-cfg-enabled: true
+
+dn: cn=Certificate List,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Certificate List
+ds-cfg-java-class: org.opends.server.schema.CertificateListSyntax
+ds-cfg-enabled: true
+
+dn: cn=Certificate Pair,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Certificate Pair
+ds-cfg-java-class: org.opends.server.schema.CertificatePairSyntax
+ds-cfg-enabled: true
+
+dn: cn=Country String,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Country String
+ds-cfg-java-class: org.opends.server.schema.CountryStringSyntax
+ds-cfg-enabled: true
+
+dn: cn=Delivery Method,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Delivery Method
+ds-cfg-java-class: org.opends.server.schema.DeliveryMethodSyntax
+ds-cfg-enabled: true
+
+dn: cn=Directory String,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+objectClass: ds-cfg-directory-string-attribute-syntax
+cn: Directory String
+ds-cfg-java-class: org.opends.server.schema.DirectoryStringSyntax
+ds-cfg-enabled: true
+ds-cfg-allow-zero-length-values: false
+
+dn: cn=Distinguished Name,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Distinguished Name
+ds-cfg-java-class: org.opends.server.schema.DistinguishedNameSyntax
+ds-cfg-enabled: true
+
+dn: cn=DIT Content Rule Description,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: DIT Content Rule Description
+ds-cfg-java-class: org.opends.server.schema.DITContentRuleSyntax
+ds-cfg-enabled: true
+
+dn: cn=DIT Structure Rule Description,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: DIT Structure Rule Description
+ds-cfg-java-class: org.opends.server.schema.DITStructureRuleSyntax
+ds-cfg-enabled: true
+
+dn: cn=Enhanced Guide,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Enhanced Guide
+ds-cfg-java-class: org.opends.server.schema.EnhancedGuideSyntax
+ds-cfg-enabled: true
+
+dn: cn=Facsimile Telephone Number,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Facsimile Telephone Number
+ds-cfg-java-class: org.opends.server.schema.FaxNumberSyntax
+ds-cfg-enabled: true
+
+dn: cn=Fax,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Fax
+ds-cfg-java-class: org.opends.server.schema.FaxSyntax
+ds-cfg-enabled: true
+
+dn: cn=Generalized Time,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Generalized Time
+ds-cfg-java-class: org.opends.server.schema.GeneralizedTimeSyntax
+ds-cfg-enabled: true
+
+dn: cn=Guide,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Guide
+ds-cfg-java-class: org.opends.server.schema.GuideSyntax
+ds-cfg-enabled: true
+
+dn: cn=IA5 String,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: IA5 String
+ds-cfg-java-class: org.opends.server.schema.IA5StringSyntax
+ds-cfg-enabled: true
+
+dn: cn=Integer,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Integer
+ds-cfg-java-class: org.opends.server.schema.IntegerSyntax
+ds-cfg-enabled: true
+
+dn: cn=JPEG,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: JPEG
+ds-cfg-java-class: org.opends.server.schema.JPEGSyntax
+ds-cfg-enabled: true
+
+dn: cn=LDAP Syntax Description,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: LDAP Syntax Description
+ds-cfg-java-class: org.opends.server.schema.LDAPSyntaxDescriptionSyntax
+ds-cfg-enabled: true
+
+dn: cn=Matching Rule Description,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Matching Rule Description
+ds-cfg-java-class: org.opends.server.schema.MatchingRuleSyntax
+ds-cfg-enabled: true
+
+dn: cn=Matching Rule Use Description,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Matching Rule Use Description
+ds-cfg-java-class: org.opends.server.schema.MatchingRuleUseSyntax
+ds-cfg-enabled: true
+
+dn: cn=Name and Optional UID,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Name and Optional UID
+ds-cfg-java-class: org.opends.server.schema.NameAndOptionalUIDSyntax
+ds-cfg-enabled: true
+
+dn: cn=Name Form Description,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Name Form Description
+ds-cfg-java-class: org.opends.server.schema.NameFormSyntax
+ds-cfg-enabled: true
+
+dn: cn=Numeric String,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Numeric String
+ds-cfg-java-class: org.opends.server.schema.NumericStringSyntax
+ds-cfg-enabled: true
+
+dn: cn=Object Class Description,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Object Class Description
+ds-cfg-java-class: org.opends.server.schema.ObjectClassSyntax
+ds-cfg-enabled: true
+
+dn: cn=Object Identifier,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Object Identifier
+ds-cfg-java-class: org.opends.server.schema.OIDSyntax
+ds-cfg-enabled: true
+
+dn: cn=Octet String,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Octet String
+ds-cfg-java-class: org.opends.server.schema.OctetStringSyntax
+ds-cfg-enabled: true
+
+dn: cn=Other Mailbox,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Other Mailbox
+ds-cfg-java-class: org.opends.server.schema.OtherMailboxSyntax
+ds-cfg-enabled: true
+
+dn: cn=Postal Address,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Postal Address
+ds-cfg-java-class: org.opends.server.schema.PostalAddressSyntax
+ds-cfg-enabled: true
+
+dn: cn=Presentation Address,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Presentation Address
+ds-cfg-java-class: org.opends.server.schema.PresentationAddressSyntax
+ds-cfg-enabled: true
+
+dn: cn=Printable String,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Printable String
+ds-cfg-java-class: org.opends.server.schema.PrintableStringSyntax
+ds-cfg-enabled: true
+
+dn: cn=Protocol Information,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Protocol Information
+ds-cfg-java-class: org.opends.server.schema.ProtocolInformationSyntax
+ds-cfg-enabled: true
+
+dn: cn=Relative Subtree Specification,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Relative Subtree Specification
+ds-cfg-java-class: org.opends.server.schema.RelativeSubtreeSpecificationSyntax
+ds-cfg-enabled: true
+
+dn: cn=Substring Assertion,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Substring Assertion
+ds-cfg-java-class: org.opends.server.schema.SubstringAssertionSyntax
+ds-cfg-enabled: true
+
+dn: cn=Subtree Specification,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Subtree Specification
+ds-cfg-java-class: org.opends.server.schema.RFC3672SubtreeSpecificationSyntax
+ds-cfg-enabled: true
+
+dn: cn=Supported Algorithm,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Supported Algorithm
+ds-cfg-java-class: org.opends.server.schema.SupportedAlgorithmSyntax
+ds-cfg-enabled: true
+
+dn: cn=Telephone Number,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+objectClass: ds-cfg-telephone-number-attribute-syntax
+cn: Telephone Number
+ds-cfg-java-class: org.opends.server.schema.TelephoneNumberSyntax
+ds-cfg-enabled: true
+ds-cfg-strict-format: false
+
+dn: cn=Teletex Terminal Identifier,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Teletex Terminal Identifier
+ds-cfg-java-class: org.opends.server.schema.TeletexTerminalIdentifierSyntax
+ds-cfg-enabled: true
+
+dn: cn=Telex Number,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: Telex Number
+ds-cfg-java-class: org.opends.server.schema.TelexNumberSyntax
+ds-cfg-enabled: true
+
+dn: cn=UTC Time,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: UTC Time
+ds-cfg-java-class: org.opends.server.schema.UTCTimeSyntax
+ds-cfg-enabled: true
+
+dn: cn=User Password,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: User Password
+ds-cfg-java-class: org.opends.server.schema.UserPasswordSyntax
+ds-cfg-enabled: true
+
+dn: cn=UUID,cn=Syntaxes,cn=config
+objectClass: top
+objectClass: ds-cfg-attribute-syntax
+cn: UUID
+ds-cfg-java-class: org.opends.server.schema.UUIDSyntax
+ds-cfg-enabled: true
+
+dn: cn=Trust Manager Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Trust Manager Providers
+
+dn: cn=Blind Trust,cn=Trust Manager Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-trust-manager-provider
+objectClass: ds-cfg-blind-trust-manager-provider
+cn: Blind Trust
+ds-cfg-java-class: org.opends.server.extensions.BlindTrustManagerProvider
+ds-cfg-enabled: false
+
+dn: cn=JKS,cn=Trust Manager Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-trust-manager-provider
+objectClass: ds-cfg-file-based-trust-manager-provider
+cn: JKS
+ds-cfg-java-class: org.opends.server.extensions.FileBasedTrustManagerProvider
+ds-cfg-enabled: false
+ds-cfg-trust-store-type: JKS
+ds-cfg-trust-store-file: config/truststore
+
+dn: cn=PKCS12,cn=Trust Manager Providers,cn=config
+objectClass: top
+objectClass: ds-cfg-trust-manager-provider
+objectClass: ds-cfg-file-based-trust-manager-provider
+cn: PKCS12
+ds-cfg-java-class: org.opends.server.extensions.FileBasedTrustManagerProvider
+ds-cfg-enabled: false
+ds-cfg-trust-store-type: PKCS12
+ds-cfg-trust-store-file: config/truststore.p12
+
+dn: cn=Virtual Attributes,cn=config
+objectClass: top
+objectClass: ds-cfg-branch
+cn: Virtual Attributes
+
+dn: cn=entryDN,cn=Virtual Attributes,cn=config
+objectClass: top
+objectClass: ds-cfg-virtual-attribute
+objectClass: ds-cfg-entry-dn-virtual-attribute
+cn: entryDN
+ds-cfg-java-class: org.opends.server.extensions.EntryDNVirtualAttributeProvider
+ds-cfg-enabled: true
+ds-cfg-attribute-type: entryDN
+ds-cfg-conflict-behavior: virtual-overrides-real
+
+dn: cn=entryUUID,cn=Virtual Attributes,cn=config
+objectClass: top
+objectClass: ds-cfg-virtual-attribute
+objectClass: ds-cfg-entry-uuid-virtual-attribute
+cn: entryUUIUD
+ds-cfg-java-class: org.opends.server.extensions.EntryUUIDVirtualAttributeProvider
+ds-cfg-enabled: true
+ds-cfg-attribute-type: entryUUID
+ds-cfg-conflict-behavior: real-overrides-virtual
+
+dn: cn=hasSubordinates,cn=Virtual Attributes,cn=config
+objectClass: top
+objectClass: ds-cfg-virtual-attribute
+objectClass: ds-cfg-has-subordinates-virtual-attribute
+cn: hasSubordinates
+ds-cfg-java-class: org.opends.server.extensions.HasSubordinatesVirtualAttributeProvider
+ds-cfg-enabled: true
+ds-cfg-attribute-type: hasSubordinates
+ds-cfg-conflict-behavior: virtual-overrides-real
+
+dn: cn=isMemberOf,cn=Virtual Attributes,cn=config
+objectClass: top
+objectClass: ds-cfg-virtual-attribute
+objectClass: ds-cfg-is-member-of-virtual-attribute
+cn: isMemberOf
+ds-cfg-java-class: org.opends.server.extensions.IsMemberOfVirtualAttributeProvider
+ds-cfg-enabled: true
+ds-cfg-attribute-type: isMemberOf
+ds-cfg-filter: (objectClass=person)
+ds-cfg-conflict-behavior: virtual-overrides-real
+
+dn: cn=numSubordinates,cn=Virtual Attributes,cn=config
+objectClass: top
+objectClass: ds-cfg-virtual-attribute
+objectClass: ds-cfg-num-subordinates-virtual-attribute
+cn: numSubordinates
+ds-cfg-java-class: org.opends.server.extensions.NumSubordinatesVirtualAttributeProvider
+ds-cfg-enabled: true
+ds-cfg-attribute-type: numSubordinates
+ds-cfg-conflict-behavior: virtual-overrides-real
+
+dn: cn=subschemaSubentry,cn=Virtual Attributes,cn=config
+objectClass: top
+objectClass: ds-cfg-virtual-attribute
+objectClass: ds-cfg-subschema-subentry-virtual-attribute
+cn: subschemaSubentry
+ds-cfg-java-class: org.opends.server.extensions.SubschemaSubentryVirtualAttributeProvider
+ds-cfg-enabled: true
+ds-cfg-attribute-type: subschemaSubentry
+ds-cfg-conflict-behavior: virtual-overrides-real
+
+dn: cn=Virtual Static member,cn=Virtual Attributes,cn=config
+objectClass: top
+objectClass: ds-cfg-virtual-attribute
+objectClass: ds-cfg-member-virtual-attribute
+cn: Virtual Static member
+ds-cfg-java-class: org.opends.server.extensions.MemberVirtualAttributeProvider
+ds-cfg-enabled: true
+ds-cfg-attribute-type: member
+ds-cfg-conflict-behavior: virtual-overrides-real
+ds-cfg-filter: (&(objectClass=groupOfNames)(objectClass=ds-virtual-static-group))
+ds-cfg-allow-retrieving-membership: false
+
+dn: cn=Virtual Static uniqueMember,cn=Virtual Attributes,cn=config
+objectClass: top
+objectClass: ds-cfg-virtual-attribute
+objectClass: ds-cfg-member-virtual-attribute
+cn: Virtual Static uniqueMember
+ds-cfg-java-class: org.opends.server.extensions.MemberVirtualAttributeProvider
+ds-cfg-enabled: true
+ds-cfg-attribute-type: uniqueMember
+ds-cfg-conflict-behavior: virtual-overrides-real
+ds-cfg-filter: (&(objectClass=groupOfUniqueNames)(objectClass=ds-virtual-static-group))
+ds-cfg-allow-retrieving-membership: false
+
+dn: cn=Work Queue,cn=config
+objectClass: top
+objectClass: ds-cfg-work-queue
+objectClass: ds-cfg-traditional-work-queue
+cn: Work Queue
+ds-cfg-java-class: org.opends.server.extensions.TraditionalWorkQueue
+ds-cfg-num-worker-threads: 24
+ds-cfg-max-work-queue-capacity: 0
+
+
+dn: cn=SNMP Connection Handler,cn=Connection Handlers,cn=config
+objectClass: top
+objectClass: ds-cfg-connection-handler
+objectClass: ds-cfg-snmp-connection-handler
+cn: SNMP Connection Handler
+ds-cfg-java-class: org.opends.server.snmp.SNMPConnectionHandler
+ds-cfg-enabled: false
+ds-cfg-trap-port: 162
+ds-cfg-listen-port: 161
+

Deleted: projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/upgrade/schema.ldif.2794
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/upgrade/schema.ldif.2794	2008-10-22 19:22:22 UTC (rev 79939)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/upgrade/schema.ldif.2794	2008-10-22 20:31:45 UTC (rev 79940)
@@ -1,1008 +0,0 @@
-dn: cn=schema
-objectClass: top
-objectClass: ldapSubentry
-objectClass: subschema
-attributeTypes: ( 2.5.4.41 NAME 'name' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.49 NAME 'distinguishedName' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.0 NAME 'objectClass' EQUALITY objectIdentifierMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.1 NAME 'aliasedObjectName' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.2 NAME 'knowledgeInformation' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} X-ORIGIN 'RFC 2256' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.3 NAME ( 'cn' 'commonName' ) SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.4 NAME ( 'sn' 'surname' ) SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.5 NAME 'serialNumber' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{64} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.6 NAME ( 'c' 'countryName' ) SUP name SINGLE-VALUE X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.7 NAME ( 'l' 'localityName' ) SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.8 NAME ( 'st' 'stateOrProvinceName' ) SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.9 NAME ( 'street' 'streetAddress' ) EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.10 NAME ( 'o' 'organizationName' ) SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.11 NAME ( 'ou' 'organizationalUnitName' ) SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.12 NAME 'title' SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.13 NAME 'description' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.14 NAME 'searchGuide' SYNTAX 1.3.6.1.4.1.1466.115.121.1.25 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.15 NAME 'businessCategory' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.16 NAME 'postalAddress' EQUALITY caseIgnoreListMatch SUBSTR caseIgnoreListSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.17 NAME 'postalCode' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.18 NAME 'postOfficeBox' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.19 NAME 'physicalDeliveryOfficeName' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.20 NAME 'telephoneNumber' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.50{32} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.21 NAME 'telexNumber' SYNTAX 1.3.6.1.4.1.1466.115.121.1.52 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.22 NAME 'teletexTerminalIdentifier' SYNTAX 1.3.6.1.4.1.1466.115.121.1.51 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.23 NAME 'facsimileTelephoneNumber' SYNTAX 1.3.6.1.4.1.1466.115.121.1.22 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.24 NAME 'x121Address' EQUALITY numericStringMatch SUBSTR numericStringSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{15} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.25 NAME 'internationaliSDNNumber' EQUALITY numericStringMatch SUBSTR numericStringSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.26 NAME 'registeredAddress' SUP postalAddress SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.27 NAME 'destinationIndicator' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{128} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.28 NAME 'preferredDeliveryMethod' SYNTAX 1.3.6.1.4.1.1466.115.121.1.14 SINGLE-VALUE X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.29 NAME 'presentationAddress' EQUALITY presentationAddressMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.43 SINGLE-VALUE X-ORIGIN 'RFC 2256' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.30 NAME 'supportedApplicationContext' EQUALITY objectIdentifierMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 X-ORIGIN 'RFC 2256' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.31 NAME 'member' SUP distinguishedName X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.32 NAME 'owner' SUP distinguishedName X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.33 NAME 'roleOccupant' SUP distinguishedName X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.34 NAME 'seeAlso' SUP distinguishedName X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.35 NAME 'userPassword' SYNTAX 1.3.6.1.4.1.26027.1.3.1 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.36 NAME 'userCertificate' SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.37 NAME 'cACertificate' SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.38 NAME 'authorityRevocationList' SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.39 NAME 'certificateRevocationList' SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.40 NAME 'crossCertificatePair' SYNTAX 1.3.6.1.4.1.1466.115.121.1.10 X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.42 NAME 'givenName' SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.43 NAME 'initials' SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.44 NAME 'generationQualifier' SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.45 NAME 'x500UniqueIdentifier' EQUALITY bitStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.6 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.46 NAME 'dnQualifier' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.47 NAME 'enhancedSearchGuide' SYNTAX 1.3.6.1.4.1.1466.115.121.1.21 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 1.3.6.1.1.16.4 NAME 'entryUUID' DESC 'UUID of the entry' EQUALITY uuidMatch ORDERING uuidOrderingMatch SYNTAX 1.3.6.1.1.16.1 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'RFC 4530' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.48 NAME 'protocolInformation' EQUALITY protocolInformationMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.42 X-ORIGIN 'RFC 2256' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.50 NAME 'uniqueMember' EQUALITY uniqueMemberMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.34 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.51 NAME 'houseIdentifier' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.52 NAME 'supportedAlgorithms' SYNTAX 1.3.6.1.4.1.1466.115.121.1.49 X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.53 NAME 'deltaRevocationList' SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.4.54 NAME 'dmdName' SUP name X-ORIGIN 'RFC 2256' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.18.1 NAME 'createTimestamp' EQUALITY generalizedTimeMatch ORDERING generalizedTimeOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.18.2 NAME 'modifyTimestamp' EQUALITY generalizedTimeMatch ORDERING generalizedTimeOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.18.3 NAME 'creatorsName' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.18.4 NAME 'modifiersName' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.18.10 NAME 'subschemaSubentry' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.21.5 NAME 'attributeTypes' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.3 USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.21.6 NAME 'objectClasses' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.37 USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.21.4 NAME 'matchingRules' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.30 USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.21.8 NAME 'matchingRuleUse' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.31 USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.1466.101.120.5 NAME 'namingContexts' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 USAGE dSAOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.1466.101.120.6 NAME 'altServer' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE dSAOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.1466.101.120.7 NAME 'supportedExtension' SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 USAGE dSAOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.1466.101.120.13 NAME 'supportedControl' SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 USAGE dSAOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.1466.101.120.14 NAME 'supportedSASLMechanisms' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE dSAOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.1466.101.120.15 NAME 'supportedLDAPVersion' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 USAGE dSAOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.4203.1.3.5 NAME 'supportedFeatures' EQUALITY objectIdentifierMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 USAGE dSAOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.1466.101.120.16 NAME 'ldapSyntaxes' SYNTAX 1.3.6.1.4.1.1466.115.121.1.54 USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.21.1 NAME 'dITStructureRules' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.17 USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.21.7 NAME 'nameForms' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.35 USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.5.21.2 NAME 'dITContentRules' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.16 USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.25 NAME ( 'dc' 'domainComponent' ) EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.16.840.1.113730.3.1.1 NAME 'carLicense' DESC 'vehicle license or registration plate' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.16.840.1.113730.3.1.2 NAME 'departmentNumber' DESC 'identifies a department within an organization' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.16.840.1.113730.3.1.241 NAME 'displayName' DESC 'preferred name of a person to be used when displaying entries' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.16.840.1.113730.3.1.3 NAME 'employeeNumber' DESC 'numerically identifies an employee within an organization' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.16.840.1.113730.3.1.4 NAME 'employeeType' DESC 'type of employment for a person' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.60 NAME 'jpegPhoto' DESC 'a JPEG image' SYNTAX 1.3.6.1.4.1.1466.115.121.1.28 X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.16.840.1.113730.3.1.39 NAME 'preferredLanguage' DESC 'preferred written or spoken language for a person' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.16.840.1.113730.3.1.40 NAME 'userSMIMECertificate' DESC 'PKCS#7 SignedData used to support S/MIME' SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.16.840.1.113730.3.1.216 NAME 'userPKCS12' DESC 'PKCS #12 PFX PDU for exchange of personal identity information' SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.37 NAME 'associatedDomain' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.38 NAME 'associatedName' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.48 NAME 'buildingName' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.43 NAME ('co' 'friendlyCountryName' ) EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.14 NAME 'documentAuthor' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.11 NAME 'documentIdentifier' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.15 NAME 'documentLocation' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.56 NAME 'documentPublisher' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.12 NAME 'documentTitle' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.13 NAME 'documentVersion' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.5 NAME ( 'drink' 'favouriteDrink' ) EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.20 NAME ( 'homePhone' 'homeTelephoneNumber' ) EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.39 NAME 'homePostalAddress' EQUALITY caseIgnoreListMatch SUBSTR caseIgnoreListSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.9 NAME 'host' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.4 NAME 'info' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{2048} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.3 NAME ( 'mail' 'rfc822Mailbox' ) EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.10 NAME 'manager' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.41 NAME ( 'mobile' 'mobileTelephoneNumber' ) EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.45 NAME 'organizationalStatus' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.42 NAME ( 'pager' 'pagerTelephoneNumber' ) EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.40 NAME 'personalTitle' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.6 NAME 'roomNumber' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.21 NAME 'secretary' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.44 NAME 'uniqueIdentifier' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.8 NAME 'userClass' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.250.1.57 NAME 'labeledURI' DESC 'Uniform Resource Identifier with optional label' EQUALITY caseExactMatch SUBSTR caseExactSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 2079' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.250.1.41 NAME 'labeledURL' DESC 'Uniform Resource Locator with optional label' EQUALITY caseExactMatch SUBSTR caseExactSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 2079' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.55 NAME 'audio' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{250000} X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.7 NAME 'photo' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.1 NAME ( 'uid' 'userid' ) EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 1.3.6.1.1.4 NAME 'vendorName' EQUALITY 1.3.6.1.4.1.1466.109.114.1 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation X-ORIGIN 'RFC 3045' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 1.3.6.1.1.5 NAME 'vendorVersion' EQUALITY 1.3.6.1.4.1.1466.109.114.1 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation X-ORIGIN 'RFC 3045' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.16.840.1.113730.3.1.34 NAME 'ref' DESC 'named reference - a labeledURI' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE distributedOperation X-ORIGIN 'RFC 3296' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.7628.5.4.1 NAME 'inheritable' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation X-ORIGIN 'draft-ietf-ldup-subentry' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.7628.5.4.2 NAME 'blockInheritance' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation X-ORIGIN 'draft-ietf-ldup-subentry' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.16.840.1.113730.3.1.55 NAME 'aci' DESC 'Sun-defined access control information attribute type' SYNTAX 1.3.6.1.4.1.26027.1.3.4 USAGE directoryOperation X-ORIGIN 'Sun Java System Directory Server' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.39 NAME 'aclRights' DESC 'Sun-defined access control effective rights attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'Sun Java System Directory Server' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.40 NAME 'aclRightsInfo' DESC 'Sun-defined access control effective rights information attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'Sun Java System Directory Server' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.16.840.1.113730.3.1.542 NAME 'nsUniqueId' DESC 'Sun-defined unique identifier' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'Sun Java System Directory Server' X-SCHEMA-FILE '00-core.ldif' )
-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' X-SCHEMA-FILE '00-core.ldif' )
-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' X-SCHEMA-FILE '00-core.ldif' )
-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' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.54 NAME 'dITRedirect' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.49 NAME 'dSAQuality' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.46 NAME 'janetMailbox' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.24 NAME 'lastModifiedBy' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.23 NAME 'lastModifiedTime' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.47 NAME 'mailPreferenceOption' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.53 NAME 'personalSignature' SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.50 NAME 'singleLevelQuality' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.51 NAME 'subtreeMinimumQuality' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.52 NAME 'subtreeMaximumQuality' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.2 NAME 'textEncodedORAddress' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.22 NAME 'otherMailbox' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.26 NAME 'aRecord' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.27 NAME 'mDRecord' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.28 NAME 'mxRecord' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.29 NAME 'nSRecord' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.30 NAME 'sOARecord' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 0.9.2342.19200300.100.1.31 NAME 'cNAMERecord' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 2.16.840.1.113730.3.1.602 NAME 'entryDN' DESC 'DN of the entry' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'draft-zeilenga-ldap-entrydn' X-SCHEMA-FILE '00-core.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.1 NAME 'pwdAttribute' EQUALITY objectIdentifierMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.2 NAME 'pwdMinAge' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.3 NAME 'pwdMaxAge' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.4 NAME 'pwdInHistory' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.5 NAME 'pwdCheckQuality' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.6 NAME 'pwdMinLength' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.7 NAME 'pwdExpireWarning' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.8 NAME 'pwdGraceAuthNLimit' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.9 NAME 'pwdLockout' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.10 NAME 'pwdLockoutDuration' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.11 NAME 'pwdMaxFailure' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.12 NAME 'pwdFailureCountInterval' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.13 NAME 'pwdMustChange' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.14 NAME 'pwdAllowUserChange' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.15 NAME 'pwdSafeModify' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.16 NAME 'pwdChangedTime' DESC 'The time the password was last changed' EQUALITY generalizedTimeMatch ORDERING generalizedTimeOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.17 NAME 'pwdAccountLockedTime' DESC 'The time an user account was locked' EQUALITY generalizedTimeMatch ORDERING generalizedTimeOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.19 NAME 'pwdFailureTime' DESC 'The timestamps of the last consecutive authentication failures' EQUALITY generalizedTimeMatch ORDERING generalizedTimeOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.20 NAME 'pwdHistory' DESC 'The history of user s passwords' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.21 NAME 'pwdGraceUseTime' DESC 'The timestamps of the grace authentication after the password has expired' EQUALITY generalizedTimeMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.22 NAME 'pwdReset' DESC 'The indication that the password has been reset' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes:  ( 1.3.6.1.4.1.42.2.27.8.1.23 NAME 'pwdPolicySubentry' DESC 'The pwdPolicy subentry in effect for this object' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.1 NAME 'ds-cfg-acl-handler-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.2 NAME 'ds-cfg-acl-handler-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.3 NAME 'ds-cfg-alert-handler-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.4 NAME 'ds-cfg-alert-handler-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.5 NAME 'ds-cfg-allow-attribute-name-exceptions' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.6 NAME 'ds-cfg-allowed-client' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.7 NAME 'ds-cfg-allow-ldapv2' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.8 NAME 'ds-cfg-allow-start-tls' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.9 NAME 'ds-cfg-allow-tcp-reuse-address' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.10 NAME 'ds-cfg-backend-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.11 NAME 'ds-cfg-backend-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.12 NAME 'ds-cfg-backend-directory' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.13 NAME 'ds-cfg-backend-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.14 NAME 'ds-cfg-backend-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.15 NAME 'ds-cfg-backend-index-entry-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.16 NAME 'ds-cfg-backend-subtree-delete-size-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.17 NAME 'ds-cfg-alternate-bind-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.18 NAME 'ds-cfg-certificate-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.19 NAME 'ds-cfg-certificate-mapper-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.20 NAME 'ds-cfg-certificate-mapper-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.21 NAME 'ds-cfg-check-schema' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.22 NAME 'ds-cfg-client-certificate-validation-policy' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.23 NAME 'ds-cfg-connection-handler-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.24 NAME 'ds-cfg-connection-handler-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.25 NAME 'ds-cfg-database-cache-percent' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.26 NAME 'ds-cfg-database-cleaner-min-utilization' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.27 NAME 'ds-cfg-database-cache-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.28 NAME 'ds-cfg-database-run-cleaner' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.29 NAME 'ds-cfg-database-txn-no-sync' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.30 NAME 'ds-cfg-database-txn-write-no-sync' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.31 NAME 'ds-cfg-default-severity' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.32 NAME 'ds-cfg-denied-client' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.33 NAME 'ds-cfg-enable-profiling-on-startup' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.34 NAME 'ds-cfg-entry-cache-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.35 NAME 'ds-cfg-entry-cache-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.36 NAME 'ds-cfg-extended-operation-handler-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.37 NAME 'ds-cfg-extended-operation-handler-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.38 NAME 'ds-cfg-exclude-filter' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.39 NAME 'ds-cfg-rotation-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.320  NAME 'ds-cfg-global-aci' SYNTAX 1.3.6.1.4.1.26027.1.3.4 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.40 NAME 'ds-cfg-index-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.41 NAME 'ds-cfg-index-entry-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.42 NAME 'ds-cfg-index-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.43 NAME 'ds-cfg-include-filter' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.44 NAME 'ds-cfg-invalid-attribute-syntax-behavior' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.45 NAME 'ds-cfg-kdc-address' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.46 NAME 'ds-cfg-keytab' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.47 NAME 'ds-cfg-keep-stats' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.48 NAME 'ds-cfg-key-manager-provider-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.49 NAME 'ds-cfg-key-manager-provider-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.50 NAME 'ds-cfg-key-store-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.51 NAME 'ds-cfg-key-store-pin' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.52 NAME 'ds-cfg-key-store-pin-environment-variable' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.53 NAME 'ds-cfg-key-store-pin-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.54 NAME 'ds-cfg-key-store-pin-property' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.55 NAME 'ds-cfg-key-store-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.56 NAME 'ds-cfg-listen-address' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.57 NAME 'ds-cfg-listen-port' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.58 NAME 'ds-cfg-lock-timeout' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.59 NAME 'ds-cfg-log-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.60 NAME 'ds-cfg-logger-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.61 NAME 'ds-cfg-logger-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.62 NAME 'ds-cfg-matching-rule-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.63 NAME 'ds-cfg-matching-rule-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.64 NAME 'ds-cfg-max-allowed-client-connections' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.65 NAME 'ds-cfg-max-entries' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.66 NAME 'ds-cfg-max-memory-percent' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.67 NAME 'ds-cfg-max-request-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.68 NAME 'ds-cfg-max-work-queue-capacity' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.69 NAME 'ds-cfg-monitor-provider-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.70 NAME 'ds-cfg-monitor-provider-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.71 NAME 'ds-cfg-notify-abandoned-operations' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.72 NAME 'ds-cfg-num-request-handlers' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.73 NAME 'ds-cfg-num-worker-threads' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.74 NAME 'ds-cfg-override-severity' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.75 NAME 'ds-cfg-password-storage-scheme-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.76 NAME 'ds-cfg-password-storage-scheme-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.77 NAME 'ds-cfg-password-validator-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.78 NAME 'ds-cfg-password-validator-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.79 NAME 'ds-cfg-plugin-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.80 NAME 'ds-cfg-plugin-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.81 NAME 'ds-cfg-plugin-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.82 NAME 'ds-cfg-profile-action' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.83 NAME 'ds-cfg-profile-directory' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.84 NAME 'ds-cfg-profiler-state' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.85 NAME 'ds-cfg-profile-sample-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.86 NAME 'ds-cfg-realm' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.87 NAME 'ds-recurring-task-class-name' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.88 NAME 'ds-recurring-task-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.89 NAME 'ds-cfg-rotation-action' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.90 NAME 'ds-cfg-rotation-policy-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.91 NAME 'ds-cfg-retention-policy-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.92 NAME 'ds-cfg-number-of-files' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.93 NAME 'ds-cfg-disk-space-used' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.94 NAME 'ds-cfg-free-disk-space' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.95 NAME 'ds-task-shutdown-message' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.96 NAME 'ds-task-actual-start-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.97 NAME 'ds-cfg-task-backing-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.98 NAME 'ds-task-class-name' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.99 NAME 'ds-task-completion-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.100 NAME 'ds-task-dependency-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.101 NAME 'ds-task-failed-dependency-action' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.102 NAME 'ds-task-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.103 NAME 'ds-task-log-message' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.104 NAME 'ds-task-notify-on-completion' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.105 NAME 'ds-task-notify-on-error' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.106 NAME 'ds-cfg-task-retention-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.107 NAME 'ds-task-scheduled-start-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.108 NAME 'ds-task-state' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.109 NAME 'ds-cfg-thread-time-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.110 NAME 'ds-cfg-buffer-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.111 NAME 'ds-cfg-sasl-mechanism-handler-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.112 NAME 'ds-cfg-sasl-mechanism-handler-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.113 NAME 'ds-cfg-schema-entry-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.114 NAME 'ds-cfg-send-rejection-notice' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.115 NAME 'ds-cfg-server-fqdn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.116 NAME 'ds-task-shutdown-password' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.117 NAME 'ds-cfg-single-structural-objectclass-behavior' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.118 NAME 'ds-cfg-size-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.119 NAME 'ds-cfg-ssl-client-auth-policy' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.120 NAME 'ds-cfg-ssl-cert-nickname' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.121 NAME 'ds-cfg-strict-telephone-number-format' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.122 NAME 'ds-cfg-subordinate-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.123 NAME 'ds-cfg-suppress-internal-operations' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.436 NAME 'ds-cfg-suppress-synchronization-operations' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.124 NAME 'ds-cfg-syntax-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.125 NAME 'ds-cfg-syntax-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.126 NAME 'ds-cfg-time-of-day' SYNTAX 1.3.6.1.4.1.1466.115.121.1.36 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.127 NAME 'ds-cfg-trust-manager-provider-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.128 NAME 'ds-cfg-trust-manager-provider-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.129 NAME 'ds-cfg-trust-store-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.130 NAME 'ds-cfg-trust-store-pin' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.131 NAME 'ds-cfg-trust-store-pin-environment-variable' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.132 NAME 'ds-cfg-trust-store-pin-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.133 NAME 'ds-cfg-trust-store-pin-property' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.134 NAME 'ds-cfg-trust-store-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.135 NAME 'ds-cfg-user-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.136 NAME 'ds-cfg-user-name-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.137 NAME 'ds-cfg-use-ssl' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.138 NAME 'ds-cfg-use-tcp-keepalive' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.139 NAME 'ds-cfg-use-tcp-nodelay' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.140 NAME 'ds-cfg-allow-zero-length-values' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.141 NAME 'ds-cfg-show-all-attributes' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.142 NAME 'ds-cfg-add-missing-rdn-attributes' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.143 NAME 'ds-cfg-server-error-result-code' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.144 NAME 'ds-cfg-identity-mapper-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.145 NAME 'ds-cfg-identity-mapper-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.146 NAME 'ds-cfg-match-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.147 NAME 'ds-cfg-match-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.148 NAME 'ds-cfg-identity-mapper-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.149 NAME 'ds-cfg-proxied-authorization-identity-mapper-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.150 NAME 'ds-cfg-time-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.151 NAME 'ds-rlim-size-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.152 NAME 'ds-rlim-time-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.153 NAME 'ds-cfg-accept-backlog' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.154 NAME 'ds-cfg-synchronization-provider-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.155 NAME 'ds-cfg-synchronization-provider-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.156 NAME 'ds-sync-hist' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ORDERING historicalCsnOrderingMatch USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.157 NAME 'ds-cfg-receive-status' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.158 NAME ( 'ds-cfg-replication-server-port' 'ds-cfg-changelog-port' ) SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.290 NAME ( 'ds-cfg-replication-max-queue-size' 'ds-cfg-changelog-max-queue-size' ) SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.278 NAME ( 'ds-cfg-replication-server-id' 'ds-cfg-changelog-server-id' ) SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.279 NAME 'ds-cfg-directory-server-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.160 NAME ( 'ds-cfg-replication-server' 'ds-cfg-changelog-server' ) SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.161 NAME 'ds-cfg-writability-mode' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.162 NAME 'ds-cfg-backend-writability-mode' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.163 NAME 'ds-cfg-bind-with-dn-requires-password' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.288 NAME 'ds-cfg-window-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.164 NAME 'ds-cfg-max-receive-queue' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.165 NAME 'ds-cfg-max-receive-delay' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.166 NAME 'ds-cfg-max-send-queue' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.167 NAME 'ds-cfg-max-send-delay' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.168 NAME 'ds-cfg-maximum-password-length' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.169 NAME 'ds-cfg-minimum-password-length' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.170 NAME 'ds-cfg-password-character-set' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.171 NAME 'ds-cfg-password-format' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.172 NAME 'ds-cfg-password-generator-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.173 NAME 'ds-cfg-password-generator-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.174 NAME 'ds-cfg-account-status-notification-handler-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.175 NAME 'ds-cfg-allow-expired-password-changes' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.176 NAME 'ds-cfg-allow-pre-encoded-passwords' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.177 NAME 'ds-cfg-allow-user-password-changes' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.178 NAME 'ds-cfg-default-password-storage-scheme' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.179 NAME 'ds-cfg-deprecated-password-storage-scheme' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.180 NAME 'ds-cfg-expire-passwords-without-warning' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.181 NAME 'ds-cfg-force-change-on-reset' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.182 NAME 'ds-cfg-grace-login-count' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.183 NAME 'ds-cfg-idle-lockout-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.184 NAME 'ds-cfg-last-login-time-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.185 NAME 'ds-cfg-last-login-time-format' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.186 NAME 'ds-cfg-lockout-duration' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.187 NAME 'ds-cfg-lockout-failure-count' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.188 NAME 'ds-cfg-lockout-failure-expiration-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.189 NAME 'ds-cfg-maximum-password-age' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.190 NAME 'ds-cfg-maximum-password-reset-age' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.191 NAME 'ds-cfg-minimum-password-age' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.192 NAME 'ds-cfg-password-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.193 NAME 'ds-cfg-password-expiration-warning-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.194 NAME 'ds-cfg-password-generator-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.195 NAME 'ds-cfg-password-validator-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.196 NAME 'ds-cfg-previous-last-login-time-format' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.197 NAME 'ds-cfg-require-change-by-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.198 NAME 'ds-cfg-password-change-requires-current-password' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.199 NAME 'ds-cfg-require-secure-authentication' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.200 NAME 'ds-cfg-require-secure-password-changes' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.201 NAME 'ds-cfg-skip-validation-for-administrators' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.202 NAME 'ds-cfg-default-password-policy' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.203 NAME 'ds-pwp-last-login-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.204 NAME 'ds-pwp-password-changed-by-required-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.205 NAME 'ds-pwp-reset-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.206 NAME 'ds-pwp-warned-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.207 NAME 'ds-pwp-account-disabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.208 NAME 'ds-cfg-force-change-on-add' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.209 NAME 'ds-cfg-allow-multiple-password-values' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.210 NAME 'ds-task-import-ldif-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.211 NAME 'ds-task-import-append' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.212 NAME 'ds-task-import-replace-existing' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.213 NAME 'ds-task-import-backend-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.214 NAME 'ds-task-import-include-branch' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.215 NAME 'ds-task-import-exclude-branch' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.216 NAME 'ds-task-import-include-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.217 NAME 'ds-task-import-exclude-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.218 NAME 'ds-task-import-include-filter' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.219 NAME 'ds-task-import-exclude-filter' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.220 NAME 'ds-task-import-reject-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.221 NAME 'ds-task-import-overwrite-rejects' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.222 NAME 'ds-task-import-skip-schema-validation' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.223 NAME 'ds-task-import-is-compressed' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.224 NAME 'ds-task-import-is-encrypted' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.225 NAME 'ds-task-restart-server' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.226 NAME ( 'ds-cfg-replication-dn' 'ds-cfg-synchronization-dn' ) SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.227 NAME 'ds-sync-state' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.228 NAME 'ds-cfg-backup-directory' EQUALITY caseExactMatch SUBSTR caseExactSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.229 NAME 'ds-backup-compressed' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.230 NAME 'ds-backup-date' SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.231 NAME 'ds-backup-dependency' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.232 NAME 'ds-backup-directory-path' EQUALITY caseExactMatch SUBSTR caseExactSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.233 NAME 'ds-backup-encrypted' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.234 NAME 'ds-backup-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.235 NAME 'ds-backup-incremental' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.236 NAME 'ds-backup-signed-hash' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.237 NAME 'ds-backup-unsigned-hash' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.238 NAME 'ds-backup-backend-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.239 NAME 'ds-task-export-ldif-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.240 NAME 'ds-task-export-append-to-ldif' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.241 NAME 'ds-task-export-backend-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.242 NAME 'ds-task-export-include-branch' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.243 NAME 'ds-task-export-exclude-branch' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.244 NAME 'ds-task-export-include-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.245 NAME 'ds-task-export-exclude-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.246 NAME 'ds-task-export-include-filter' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.247 NAME 'ds-task-export-exclude-filter' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.248 NAME 'ds-task-export-wrap-column' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.249 NAME 'ds-task-export-compress-ldif' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.250 NAME 'ds-task-export-encrypt-ldif' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.251 NAME 'ds-task-export-sign-hash' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.252 NAME 'ds-task-restore-verify-only' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.253 NAME 'ds-task-backup-backend-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.254 NAME 'ds-task-backup-all' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.255 NAME 'ds-task-backup-incremental' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.256 NAME 'ds-task-backup-incremental-base-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.257 NAME 'ds-task-backup-compress' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.258 NAME 'ds-task-backup-encrypt' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.259 NAME 'ds-task-backup-hash' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.260 NAME 'ds-task-backup-sign-hash' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.261 NAME 'ds-cfg-backend-preload-time-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.262 NAME 'ds-cfg-backend-import-temp-directory' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.263 NAME 'ds-cfg-backend-import-buffer-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.264 NAME 'ds-cfg-backend-import-queue-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.265 NAME 'ds-cfg-backend-import-thread-count' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.266 NAME 'ds-cfg-backend-entries-compressed' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.267 NAME 'ds-cfg-backend-deadlock-retry-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.268 NAME 'ds-cfg-database-evictor-lru-only' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.269 NAME 'ds-cfg-database-evictor-nodes-per-scan' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.270 NAME 'ds-cfg-database-log-file-max' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.271 NAME 'ds-cfg-database-logging-file-handler-on' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.272 NAME 'ds-cfg-database-logging-level' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.273 NAME 'ds-cfg-database-checkpointer-bytes-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.274 NAME 'ds-cfg-database-checkpointer-wakeup-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.275 NAME 'ds-cfg-database-lock-num-lock-tables' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.276 NAME 'ds-cfg-work-queue-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.277 NAME 'ds-cfg-backend-import-pass-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.280 NAME 'ds-pwp-account-expiration-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.281 NAME 'ds-cfg-account-status-notification-handler-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.282 NAME 'ds-cfg-account-status-notification-handler-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.283 NAME 'ds-cfg-account-status-notification-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.284 NAME 'ds-cfg-database-cleaner-num-threads' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.285 NAME 'ds-cfg-lookthrough-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.286 NAME 'ds-rlim-lookthrough-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.287 NAME 'ds-cfg-backend-mode' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.289 NAME 'ds-pwp-password-policy-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.291 NAME 'ds-private-naming-contexts' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.292 NAME 'ds-backend-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.293 NAME 'ds-backend-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.294 NAME 'ds-backend-entry-count' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.295 NAME 'ds-backend-writability-mode' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.296 NAME 'ds-connectionhandler-connection' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.297 NAME 'ds-connectionhandler-listener' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.298 NAME 'ds-connectionhandler-num-connections' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.299 NAME 'ds-connectionhandler-protocol' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.300 NAME 'ds-backend-is-private' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.301 NAME 'ds-cfg-reject-unauthenticated-requests' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.302 NAME 'ds-task-schema-file-name' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.303 NAME 'ds-cfg-group-implementation-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.304 NAME 'ds-cfg-group-implementation-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.305 NAME 'ds-cfg-heartbeat-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.306 NAME ( 'ds-cfg-replication-db-directory'        'ds-cfg-changelog-db-directory' ) SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.307 NAME 'ds-privilege-name' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.308 NAME 'ds-cfg-default-root-privilege-name' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.309 NAME 'ds-cfg-certificate-mapper-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.310 NAME 'ds-cfg-key-manager-provider-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.311 NAME 'ds-cfg-trust-manager-provider-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.312 NAME 'ds-cfg-certificate-subject-attribute-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.313 NAME 'ds-cfg-certificate-user-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.314 NAME 'ds-certificate-subject-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.315 NAME 'ds-cfg-certificate-subject-attribute-mapping' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.316 NAME 'ds-certificate-fingerprint' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.317 NAME 'ds-cfg-certificate-fingerprint-attribute-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.318 NAME 'ds-cfg-certificate-fingerprint-algorithm' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.319 NAME ( 'ds-cfg-replication-purge-delay' 'ds-cfg-changelog-purge-delay' ) SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.321 NAME 'ds-cfg-minimum-password-difference' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.322 NAME 'ds-cfg-minimum-unique-characters' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.323 NAME 'ds-cfg-maximum-consecutive-length' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.324 NAME 'ds-cfg-case-sensitive-validation' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.325 NAME 'ds-cfg-virtual-attribute-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.326 NAME 'ds-cfg-virtual-attribute-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.327 NAME 'ds-cfg-virtual-attribute-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.328 NAME 'ds-cfg-virtual-attribute-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.329 NAME 'ds-cfg-virtual-attribute-group-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.330 NAME 'ds-cfg-virtual-attribute-filter' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.331 NAME 'ds-cfg-virtual-attribute-conflict-behavior' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.332 NAME 'ds-task-initialize-domain-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.333 NAME 'ds-task-initialize-replica-server-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.334 NAME 'ds-task-unprocessed-entry-count' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.335 NAME 'ds-task-processed-entry-count' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.336 NAME 'ds-cfg-dictionary-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.337 NAME 'ds-cfg-test-reversed-password' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.338 NAME 'ds-cfg-character-set' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.339 NAME 'ds-cfg-allow-unclassified-characters' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.340 NAME 'ds-task-rebuild-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.341 NAME 'ds-task-rebuild-index' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.342 NAME 'ds-task-rebuild-max-threads' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.343 NAME 'ds-target-group-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.344 NAME 'ds-cfg-virtual-attribute-value' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.345 NAME 'ds-cfg-default-debug-level' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.346 NAME 'ds-cfg-default-debug-category' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.347 NAME 'ds-cfg-default-omit-method-entry-arguments' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.348 NAME 'ds-cfg-default-omit-method-return-value' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.349 NAME 'ds-cfg-default-include-throwable-cause' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.350 NAME 'ds-cfg-default-throwable-stack-frames' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.351 NAME 'ds-cfg-debug-scope' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.352 NAME 'ds-cfg-debug-level' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.353 NAME 'ds-cfg-debug-category' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.354 NAME 'ds-cfg-omit-method-entry-arguments' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.355 NAME 'ds-cfg-omit-method-return-value' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.356 NAME 'ds-cfg-include-throwable-cause' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.357 NAME 'ds-cfg-throwable-stack-frames' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.358 NAME 'ds-cfg-asynchronous-writes' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.359 NAME 'ds-cfg-log-file-mode' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.360 NAME 'ds-cfg-writer-auto-flush' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.361 NAME 'ds-cfg-writer-append' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.362 NAME 'ds-cfg-max-memory-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.363 NAME 'ds-cfg-cache-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.364 NAME 'ds-cfg-cache-directory' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.365 NAME 'ds-cfg-persistent-cache' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.375 NAME 'ds-cfg-allow-retrieving-membership' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.376 NAME 'ds-cfg-rotation-policy-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.377 NAME 'ds-cfg-retention-policy-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.378 NAME 'ds-cfg-log-queue-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.379 NAME 'ds-cfg-file-size-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.380 NAME 'ds-sync-conflict' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.381 NAME 'ds-cfg-backend-subtree-delete-batch-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.382 NAME 'ds-cfg-index-substring-length' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.384 NAME 'ds-cfg-plugin-order-startup' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.385 NAME 'ds-cfg-plugin-order-shutdown' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.386 NAME 'ds-cfg-plugin-order-post-connect' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.387 NAME 'ds-cfg-plugin-order-post-disconnect' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.388 NAME 'ds-cfg-plugin-order-ldif-import' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.389 NAME 'ds-cfg-plugin-order-ldif-export' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.390 NAME 'ds-cfg-plugin-order-pre-parse-abandon' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.391 NAME 'ds-cfg-plugin-order-pre-parse-add' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.392 NAME 'ds-cfg-plugin-order-pre-parse-bind' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.393 NAME 'ds-cfg-plugin-order-pre-parse-compare' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.394 NAME 'ds-cfg-plugin-order-pre-parse-delete' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.395 NAME 'ds-cfg-plugin-order-pre-parse-extended' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.396 NAME 'ds-cfg-plugin-order-pre-parse-modify' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.397 NAME 'ds-cfg-plugin-order-pre-parse-modify-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.398 NAME 'ds-cfg-plugin-order-pre-parse-search' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.399 NAME 'ds-cfg-plugin-order-pre-parse-unbind' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.400 NAME 'ds-cfg-plugin-order-pre-operation-add' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.401 NAME 'ds-cfg-plugin-order-pre-operation-bind' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.402 NAME 'ds-cfg-plugin-order-pre-operation-compare' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.403 NAME 'ds-cfg-plugin-order-pre-operation-delete' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.404 NAME 'ds-cfg-plugin-order-pre-operation-extended' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.405 NAME 'ds-cfg-plugin-order-pre-operation-modify' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.406 NAME 'ds-cfg-plugin-order-pre-operation-modify-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.407 NAME 'ds-cfg-plugin-order-pre-operation-search' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.408 NAME 'ds-cfg-plugin-order-post-operation-abandon' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.409 NAME 'ds-cfg-plugin-order-post-operation-add' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.410 NAME 'ds-cfg-plugin-order-post-operation-bind' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.411 NAME 'ds-cfg-plugin-order-post-operation-compare' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.412 NAME 'ds-cfg-plugin-order-post-operation-delete' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.413 NAME 'ds-cfg-plugin-order-post-operation-extended' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.414 NAME 'ds-cfg-plugin-order-post-operation-modify' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.415 NAME 'ds-cfg-plugin-order-post-operation-modify-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.416 NAME 'ds-cfg-plugin-order-post-operation-search' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.417 NAME 'ds-cfg-plugin-order-post-operation-unbind' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.418 NAME 'ds-cfg-plugin-order-post-response-add' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.419 NAME 'ds-cfg-plugin-order-post-response-bind' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.420 NAME 'ds-cfg-plugin-order-post-response-compare' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.421 NAME 'ds-cfg-plugin-order-post-response-delete' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.422 NAME 'ds-cfg-plugin-order-post-response-extended' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.423 NAME 'ds-cfg-plugin-order-post-response-modify' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.424 NAME 'ds-cfg-plugin-order-post-response-modify-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.425 NAME 'ds-cfg-plugin-order-post-response-search' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.426 NAME 'ds-cfg-plugin-order-search-result-entry' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.427 NAME 'ds-cfg-plugin-order-search-result-reference' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.428 NAME 'ds-cfg-plugin-order-intermediate-response' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.429 NAME 'ds-cfg-default-user-password-storage-scheme' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.430 NAME 'ds-cfg-default-auth-password-storage-scheme' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.435 NAME 'ds-cfg-strip-syntax-minimum-upper-bound' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.437 NAME 'ds-cfg-vlv-je-index-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.438 NAME 'ds-cfg-vlv-je-index-scope' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.439 NAME 'ds-cfg-vlv-je-index-filter' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.440 NAME 'ds-cfg-vlv-je-index-sort-order' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.441 NAME 'ds-cfg-vlv-je-index-name' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.442 NAME 'ds-cfg-vlv-je-index-maximum-block-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.443 NAME 'ds-cfg-state-update-failure-policy' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.444 NAME 'ds-cfg-password-history-count' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.445 NAME 'ds-cfg-password-history-duration' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.446 NAME 'ds-cfg-smtp-server' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.447 NAME 'ds-cfg-sender-address' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.448 NAME 'ds-cfg-recipient-address' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.449 NAME 'ds-cfg-message-subject' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.450 NAME 'ds-cfg-message-body' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.451 NAME 'ds-task-import-clear-backend' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.453 NAME 'ds-task-disconnect-connection-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.454 NAME 'ds-task-disconnect-message' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.455 NAME 'ds-task-disconnect-notify-client' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.456 NAME 'ds-cfg-allowed-task' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.457 NAME 'ds-cfg-disabled-privilege' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.458 NAME 'ds-cfg-return-bind-error-messages' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.459 NAME 'ds-cfg-enabled-alert-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.460 NAME 'ds-cfg-disabled-alert-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.461 NAME 'ds-cfg-ssl-protocol' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.462 NAME 'ds-cfg-ssl-cipher-suite' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.463 NAME 'ds-cfg-idle-time-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.464 NAME 'ds-rlim-idle-time-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.465 NAME 'ds-cfg-notification-sender-address' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.466 NAME 'ds-cfg-plugin-order-subordinate-modify-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.469 NAME 'ds-cfg-match-pattern' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.470 NAME 'ds-cfg-replace-pattern' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.467 NAME 'ds-cfg-unique-attribute-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.468 NAME 'ds-cfg-unique-attribute-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.26027.1.1.471 NAME 'ds-cfg-backend-compact-encoding' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-attributeTypes: ( 2.16.840.1.113730.3.1.5 NAME 'changeNumber' DESC 'a number which uniquely identifies a change made to a directory entry' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 EQUALITY integerMatch ORDERING integerOrderingMatch SINGLE-VALUE X-ORIGIN 'draft-good-ldap-changelog' X-SCHEMA-FILE '03-changelog.ldif' )
-attributeTypes: ( 2.16.840.1.113730.3.1.6 NAME 'targetDN' DESC 'the DN of the entry which was modified' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'draft-good-ldap-changelog' X-SCHEMA-FILE '03-changelog.ldif' )
-attributeTypes: ( 2.16.840.1.113730.3.1.7 NAME 'changeType' DESC 'the type of change made to an entry' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'draft-good-ldap-changelog' X-SCHEMA-FILE '03-changelog.ldif' )
-attributeTypes: ( 2.16.840.1.113730.3.1.8 NAME 'changes' DESC 'a set of changes to apply to an entry' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 X-ORIGIN 'draft-good-ldap-changelog' X-SCHEMA-FILE '03-changelog.ldif' )
-attributeTypes: ( 2.16.840.1.113730.3.1.9 NAME 'newRDN' DESC 'the new RDN of an entry which is the target of a modrdn operation' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'draft-good-ldap-changelog' X-SCHEMA-FILE '03-changelog.ldif' )
-attributeTypes: ( 2.16.840.1.113730.3.1.10 NAME 'deleteOldRDN' DESC 'a flag which indicates if the old RDN should be retained as an attribute of the entry' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'draft-good-ldap-changelog' X-SCHEMA-FILE '03-changelog.ldif' )
-attributeTypes: ( 2.16.840.1.113730.3.1.11 NAME 'newSuperior' DESC 'the new parent of an entry which is the target of a moddn operation' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'draft-good-ldap-changelog' X-SCHEMA-FILE '03-changelog.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.6 NAME 'javaClassName' DESC 'Fully qualified name of distinguished Java class or interface' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.7 NAME 'javaCodebase' DESC 'URL(s) specifying the location of class definition' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.13 NAME 'javaClassNames' DESC 'Fully qualified Java class or interface name' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.8 NAME 'javaSerializedData' DESC 'Serialized form of a Java object' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.10 NAME 'javaFactory' DESC 'Fully qualified Java class name of a JNDI object factory' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.11 NAME 'javaReferenceAddress' DESC 'Addresses associated with a JNDI Reference' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.12 NAME 'javaDoc' DESC 'The Java documentation for the class' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.14 NAME 'corbaIor' DESC 'Stringified interoperable object reference of a CORBA object' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'RFC 2714' X-SCHEMA-FILE '03-rfc2714.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.15 NAME 'corbaRepositoryId' DESC 'Repository ids of interfaces implemented by a CORBA object' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 2714' X-SCHEMA-FILE '03-rfc2714.ldif' )
-attributeTypes: ( 1.2.840.113556.1.4.478 NAME 'calCalURI' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications X-ORIGIN 'RFC 2739' X-SCHEMA-FILE '03-rfc2739.ldif' )
-attributeTypes: ( 1.2.840.113556.1.4.479 NAME 'calFBURL' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications X-ORIGIN 'RFC 2739' X-SCHEMA-FILE '03-rfc2739.ldif' )
-attributeTypes: ( 1.2.840.113556.1.4.480 NAME 'calCAPURI' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications X-ORIGIN 'RFC 2739' X-SCHEMA-FILE '03-rfc2739.ldif' )
-attributeTypes: ( 1.2.840.113556.1.4.481 NAME 'calCalAdrURI' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications X-ORIGIN 'RFC 2739' X-SCHEMA-FILE '03-rfc2739.ldif' )
-attributeTypes: ( 1.2.840.113556.1.4.482 NAME 'calOtherCalURIs' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications X-ORIGIN 'RFC 2739' X-SCHEMA-FILE '03-rfc2739.ldif' )
-attributeTypes: ( 1.2.840.113556.1.4.483 NAME 'calOtherFBURLs' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications X-ORIGIN 'RFC 2739' X-SCHEMA-FILE '03-rfc2739.ldif' )
-attributeTypes: ( 1.2.840.113556.1.4.484 NAME 'calOtherCAPURIs' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications X-ORIGIN 'RFC 2739' X-SCHEMA-FILE '03-rfc2739.ldif' )
-attributeTypes: ( 1.2.840.113556.1.4.485 NAME 'calOtherCalAdrURIs' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications X-ORIGIN 'RFC 2739' X-SCHEMA-FILE '03-rfc2739.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.6252.2.27.6.1.1 NAME 'template-major-version-number' DESC 'The major version number of the service type template' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 2926' X-SCHEMA-FILE '03-rfc2926.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.6252.2.27.6.1.2 NAME 'template-minor-version-number' DESC 'The minor version number of the service type template' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 2926' X-SCHEMA-FILE '03-rfc2926.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.6252.2.27.6.1.3 NAME 'template-url-syntax' DESC 'An ABNF grammar describing the service type specific part of the service URL' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'RFC 2926' X-SCHEMA-FILE '03-rfc2926.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.6252.2.27.6.1.4 NAME 'service-advert-service-type' DESC 'The service type of the service advertisement, including the "service:" prefix.' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'RFC 2926' X-SCHEMA-FILE '03-rfc2926.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.6252.2.27.6.1.5 NAME 'service-advert-scopes' DESC 'A list of scopes for a service advertisement.' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 2926' X-SCHEMA-FILE '03-rfc2926.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.6252.2.27.6.1.6 NAME 'service-advert-url-authenticator' DESC 'The authenticator for the URL, null if none.' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'RFC 2926' X-SCHEMA-FILE '03-rfc2926.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.6252.2.27.6.1.7 NAME 'service-advert-attribute-authenticator' DESC 'The authenticator for the attribute list, null if none.' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'RFC 2926' X-SCHEMA-FILE '03-rfc2926.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.4203.1.3.3 NAME 'supportedAuthPasswordSchemes' DESC 'supported password storage schemes' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32} USAGE dSAOperation X-ORIGIN 'RFC 3112' X-SCHEMA-FILE '03-rfc3112.ldif' )
-attributeTypes: ( 1.3.6.1.4.1.4203.1.3.4 NAME 'authPassword' DESC 'password authentication information' EQUALITY 1.3.6.1.4.1.4203.1.2.2 SYNTAX 1.3.6.1.4.1.4203.1.1.2 X-ORIGIN 'RFC 3112' X-SCHEMA-FILE '03-rfc3112.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1140 NAME 'printer-uri' DESC 'A URI supported by this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1107 NAME 'printer-xri-supported' DESC 'The unordered list of XRI (extended resource identifiers) supported by this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1135 NAME 'printer-name' DESC 'The site-specific administrative name of this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1119 NAME 'printer-natural-language-configured' DESC 'The configured natural language in which error and status messages will be generated (by default) by this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1136 NAME 'printer-location' DESC 'The physical location of this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1139 NAME 'printer-info' DESC 'Descriptive information about this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1134 NAME 'printer-more-info' DESC 'A URI for more information about this specific printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1138 NAME 'printer-make-and-model' DESC 'Make and model of this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1133 NAME 'printer-ipp-versions-supported' DESC 'IPP protocol version(s) that this printer supports.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1132 NAME 'printer-multiple-document-jobs-supported' DESC 'Indicates whether or not this printer supports more than one document per job.' EQUALITY booleanMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1109 NAME 'printer-charset-configured' DESC 'The configured charset in which error and status messages will be generated (by default) by this printer.' EQUALITY caseIgnoreMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{63} SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1131 NAME 'printer-charset-supported' DESC 'Set of charsets supported for the attribute values of syntax DirectoryString for this directory entry.' EQUALITY caseIgnoreMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{63} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1137 NAME 'printer-generated-natural-language-supported' DESC 'Natural language(s) supported for this directory entry.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{63} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1130 NAME 'printer-document-format-supported' DESC 'The possible source document formats which may be interpreted and printed by this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1129 NAME 'printer-color-supported' DESC 'Indicates whether this printer is capable of any type of color printing at all, including highlight color.' EQUALITY booleanMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1128 NAME 'printer-compression-supported' DESC 'Compression algorithms supported by this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1127 NAME 'printer-pages-per-minute' DESC 'The nominal number of pages per minute which may be output by this printer.' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1126 NAME 'printer-pages-per-minute-color' DESC 'The nominal number of color pages per minute which may be output by this printer.' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1125 NAME 'printer-finishings-supported' DESC 'The possible finishing operations supported by this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1124 NAME 'printer-number-up-supported' DESC 'The possible numbers of print-stream pages to impose upon a single side of an instance of a selected medium.' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.27 X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1123 NAME 'printer-sides-supported' DESC 'The number of impression sides (one or two) and the two-sided impression rotations supported by this printer.' EQUALITY caseIgnoreMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1122 NAME 'printer-media-supported' DESC 'The standard names/types/sizes (and optional color suffixes) of the media supported by this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1117 NAME 'printer-media-local-supported' DESC 'Site-specific names of media supported by this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1121 NAME 'printer-resolution-supported' DESC 'List of resolutions supported for printing documents by this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1120 NAME 'printer-print-quality-supported' DESC 'List of print qualities supported for printing documents on this printer.' EQUALITY caseIgnoreMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1110 NAME 'printer-job-priority-supported' DESC 'Indicates the number of job priority levels supported by this printer.' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1118 NAME 'printer-copies-supported' DESC 'The maximum number of copies of a document that may be printed as a single job on this printer.' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1111 NAME 'printer-job-k-octets-supported' DESC 'The maximum size in kilobytes (1,024 octets actually) incoming print job that this printer will accept.' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1112 NAME 'printer-current-operator' DESC 'The identity of the current human operator responsible for operating this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1113 NAME 'printer-service-person' DESC 'The identity of the current human service person responsible for servicing this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1114 NAME 'printer-delivery-orientation-supported' DESC 'The possible delivery orientations of pages as they are printed and ejected from this printer.' EQUALITY caseIgnoreMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1115 NAME 'printer-stacking-order-supported' DESC 'The possible stacking order of pages as they are printed and ejected from this printer.' EQUALITY caseIgnoreMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1116 NAME 'printer-output-features-supported' DESC 'The possible output features supported by this printer.' EQUALITY caseIgnoreMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.18.0.2.4.1108 NAME 'printer-aliases' DESC 'List of site-specific administrative names of this printer in addition to the value specified for printer-name.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.1 NAME 'uddiBusinessKey' DESC 'businessEntity unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.2 NAME 'uddiAuthorizedName' DESC 'businessEntity publisher name' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.3 NAME 'uddiOperator' DESC 'registry site operator of businessEntitys master copy' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.4 NAME 'uddiName' DESC 'human readable name' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.5 NAME 'uddiDescription' DESC 'short description' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.6 NAME 'uddiDiscoveryURLs' DESC 'URL to retrieve a businessEntity instance' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.7 NAME 'uddiUseType' DESC 'name of convention the referenced document follows' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.8 NAME 'uddiPersonName' DESC 'name of person or job role available for contact' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.9 NAME 'uddiPhone' DESC 'telephone number for contact' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.10 NAME 'uddiEMail' DESC 'e-mail address for contact' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.11 NAME 'uddiSortCode' DESC 'specifies an external disply mechanism' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.12 NAME 'uddiTModelKey' DESC 'tModel unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.13 NAME 'uddiAddressLine' DESC 'address' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.14  NAME 'uddiIdentifierBag' DESC 'identification information' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.15 NAME 'uddiCategoryBag' DESC 'categorization information' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.16 NAME 'uddiKeyedReference' DESC 'categorization information' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.17 NAME 'uddiServiceKey' DESC 'businessService unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.18 NAME 'uddiBindingKey' DESC 'bindingTemplate unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.19 NAME 'uddiAccessPoint' DESC 'entry point address to call a web service' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.20 NAME 'uddiHostingRedirector' DESC 'designates a pointer to another bindingTemplate' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.21 NAME 'uddiInstanceDescription' DESC 'instance details description' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.22 NAME 'uddiInstanceParms' DESC 'URL reference to required settings' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.23 NAME 'uddiOverviewDescription' DESC 'outlines tModel usage' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.24 NAME 'uddiOverviewURL' DESC 'URL reference to overview document' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.25 NAME 'uddiFromKey' DESC 'unique businessEntity key reference' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.26 NAME 'uddiToKey' DESC 'unique businessEntity key reference' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.27 NAME 'uddiUUID' DESC 'unique attribute' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.28 NAME 'uddiIsHidden' DESC 'isHidden attribute' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.29 NAME 'uddiIsProjection' DESC 'isServiceProjection attribute' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.30 NAME 'uddiLang' DESC 'xml:lang value in v3 Address structure' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.31 NAME 'uddiv3BusinessKey' DESC 'UDDIv3 businessEntity unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.32 NAME 'uddiv3ServiceKey' DESC 'UDDIv3 businessService unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.33 NAME 'uddiv3BindingKey' DESC 'UDDIv3 BindingTemplate unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.34 NAME 'uddiv3TModelKey' DESC 'UDDIv3 TModel unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.35 NAME 'uddiv3DigitalSignature' DESC 'UDDIv3 entity digital signature' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.36 NAME 'uddiv3NodeId' DESC 'UDDIv3 Node Identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.37 NAME 'uddiv3EntityModificationTime' DESC 'UDDIv3 Last Modified Time for Entity' EQUALITY generalizedTimeMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.38 NAME 'uddiv3SubscriptionKey' DESC 'UDDIv3 Subscription unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.39 NAME 'uddiv3SubscriptionFilter' DESC 'UDDIv3 Subscription Filter' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.40 NAME 'uddiv3NotificationInterval' DESC 'UDDIv3 Notification Interval' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.41 NAME 'uddiv3MaxEntities' DESC 'UDDIv3 Subscription maxEntities field' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.42 NAME 'uddiv3ExpiresAfter' DESC 'UDDIv3 Subscription ExpiresAfter field' EQUALITY generalizedTimeMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.43 NAME 'uddiv3BriefResponse' DESC 'UDDIv3 Subscription ExpiresAfter field' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.44 NAME 'uddiv3EntityKey' DESC 'UDDIv3 Entity unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.45 NAME 'uddiv3EntityCreationTime' DESC 'UDDIv3 Entity Creation Time' EQUALITY generalizedTimeMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.10.4.46 NAME 'uddiv3EntityDeletionTime' DESC 'UDDIv3 Entity Deletion Time' EQUALITY generalizedTimeMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.0 NAME 'uidNumber' DESC 'An integer uniquely identifying a user in an administrative domain' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.1 NAME 'gidNumber' DESC 'An integer uniquely identifying a group in an administrative domain' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.2 NAME 'gecos' DESC 'The GECOS field; the common name' EQUALITY caseIgnoreIA5Match SUBSTRINGS caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.3 NAME 'homeDirectory' DESC 'The absolute path to the home directory' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.4 NAME 'loginShell' DESC 'The path to the login shell' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.5 NAME 'shadowLastChange' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.6 NAME 'shadowMin' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.7 NAME 'shadowMax' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.8 NAME 'shadowWarning' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.9 NAME 'shadowInactive' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.10 NAME 'shadowExpire' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.11 NAME 'shadowFlag' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.12 NAME 'memberUid' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.13 NAME 'memberNisNetgroup' EQUALITY caseExactIA5Match SUBSTRINGS caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.14 NAME 'nisNetgroupTriple' DESC 'Netgroup triple' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.15 NAME 'ipServicePort' DESC 'Service port number' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.16 NAME 'ipServiceProtocol' DESC 'Service protocol name' SUP name X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.17 NAME 'ipProtocolNumber' DESC 'IP protocol number' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.18 NAME 'oncRpcNumber' DESC 'ONC RPC number' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.19 NAME 'ipHostNumber' DESC 'IPv4 addresses as a dotted decimal omitting leading zeros or IPv6 addresses as defined in RFC2373' SUP name X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.20 NAME 'ipNetworkNumber' DESC 'IP network as a dotted decimal, eg. 192.168, omitting leading zeros' SUP name SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.21 NAME 'ipNetmaskNumber' DESC 'IP netmask as a dotted decimal, eg. 255.255.255.0, omitting leading zeros' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.22 NAME 'macAddress' DESC 'MAC address in maximal, colon separated hex notation, eg. 00:00:92:90:ee:e2' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.23 NAME 'bootParameter' DESC 'rpc.bootparamd parameter' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.24 NAME 'bootFile' DESC 'Boot image name' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.26 NAME 'nisMapName' DESC 'Name of a A generic NIS map' SUP name X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.27 NAME 'nisMapEntry' DESC 'A generic NIS entry' EQUALITY caseExactIA5Match SUBSTRINGS caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.28 NAME 'nisPublicKey' DESC 'NIS public key' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.29 NAME 'nisSecretKey' DESC 'NIS secret key' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.30 NAME 'nisDomain' DESC 'NIS domain' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.31 NAME 'automountMapName' DESC 'automount Map Name' EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.32 NAME 'automountKey' DESC 'Automount Key value' EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-attributeTypes: ( 1.3.6.1.1.1.1.33 NAME 'automountInformation' DESC 'Automount information' EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-objectClasses: ( 2.5.6.0 NAME 'top' ABSTRACT MUST objectClass X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.1 NAME 'alias' SUP top STRUCTURAL MUST aliasedObjectName X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.2 NAME 'country' SUP top STRUCTURAL MUST c MAY ( searchGuide $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.3 NAME 'locality' SUP top STRUCTURAL MAY ( street $ seeAlso $ searchGuide $ st $ l $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.4 NAME 'organization' SUP top STRUCTURAL MUST o MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.5 NAME 'organizationalUnit' SUP top STRUCTURAL MUST ou MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.6 NAME 'person' SUP top STRUCTURAL MUST ( sn $ cn ) MAY ( userPassword $ telephoneNumber $ seeAlso $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.7 NAME 'organizationalPerson' SUP person STRUCTURAL MAY ( title $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.8 NAME 'organizationalRole' SUP top STRUCTURAL MUST cn MAY ( x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ seeAlso $ roleOccupant $ preferredDeliveryMethod $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.9 NAME 'groupOfNames' SUP top STRUCTURAL MUST cn MAY ( member $ businessCategory $ seeAlso $ owner $ ou $ o $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.10 NAME 'residentialPerson' SUP person STRUCTURAL MUST l MAY ( businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.11 NAME 'applicationProcess' SUP top STRUCTURAL MUST cn MAY ( seeAlso $ ou $ l $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.12 NAME 'applicationEntity' SUP top STRUCTURAL MUST ( presentationAddress $ cn ) MAY ( supportedApplicationContext $ seeAlso $ ou $ o $ l $ description ) X-ORIGIN 'RFC 2256' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.13 NAME 'dSA' SUP applicationEntity STRUCTURAL MAY knowledgeInformation X-ORIGIN 'RFC 2256' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.14 NAME 'device' SUP top STRUCTURAL MUST cn MAY ( serialNumber $ seeAlso $ owner $ ou $ o $ l $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.15 NAME 'strongAuthenticationUser' SUP top AUXILIARY MUST userCertificate X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.16 NAME 'certificationAuthority' SUP top AUXILIARY MUST ( authorityRevocationList $ certificateRevocationList $ caCertificate ) MAY crossCertificatePair X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.16.2 NAME 'certificationAuthority-V2' SUP certificationAuthority AUXILIARY MAY deltaRevocationList X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.17 NAME 'groupOfUniqueNames' SUP top STRUCTURAL MUST cn MAY ( uniqueMember $ businessCategory $ seeAlso $ owner $ ou $ o $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.18 NAME 'userSecurityInformation' SUP top AUXILIARY MAY ( supportedAlgorithms ) X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.19 NAME 'cRLDistributionPoint' SUP top STRUCTURAL MUST cn MAY ( certificateRevocationList $ authorityRevocationList $ deltaRevocationList ) X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.6.20 NAME 'dmd' SUP top STRUCTURAL MUST dmdName MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) X-ORIGIN 'RFC 2256' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 1.3.6.1.4.1.1466.101.120.111 NAME 'extensibleObject' SUP top AUXILIARY X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.5.20.1 NAME 'subschema' AUXILIARY MAY ( dITStructureRules $ nameForms $ ditContentRules $ objectClasses $ attributeTypes $ matchingRules $ matchingRuleUse ) X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 0.9.2342.19200300.100.4.5 NAME 'account' SUP top STRUCTURAL MUST uid MAY ( description $ seeAlso $ l $ o $ ou $ host ) X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 0.9.2342.19200300.100.4.6 NAME 'document' SUP top STRUCTURAL MUST documentIdentifier MAY ( cn $ description $ seeAlso $ l $ o $ ou $ documentTitle $ documentVersion $ documentAuthor $ documentLocation $ documentPublisher ) X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 0.9.2342.19200300.100.4.9 NAME 'documentSeries' SUP top STRUCTURAL MUST cn MAY ( description $ l $ o $ ou $ seeAlso $ telephoneNumber ) X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 0.9.2342.19200300.100.4.13 NAME 'domain' SUP top STRUCTURAL MUST dc MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description $ o $ associatedName ) X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 0.9.2342.19200300.100.4.17 NAME 'domainRelatedObject' SUP top AUXILIARY MUST associatedDomain X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 0.9.2342.19200300.100.4.18 NAME 'friendlyCountry' SUP country STRUCTURAL MUST co X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 0.9.2342.19200300.100.4.14 NAME 'rFC822LocalPart' SUP domain STRUCTURAL MAY ( cn $ description $ destinationIndicator $ facsimileTelephoneNumber $ internationaliSDNNumber $ physicalDeliveryOfficeName $ postalAddress $ postalCode $ postOfficeBox $ preferredDeliveryMethod $ registeredAddress $ seeAlso $ sn $ street $ telephoneNumber $ teletexTerminalIdentifier $ telexNumber $ x121Address ) X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 0.9.2342.19200300.100.4.7 NAME 'room' SUP top STRUCTURAL MUST cn MAY ( roomNumber $ description $ seeAlso $ telephoneNumber ) X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 0.9.2342.19200300.100.4.19 NAME 'simpleSecurityObject' SUP top AUXILIARY MUST userPassword X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 1.3.6.1.4.1.1466.344 NAME 'dcObject' SUP top AUXILIARY MUST dc X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.16.840.1.113730.3.2.2 NAME 'inetOrgPerson' SUP organizationalPerson STRUCTURAL MAY ( audio $ businessCategory $ carLicense $ departmentNumber $ displayName $ employeeNumber $ employeeType $ givenName $ homePhone $ homePostalAddress $ initials $ jpegPhoto $ labeledURI $ mail $ manager $ mobile $ o $ pager $ photo $ roomNumber $ secretary $ uid $ userCertificate $ x500UniqueIdentifier $ preferredLanguage $ userSMIMECertificate $ userPKCS12 ) X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject' DESC 'object that contains the URI attribute type' SUP top AUXILIARY MAY labeledURI X-ORIGIN 'RFC 2079' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 1.3.6.1.4.1.5322.13.1.1 NAME 'namedObject' SUP top STRUCTURAL MAY cn X-ORIGIN 'draft-howard-namedobject' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.900 NAME 'untypedObject' DESC 'Entry of no particular type' SUP top STRUCTURAL MAY ( c $ cn $ dc $ l $ o $ ou $ st $ street $ uid $ description $ owner $ seeAlso ) X-ORIGIN 'draft-furuseth-ldap-untypedobject' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 1.3.6.1.1.3.1 NAME 'uidObject' SUP top AUXILIARY MUST uid X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.16.840.1.113730.3.2.6 NAME 'referral' DESC 'named subordinate reference object' STRUCTURAL MUST ref X-ORIGIN 'RFC 3296' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.16.840.1.113719.2.142.6.1.1 NAME 'ldapSubEntry' DESC 'LDAP Subentry class, version 1'  SUP top STRUCTURAL  MAY ( cn ) X-ORIGIN 'draft-ietf-ldup-subentry' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 1.3.6.1.4.1.7628.5.6.1.1 NAME 'inheritableLDAPSubEntry' DESC 'Inheritable LDAP Subentry class, version 1'  SUP ldapSubEntry STRUCTURAL  MUST ( inheritable )  MAY  ( blockInheritance ) X-ORIGIN 'draft-ietf-ldup-subentry' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 2.16.840.1.113730.3.2.33 NAME 'groupOfURLs' DESC 'Sun-defined objectclass' SUP top STRUCTURAL MUST ( cn ) MAY ( memberURL $ businessCategory $ description $ o $ ou $ owner $ seeAlso ) X-ORIGIN 'Sun Java System Directory Server' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 0.9.2342.19200300.100.4.3 NAME 'pilotObject' SUP top MAY ( audio $ dITRedirect $ info $ jpegPhoto $ lastModifiedBy $ lastModifiedTime $ manager $ photo $ uniqueIdentifier ) X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 0.9.2342.19200300.100.4.4 NAME 'pilotPerson' SUP person MAY ( userid $ textEncodedORAddress $ rfc822Mailbox $ favouriteDrink $ roomNumber $ userClass $ homeTelephoneNumber $ homePostalAddress $ secretary $ personalTitle $ preferredDeliveryMethod $ businessCategory $ janetMailbox $ otherMailbox $ mobileTelephoneNumber $ pagerTelephoneNumber $ organizationalStatus $ mailPreferenceOption $ personalSignature ) X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 0.9.2342.19200300.100.4.20 NAME 'pilotOrganization' SUP top MUST ( ou $ o ) MAY ( buildingName $ businessCategory $ description $ destinationIndicator $ facsimileTelephoneNumber $ internationaliSDNNumber $ l $ physicalDeliveryOfficeName $ postOfficeBox $ postalAddress $ postalCode $ preferredDeliveryMethod $ registeredAddress $ searchGuide $ seeAlso $ st $ street $ telephoneNumber $ teletexTerminalIdentifier $ telexNumber $ userPassword $ x121Address ) X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 0.9.2342.19200300.100.4.15 NAME 'dNSDomain' SUP domain MAY ( ARecord $ MDRecord $ MXRecord $ NSRecord $ SOARecord $ CNAMERecord ) X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 0.9.2342.19200300.100.4.21 NAME 'pilotDSA' SUP dSA MUST dSAQuality X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 0.9.2342.19200300.100.4.22 NAME 'qualityLabelledData' SUP top MUST dSAQuality MAY ( subtreeMinimumQuality $ subtreeMaximumQuality ) X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
-objectClasses: ( 1.3.6.1.4.1.42.2.27.8.2.1 NAME 'pwdPolicy' SUP top AUXILIARY MUST ( pwdAttribute ) MAY ( pwdMinAge $ pwdMaxAge $ pwdInHistory $ pwdCheckQuality $ pwdMinLength $ pwdExpireWarning $ pwdGraceAuthNLimit $ pwdLockout $ pwdLockoutDuration $ pwdMaxFailure $ pwdFailureCountInterval $ pwdMustChange $ pwdAllowUserChange $ pwdSafeModify ) X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.1 NAME 'ds-cfg-access-control-handler' SUP top STRUCTURAL MUST ( cn $ ds-cfg-acl-handler-class $ ds-cfg-acl-handler-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.87 NAME 'ds-cfg-dseecompat-access-control-handler' SUP ds-cfg-access-control-handler STRUCTURAL MAY ds-cfg-global-aci X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.2 NAME 'ds-cfg-alert-handler' SUP top STRUCTURAL MUST ( cn $ ds-cfg-alert-handler-class $ ds-cfg-alert-handler-enabled ) MAY ( ds-cfg-enabled-alert-type $ ds-cfg-disabled-alert-type ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.3 NAME 'ds-cfg-attribute-syntax' SUP top STRUCTURAL MUST ( cn $ ds-cfg-syntax-class $ ds-cfg-syntax-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.116 NAME 'ds-cfg-attribute-type-description-attribute-syntax' SUP ds-cfg-attribute-syntax  STRUCTURAL MAY ( ds-cfg-strip-syntax-minimum-upper-bound ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.4 NAME 'ds-cfg-telephone-number-attribute-syntax' SUP ds-cfg-attribute-syntax STRUCTURAL MAY ds-cfg-strict-telephone-number-format X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.5 NAME 'ds-cfg-backend' SUP top STRUCTURAL MUST ( ds-cfg-backend-id $ ds-cfg-backend-base-dn $ ds-cfg-backend-class $ ds-cfg-backend-enabled $ ds-cfg-backend-writability-mode ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.6 NAME 'ds-cfg-je-backend' SUP ds-cfg-backend STRUCTURAL MUST ds-cfg-backend-directory MAY ( ds-cfg-backend-index-entry-limit $ ds-cfg-backend-subtree-delete-size-limit $ ds-cfg-backend-preload-time-limit $ ds-cfg-backend-import-temp-directory $ ds-cfg-backend-import-buffer-size $ ds-cfg-backend-import-queue-size $ ds-cfg-backend-import-thread-count $ ds-cfg-backend-entries-compressed $ ds-cfg-backend-deadlock-retry-limit $ ds-cfg-backend-import-pass-size $ ds-cfg-backend-mode $ ds-cfg-database-cache-percent $ ds-cfg-backend-subtree-delete-batch-size $ ds-cfg-database-cache-size $ ds-cfg-database-txn-no-sync $ ds-cfg-database-txn-write-no-sync $ ds-cfg-database-run-cleaner $ ds-cfg-database-cleaner-min-utilization $ ds-cfg-database-evictor-lru-only $ ds-cfg-database-evictor-nodes-per-scan $ ds-cfg-database-log-file-max $ ds-cfg-database-logging-file-handler-on $ ds-cfg-database-logging-level $ ds-cfg-database-checkpointer-bytes-interva!
 l $ ds-cfg-database-checkpointer-wakeup-interval $ ds-cfg-database-lock-num-lock-tables $ ds-cfg-database-cleaner-num-threads $ ds-cfg-backend-compact-encoding ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.7 NAME 'ds-cfg-je-database' SUP top STRUCTURAL MAY ( cn $ ds-cfg-database-cache-percent $ ds-cfg-database-cache-size $ ds-cfg-database-txn-no-sync $ ds-cfg-database-txn-write-no-sync $ ds-cfg-database-run-cleaner $ ds-cfg-database-cleaner-min-utilization $ ds-cfg-database-evictor-lru-only $ ds-cfg-database-evictor-nodes-per-scan $ ds-cfg-database-log-file-max $ ds-cfg-database-logging-file-handler-on $ ds-cfg-database-logging-level $ ds-cfg-database-checkpointer-bytes-interval $ ds-cfg-database-checkpointer-wakeup-interval $ ds-cfg-database-lock-num-lock-tables $ ds-cfg-database-cleaner-num-threads ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.8 NAME 'ds-cfg-je-index' SUP top STRUCTURAL MUST ( ds-cfg-index-attribute $ ds-cfg-index-type ) MAY ( ds-cfg-index-entry-limit $ ds-cfg-index-substring-length ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.9 NAME 'ds-cfg-schema-backend' SUP ds-cfg-backend STRUCTURAL MAY ( ds-cfg-schema-entry-dn $ ds-cfg-show-all-attributes ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.10 NAME 'ds-cfg-task-backend' SUP ds-cfg-backend STRUCTURAL MAY ( ds-cfg-task-backing-file $ ds-cfg-task-retention-time $ ds-cfg-notification-sender-address ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.11 NAME 'ds-cfg-branch' SUP top STRUCTURAL MUST cn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.12 NAME 'ds-cfg-certificate-mapper' SUP top STRUCTURAL MUST ( cn $ ds-cfg-certificate-mapper-class $ ds-cfg-certificate-mapper-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.13 NAME 'ds-cfg-connection-handler' SUP top STRUCTURAL MUST ( cn $ ds-cfg-connection-handler-class $ ds-cfg-connection-handler-enabled ) MAY ( ds-cfg-allowed-client $ ds-cfg-denied-client ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.14 NAME 'ds-cfg-ldap-connection-handler' SUP ds-cfg-connection-handler STRUCTURAL MUST ds-cfg-listen-port MAY ( ds-cfg-listen-address $ ds-cfg-allow-ldapv2 $ ds-cfg-keep-stats $ ds-cfg-use-tcp-keepalive $ ds-cfg-use-tcp-nodelay $ ds-cfg-allow-tcp-reuse-address $ ds-cfg-send-rejection-notice $ ds-cfg-max-request-size $ ds-cfg-num-request-handlers $ ds-cfg-allow-start-tls $ ds-cfg-use-ssl $ ds-cfg-ssl-client-auth-policy $ ds-cfg-ssl-cert-nickname $ ds-cfg-accept-backlog $ ds-cfg-key-manager-provider-dn $ ds-cfg-trust-manager-provider-dn $ ds-cfg-ssl-protocol $ ds-cfg-ssl-cipher-suite ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.15 NAME 'ds-cfg-entry-cache' SUP top STRUCTURAL MUST ( cn $ ds-cfg-entry-cache-class $ ds-cfg-entry-cache-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.16 NAME 'ds-cfg-fifo-entry-cache' SUP ds-cfg-entry-cache STRUCTURAL MAY ( ds-cfg-max-entries $ ds-cfg-max-memory-percent $ ds-cfg-lock-timeout $ ds-cfg-exclude-filter $ ds-cfg-include-filter ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.17 NAME 'ds-cfg-soft-reference-entry-cache' SUP ds-cfg-entry-cache STRUCTURAL MAY ( ds-cfg-lock-timeout $ ds-cfg-exclude-filter $ ds-cfg-include-filter ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.18 NAME 'ds-cfg-extended-operation-handler' SUP top STRUCTURAL MUST ( cn $ ds-cfg-extended-operation-handler-class $ ds-cfg-extended-operation-handler-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.19 NAME 'ds-cfg-key-manager-provider' SUP top STRUCTURAL MUST ( cn $ ds-cfg-key-manager-provider-class $ ds-cfg-key-manager-provider-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.20 NAME 'ds-cfg-file-based-key-manager-provider' SUP ds-cfg-key-manager-provider STRUCTURAL MUST ds-cfg-key-store-file MAY ( ds-cfg-key-store-type $ ds-cfg-key-store-pin $ ds-cfg-key-store-pin-property $ ds-cfg-key-store-pin-environment-variable $ ds-cfg-key-store-pin-file ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.21 NAME 'ds-cfg-pkcs11-key-manager-provider' SUP ds-cfg-key-manager-provider MAY ( ds-cfg-key-store-pin $ ds-cfg-key-store-pin-property $ ds-cfg-key-store-pin-environment-variable $ ds-cfg-key-store-pin-file ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.22 NAME 'ds-cfg-logger' SUP top STRUCTURAL MUST ( cn $ ds-cfg-logger-enabled $ ds-cfg-logger-class ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.23 NAME 'ds-cfg-access-logger' SUP ds-cfg-logger STRUCTURAL MAY ( ds-cfg-suppress-internal-operations $ ds-cfg-suppress-synchronization-operations ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.24 NAME 'ds-cfg-error-logger' SUP ds-cfg-logger STRUCTURAL MAY ( ds-cfg-default-severity $ ds-cfg-override-severity ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.25 NAME 'ds-cfg-debug-logger' SUP ds-cfg-logger STRUCTURAL MUST ( ds-cfg-default-debug-level ) MAY ( ds-cfg-default-debug-category $ ds-cfg-default-omit-method-entry-arguments $ ds-cfg-default-omit-method-return-value $ ds-cfg-default-include-throwable-cause $ ds-cfg-throwable-stack-frames ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.26 NAME 'ds-cfg-file-based-access-logger' SUP ds-cfg-access-logger STRUCTURAL MUST ( ds-cfg-log-file $ ds-cfg-asynchronous-writes $ ds-cfg-log-file-mode ) MAY ( ds-cfg-rotation-policy-dn $ ds-cfg-rotation-action $ ds-cfg-retention-policy-dn $ ds-cfg-thread-time-interval $ ds-cfg-buffer-size $ ds-cfg-writer-auto-flush $ ds-cfg-writer-append $ ds-cfg-log-queue-size ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.27 NAME 'ds-cfg-file-based-debug-logger' SUP ds-cfg-debug-logger STRUCTURAL MUST ( ds-cfg-log-file $ ds-cfg-asynchronous-writes $ ds-cfg-log-file-mode ) MAY ( ds-cfg-rotation-policy-dn $ ds-cfg-rotation-action $ ds-cfg-retention-policy-dn $ ds-cfg-thread-time-interval $ ds-cfg-buffer-size $ ds-cfg-writer-auto-flush $ ds-cfg-writer-append $ ds-cfg-log-queue-size ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.28 NAME 'ds-cfg-file-based-error-logger' SUP ds-cfg-error-logger STRUCTURAL MUST ( ds-cfg-log-file $ ds-cfg-asynchronous-writes $ ds-cfg-log-file-mode ) MAY ( ds-cfg-rotation-policy-dn $ ds-cfg-rotation-action $ ds-cfg-retention-policy-dn $ ds-cfg-thread-time-interval $ ds-cfg-buffer-size $ ds-cfg-writer-auto-flush $ ds-cfg-writer-append $ ds-cfg-log-queue-size ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.29 NAME 'ds-cfg-matching-rule' SUP top STRUCTURAL MUST ( cn $ ds-cfg-matching-rule-class $ ds-cfg-matching-rule-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.30 NAME 'ds-cfg-approximate-matching-rule' SUP ds-cfg-matching-rule STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.31 NAME 'ds-cfg-equality-matching-rule' SUP ds-cfg-matching-rule STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.32 NAME 'ds-cfg-ordering-matching-rule' SUP ds-cfg-matching-rule STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.33 NAME 'ds-cfg-substring-matching-rule' SUP ds-cfg-matching-rule STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.34 NAME 'ds-cfg-monitor-provider' SUP top STRUCTURAL MUST ( cn $ ds-cfg-monitor-provider-class $ ds-cfg-monitor-provider-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.35 NAME 'ds-cfg-password-storage-scheme' SUP top STRUCTURAL MUST ( cn $ ds-cfg-password-storage-scheme-class $ ds-cfg-password-storage-scheme-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.36 NAME 'ds-cfg-password-validator' SUP top STRUCTURAL MUST ( cn $ ds-cfg-password-validator-class $ ds-cfg-password-validator-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.37 NAME 'ds-cfg-plugin' SUP top STRUCTURAL MUST ( cn $ ds-cfg-plugin-class $ ds-cfg-plugin-enabled $ ds-cfg-plugin-type ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.38 NAME 'ds-cfg-profiler-plugin' SUP ds-cfg-plugin STRUCTURAL MAY ( ds-cfg-enable-profiling-on-startup $ ds-cfg-profile-directory $ ds-cfg-profile-sample-interval $ ds-cfg-profile-action ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.39 NAME 'ds-recurring-task' SUP top STRUCTURAL MUST ( ds-recurring-task-class-name $ ds-recurring-task-id ) MAY ( ds-task-notify-on-completion $ ds-task-notify-on-error ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.40 NAME 'ds-cfg-root-config' SUP top STRUCTURAL MUST ( cn $ ds-cfg-default-password-policy ) MAY ( ds-cfg-check-schema $ ds-cfg-add-missing-rdn-attributes $ ds-cfg-allow-attribute-name-exceptions $ ds-cfg-invalid-attribute-syntax-behavior $ ds-cfg-server-error-result-code $ ds-cfg-single-structural-objectclass-behavior $ ds-cfg-notify-abandoned-operations $ ds-cfg-size-limit $ ds-cfg-time-limit $ ds-cfg-proxied-authorization-identity-mapper-dn $ ds-cfg-writability-mode $ ds-cfg-reject-unauthenticated-requests  $ ds-cfg-bind-with-dn-requires-password $ ds-cfg-lookthrough-limit $ ds-cfg-smtp-server $ ds-cfg-allowed-task $ ds-cfg-disabled-privilege $ ds-cfg-return-bind-error-messages $ ds-cfg-idle-time-limit ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.41 NAME 'ds-cfg-root-dn' SUP top AUXILIARY MAY ds-cfg-alternate-bind-dn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.42 NAME 'ds-cfg-root-dse' SUP top STRUCTURAL MUST cn MAY ( ds-cfg-subordinate-base-dn $ ds-cfg-show-all-attributes ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.43 NAME 'ds-cfg-sasl-mechanism-handler' SUP top STRUCTURAL MUST ( cn $ ds-cfg-sasl-mechanism-handler-class $ ds-cfg-sasl-mechanism-handler-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.44 NAME 'ds-cfg-external-sasl-mechanism-handler' SUP ds-cfg-sasl-mechanism-handler MUST ds-cfg-certificate-mapper-dn MAY ( ds-cfg-certificate-attribute $ ds-cfg-client-certificate-validation-policy ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.45 NAME 'ds-cfg-plain-sasl-mechanism-handler' SUP ds-cfg-sasl-mechanism-handler MUST ds-cfg-identity-mapper-dn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.46 NAME 'ds-cfg-cram-md5-sasl-mechanism-handler' SUP ds-cfg-sasl-mechanism-handler MUST ds-cfg-identity-mapper-dn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.47 NAME 'ds-cfg-digest-md5-sasl-mechanism-handler' SUP ds-cfg-sasl-mechanism-handler MUST ds-cfg-identity-mapper-dn MAY ( ds-cfg-realm $ ds-cfg-server-fqdn ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.48 NAME 'ds-cfg-gssapi-sasl-mechanism-handler' SUP ds-cfg-sasl-mechanism-handler MAY ( ds-cfg-identity-mapper-dn $ ds-cfg-realm $ ds-cfg-kdc-address $ ds-cfg-keytab $ ds-cfg-server-fqdn ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.49 NAME 'ds-task' SUP top STRUCTURAL MUST ( ds-task-class-name $ ds-task-id ) MAY ( ds-task-state $ ds-task-scheduled-start-time $ ds-task-actual-start-time $ ds-task-completion-time $ ds-task-dependency-id $ ds-task-failed-dependency-action $ ds-task-log-message $ ds-task-notify-on-completion $ ds-task-notify-on-error ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.50 NAME 'ds-task-shutdown' SUP ds-task MAY ( ds-task-shutdown-message $ ds-task-restart-server ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.51 NAME 'ds-cfg-trust-manager-provider' SUP top STRUCTURAL MUST ( cn $ ds-cfg-trust-manager-provider-class $ ds-cfg-trust-manager-provider-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.52 NAME 'ds-cfg-file-based-trust-manager-provider' SUP ds-cfg-trust-manager-provider STRUCTURAL MUST ds-cfg-trust-store-file MAY ( ds-cfg-trust-store-type $ ds-cfg-trust-store-pin $ ds-cfg-trust-store-pin-property $ ds-cfg-trust-store-pin-environment-variable $ ds-cfg-trust-store-pin-file ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.53 NAME 'ds-cfg-directory-string-attribute-syntax' SUP ds-cfg-attribute-syntax STRUCTURAL MAY ds-cfg-allow-zero-length-values X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.54 NAME 'ds-root-dse' SUP top STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.55 NAME 'ds-cfg-identity-mapper' SUP top STRUCTURAL MUST ( cn $ ds-cfg-identity-mapper-class $ ds-cfg-identity-mapper-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.56 NAME 'ds-cfg-exact-match-identity-mapper' SUP ds-cfg-identity-mapper STRUCTURAL MUST ds-cfg-match-attribute MAY ds-cfg-match-base-dn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.57 NAME 'ds-cfg-synchronization-provider' SUP top STRUCTURAL MUST ( cn $ ds-cfg-synchronization-provider-class $ ds-cfg-synchronization-provider-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.58 NAME ( 'ds-cfg-replication-domain-config'   'ds-cfg-synchronization-provider-config' ) SUP top STRUCTURAL MUST ( ds-cfg-replication-server $ ds-cfg-directory-server-id $ ds-cfg-replication-dn ) MAY ( cn $ ds-cfg-receive-status $ ds-cfg-max-receive-queue $ ds-cfg-max-receive-delay $ ds-cfg-max-send-queue $ ds-cfg-max-send-delay $ ds-cfg-window-size $ ds-cfg-heartbeat-interval ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.59 NAME 'ds-cfg-length-based-password-validator' SUP ds-cfg-password-validator STRUCTURAL MAY ( ds-cfg-maximum-password-length $ ds-cfg-minimum-password-length ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.60 NAME 'ds-cfg-password-generator' SUP top STRUCTURAL MUST ( cn $ ds-cfg-password-generator-class $ ds-cfg-password-generator-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.61 NAME 'ds-cfg-random-password-generator' SUP ds-cfg-password-generator STRUCTURAL MUST ( ds-cfg-password-character-set $ ds-cfg-password-format ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.62 NAME 'ds-cfg-password-policy' SUP top STRUCTURAL MUST ( cn $ ds-cfg-password-attribute $ ds-cfg-default-password-storage-scheme ) MAY ( ds-cfg-account-status-notification-handler-dn $ ds-cfg-allow-expired-password-changes $ ds-cfg-allow-multiple-password-values $ ds-cfg-allow-pre-encoded-passwords $ ds-cfg-allow-user-password-changes $ ds-cfg-deprecated-password-storage-scheme $ ds-cfg-expire-passwords-without-warning $ ds-cfg-force-change-on-add $ ds-cfg-force-change-on-reset $ ds-cfg-grace-login-count $ ds-cfg-idle-lockout-interval $ ds-cfg-last-login-time-attribute $ ds-cfg-last-login-time-format $ ds-cfg-lockout-duration $ ds-cfg-lockout-failure-count $ ds-cfg-lockout-failure-expiration-interval $ ds-cfg-maximum-password-age $ ds-cfg-maximum-password-reset-age $ ds-cfg-minimum-password-age $ ds-cfg-password-change-requires-current-password $ ds-cfg-password-expiration-warning-interval $ ds-cfg-password-generator-dn $ ds-cfg-pass!
 word-validator-dn $ ds-cfg-previous-last-login-time-format $ ds-cfg-require-change-by-time $ ds-cfg-require-secure-authentication $ ds-cfg-require-secure-password-changes $ ds-cfg-skip-validation-for-administrators $ ds-cfg-state-update-failure-policy $ ds-cfg-password-history-count $ ds-cfg-password-history-duration ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.63 NAME 'ds-cfg-jmx-connection-handler' SUP ds-cfg-connection-handler STRUCTURAL MUST ( ds-cfg-listen-port $ ds-cfg-ssl-cert-nickname $ ds-cfg-use-ssl ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.64 NAME 'ds-task-import' SUP ds-task MUST ( ds-task-import-ldif-file ) MAY ( ds-task-import-append $ ds-task-import-replace-existing $ ds-task-import-include-branch $ ds-task-import-exclude-branch $ ds-task-import-include-attribute $ ds-task-import-exclude-attribute $ ds-task-import-include-filter $ ds-task-import-exclude-filter $ ds-task-import-reject-file $ ds-task-import-overwrite-rejects $ ds-task-import-skip-schema-validation $ ds-task-import-is-compressed $ ds-task-import-is-encrypted $ ds-task-import-backend-id $ ds-task-import-clear-backend ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.65 NAME ( 'ds-cfg-replication-server-config'   'ds-cfg-synchronization-changelog-server-config' ) SUP top STRUCTURAL   MUST (ds-cfg-replication-server-id $ ds-cfg-replication-server-port )   MAY ( ds-cfg-replication-server $ cn $ ds-cfg-window-size $         ds-cfg-replication-max-queue-size $ ds-cfg-replication-db-directory $         ds-cfg-replication-purge-delay )   X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.66 NAME 'ds-backup-directory' SUP top STRUCTURAL MUST ( ds-backup-directory-path $ ds-backup-backend-dn ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.67 NAME 'ds-backup-info' SUP top STRUCTURAL MUST ( ds-backup-id $ ds-backup-directory-path ) MAY ( ds-backup-compressed $ ds-backup-date $ ds-backup-dependency $ ds-backup-encrypted $ ds-backup-incremental $ ds-backup-signed-hash $ ds-backup-unsigned-hash ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.68 NAME 'ds-cfg-backup-backend' SUP ds-cfg-backend STRUCTURAL MAY ds-cfg-backup-directory X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.69 NAME 'ds-task-export' SUP ds-task MUST ( ds-task-export-ldif-file $ ds-task-export-backend-id ) MAY ( ds-task-export-append-to-ldif $ ds-task-export-include-branch $ ds-task-export-exclude-branch $ ds-task-export-include-attribute $ ds-task-export-exclude-attribute $ ds-task-export-include-filter $ ds-task-export-exclude-filter $ ds-task-export-wrap-column $ ds-task-export-compress-ldif $ ds-task-export-encrypt-ldif $ ds-task-export-sign-hash ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.70 NAME 'ds-task-backup' SUP ds-task MUST ( ds-backup-directory-path ) MAY ( ds-task-backup-backend-id $ ds-backup-id $ ds-task-backup-all $ ds-task-backup-incremental $ ds-task-backup-incremental-base-id $ ds-task-backup-compress $ ds-task-backup-encrypt $ ds-task-backup-hash $ ds-task-backup-sign-hash ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.71 NAME 'ds-task-restore' SUP ds-task MUST ( ds-backup-directory-path ) MAY ( ds-backup-id $ ds-task-restore-verify-only ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.72 NAME 'ds-cfg-work-queue' SUP top STRUCTURAL MUST ( cn $ ds-cfg-work-queue-class ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.73 NAME 'ds-cfg-traditional-work-queue' SUP ds-cfg-work-queue MUST ds-cfg-num-worker-threads MAY ds-cfg-max-work-queue-capacity X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.74 NAME 'ds-cfg-password-modify-extended-operation-handler' SUP ds-cfg-extended-operation-handler MUST ds-cfg-identity-mapper-dn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.75 NAME 'ds-cfg-account-status-notification-handler' SUP top STRUCTURAL MUST ( cn $ ds-cfg-account-status-notification-handler-class $ ds-cfg-account-status-notification-handler-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.76 NAME 'ds-cfg-error-log-account-status-notification-handler' SUP ds-cfg-account-status-notification-handler STRUCTURAL MUST ds-cfg-account-status-notification-type X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.77 NAME 'ds-monitor-entry' SUP top STRUCTURAL MUST cn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.78 NAME 'ds-backend-monitor-entry' SUP ds-monitor-entry STRUCTURAL MAY ( ds-backend-id $ ds-backend-base-dn $ ds-backend-entry-count $ ds-backend-writability-mode $ ds-backend-is-private ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.79 NAME 'ds-connectionhandler-monitor-entry' SUP ds-monitor-entry STRUCTURAL MAY ( ds-connectionhandler-connection $ ds-connectionhandler-listener $ ds-connectionhandler-num-connections $ ds-connectionhandler-protocol ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.80 NAME 'ds-task-add-schema-file' SUP ds-task MUST ds-task-schema-file-name X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.81 NAME 'ds-cfg-group-implementation' SUP top STRUCTURAL MUST ( cn $ ds-cfg-group-implementation-class $ ds-cfg-group-implementation-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.82 NAME 'ds-cfg-root-dn-base' SUP top STRUCTURAL MUST cn MAY ds-cfg-default-root-privilege-name X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.83 NAME 'ds-certificate-user' SUP top AUXILIARY MAY ( userCertificate $ ds-certificate-subject-dn $ ds-certificate-fingerprint ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.84 NAME 'ds-cfg-subject-dn-to-user-attribute-certificate-mapper' SUP ds-cfg-certificate-mapper STRUCTURAL MUST ds-cfg-certificate-subject-attribute-type MAY ds-cfg-certificate-user-base-dn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.85 NAME 'ds-cfg-subject-attribute-to-user-attribute-certificate-mapper' SUP ds-cfg-certificate-mapper STRUCTURAL MUST ds-cfg-certificate-subject-attribute-mapping MAY ds-cfg-certificate-user-base-dn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.86 NAME 'ds-cfg-fingerprint-certificate-mapper' SUP ds-cfg-certificate-mapper STRUCTURAL MUST ( ds-cfg-certificate-fingerprint-attribute-type $ ds-cfg-certificate-fingerprint-algorithm ) MAY ds-cfg-certificate-user-base-dn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.88 NAME 'ds-cfg-similarity-based-password-validator' SUP ds-cfg-password-validator STRUCTURAL MUST ds-cfg-minimum-password-difference X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.89 NAME 'ds-cfg-unique-characters-password-validator' SUP ds-cfg-password-validator STRUCTURAL MUST ( ds-cfg-minimum-unique-characters $ ds-cfg-case-sensitive-validation ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.90 NAME 'ds-cfg-repeated-characters-password-validator' SUP ds-cfg-password-validator STRUCTURAL MUST ( ds-cfg-maximum-consecutive-length $ ds-cfg-case-sensitive-validation ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.91 NAME 'ds-cfg-virtual-attribute' SUP top STRUCTURAL MUST ( cn $ ds-cfg-virtual-attribute-class $ ds-cfg-virtual-attribute-enabled $ ds-cfg-virtual-attribute-type ) MAY ( ds-cfg-virtual-attribute-base-dn $ ds-cfg-virtual-attribute-group-dn $ ds-cfg-virtual-attribute-filter $ ds-cfg-virtual-attribute-conflict-behavior ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.92 NAME 'ds-task-initialize-from-remote-replica' SUP ds-task MUST ( ds-task-initialize-domain-dn $ ds-task-initialize-replica-server-id ) MAY ( ds-task-processed-entry-count $ ds-task-unprocessed-entry-count ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.93 NAME 'ds-task-initialize-remote-replica' SUP ds-task MUST ( ds-task-initialize-domain-dn $ ds-task-initialize-replica-server-id ) MAY ( ds-task-processed-entry-count $ ds-task-unprocessed-entry-count ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.94 NAME 'ds-cfg-multimaster-synchronization-provider' SUP ds-cfg-synchronization-provider STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.95 NAME 'ds-cfg-dictionary-password-validator' SUP ds-cfg-password-validator STRUCTURAL MUST ( ds-cfg-dictionary-file $ ds-cfg-case-sensitive-validation $ ds-cfg-test-reversed-password ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.96 NAME 'ds-cfg-attribute-value-password-validator' SUP ds-cfg-password-validator STRUCTURAL MUST ds-cfg-test-reversed-password MAY ds-cfg-match-attribute X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.97 NAME 'ds-cfg-character-set-password-validator' SUP ds-cfg-password-validator STRUCTURAL MUST ( ds-cfg-character-set $ ds-cfg-allow-unclassified-characters ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.98 NAME 'ds-task-rebuild' SUP ds-task STRUCTURAL MUST ( ds-task-rebuild-base-dn $ ds-task-rebuild-index ) MAY ( ds-task-rebuild-max-threads ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.99 NAME 'ds-virtual-static-group' SUP top AUXILIARY MUST ds-target-group-dn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.100 NAME 'ds-cfg-user-defined-virtual-attribute' SUP ds-cfg-virtual-attribute STRUCTURAL MUST ds-cfg-virtual-attribute-value X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.101 NAME 'ds-cfg-debug-target' STRUCTURAL MUST ( ds-cfg-debug-scope $ ds-cfg-debug-level ) MAY (ds-cfg-debug-category $ ds-cfg-omit-method-entry-arguments $ ds-cfg-omit-method-return-value $ ds-cfg-omit-method-return-value $ ds-cfg-include-throwable-cause $ ds-cfg-throwable-stack-frames ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.102 NAME 'ds-cfg-log-retention-policy' STRUCTURAL MUST ( cn $ ds-cfg-retention-policy-class  ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.103 NAME 'ds-cfg-file-count-log-retention-policy' SUP ds-cfg-log-retention-policy STRUCTURAL MUST ( ds-cfg-number-of-files ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.104 NAME 'ds-cfg-size-limit-log-retention-policy' SUP ds-cfg-log-retention-policy STRUCTURAL MUST ( ds-cfg-disk-space-used ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.105 NAME 'ds-cfg-free-disk-space-log-retention-policy' SUP ds-cfg-log-retention-policy STRUCTURAL MUST ( ds-cfg-free-disk-space ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.106 NAME 'ds-cfg-log-rotation-policy' STRUCTURAL MUST ( cn $ ds-cfg-rotation-policy-class  ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.107 NAME 'ds-cfg-size-limit-log-rotation-policy' SUP ds-cfg-log-rotation-policy STRUCTURAL MUST ( ds-cfg-file-size-limit ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.108 NAME 'ds-cfg-time-limit-log-rotation-policy' SUP ds-cfg-log-rotation-policy STRUCTURAL MUST ( ds-cfg-rotation-interval ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.109 NAME 'ds-cfg-fixed-time-log-rotation-policy' SUP ds-cfg-log-rotation-policy STRUCTURAL MUST ( ds-cfg-time-of-day ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.113 NAME 'ds-cfg-member-virtual-attribute' SUP ds-cfg-virtual-attribute STRUCTURAL MUST ds-cfg-allow-retrieving-membership X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.110 NAME 'ds-cfg-file-system-entry-cache' SUP ds-cfg-entry-cache STRUCTURAL MAY ( ds-cfg-max-entries $ ds-cfg-max-memory-size $ ds-cfg-lock-timeout $ ds-cfg-exclude-filter $ ds-cfg-include-filter $ ds-cfg-cache-directory $ ds-cfg-cache-type $ ds-cfg-persistent-cache $ ds-cfg-database-cache-percent $ ds-cfg-database-cache-size ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.114 NAME 'ds-cfg-plugin-root' SUP top AUXILIARY MAY ( ds-cfg-plugin-order-startup $ ds-cfg-plugin-order-shutdown $ ds-cfg-plugin-order-post-connect $ ds-cfg-plugin-order-post-disconnect $ ds-cfg-plugin-order-ldif-import $ ds-cfg-plugin-order-ldif-export $ ds-cfg-plugin-order-pre-parse-abandon $ ds-cfg-plugin-order-pre-parse-add $ ds-cfg-plugin-order-pre-parse-bind $ ds-cfg-plugin-order-pre-parse-compare $ ds-cfg-plugin-order-pre-parse-delete $ ds-cfg-plugin-order-pre-parse-extended $ ds-cfg-plugin-order-pre-parse-modify $ ds-cfg-plugin-order-pre-parse-modify-dn $ ds-cfg-plugin-order-pre-parse-search $ ds-cfg-plugin-order-pre-parse-unbind $ ds-cfg-plugin-order-pre-operation-add $ ds-cfg-plugin-order-pre-operation-bind $ ds-cfg-plugin-order-pre-operation-compare $ ds-cfg-plugin-order-pre-operation-delete $ ds-cfg-plugin-order-pre-operation-extended $ ds-cfg-plugin-order-pre-operation-modify $ ds-cfg-plugin-order-pre-operation-modify-dn $!
  ds-cfg-plugin-order-pre-operation-search $ ds-cfg-plugin-order-post-operation-abandon $ ds-cfg-plugin-order-post-operation-add $ ds-cfg-plugin-order-post-operation-bind $ ds-cfg-plugin-order-post-operation-compare $ ds-cfg-plugin-order-post-operation-delete $ ds-cfg-plugin-order-post-operation-extended $ ds-cfg-plugin-order-post-operation-modify $ ds-cfg-plugin-order-post-operation-modify-dn $ ds-cfg-plugin-order-post-operation-search $ ds-cfg-plugin-order-post-operation-unbind $ ds-cfg-plugin-order-post-response-add $ ds-cfg-plugin-order-post-response-bind $ ds-cfg-plugin-order-post-response-compare $ ds-cfg-plugin-order-post-response-delete $ ds-cfg-plugin-order-post-response-extended $ ds-cfg-plugin-order-post-response-modify $ ds-cfg-plugin-order-post-response-modify-dn $ ds-cfg-plugin-order-post-response-search $ ds-cfg-plugin-order-search-result-entry $ ds-cfg-plugin-order-search-result-reference $ ds-cfg-plugin-order-subordinate-modify-dn $ ds-cfg-plugin-order-inter!
 mediate-response ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '0
2-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.115 NAME 'ds-cfg-password-policy-import-plugin' SUP ds-cfg-plugin STRUCTURAL MAY ( ds-cfg-default-user-password-storage-scheme $ ds-cfg-default-auth-password-storage-scheme ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.117 NAME 'ds-cfg-vlv-je-index' SUP top STRUCTURAL MUST ( ds-cfg-vlv-je-index-base-dn $ ds-cfg-vlv-je-index-scope $        ds-cfg-vlv-je-index-filter $ ds-cfg-vlv-je-index-sort-order $        ds-cfg-vlv-je-index-name ) MAY  ( ds-cfg-vlv-je-index-maximum-block-size ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.118 NAME 'ds-cfg-smtp-alert-handler' SUP ds-cfg-alert-handler STRUCTURAL MUST ( ds-cfg-sender-address $ ds-cfg-recipient-address $ ds-cfg-message-subject $ ds-cfg-message-body ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.119 NAME 'ds-task-disconnect' SUP ds-task STRUCTURAL MUST ds-task-disconnect-connection-id MAY ( ds-task-disconnect-message $ ds-task-disconnect-notify-client ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.121 NAME 'ds-cfg-regular-expression-identity-mapper' SUP ds-cfg-identity-mapper STRUCTURAL MUST ( ds-cfg-match-attribute $ ds-cfg-match-pattern ) MAY ( ds-cfg-match-base-dn $ ds-cfg-replace-pattern ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.120 NAME 'ds-cfg-unique-attribute-plugin' SUP ds-cfg-plugin STRUCTURAL MAY ( ds-cfg-unique-attribute-type $ ds-cfg-unique-attribute-base-dn ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
-objectClasses: ( 2.16.840.1.113730.3.2.1 NAME 'changeLogEntry' SUP top STRUCTURAL MUST ( changeNumber $ targetDN $ changeType ) MAY ( changes $ newRDN $ deleteOldRDN $ newSuperior ) X-ORIGIN 'draft-good-ldap-changelog' X-SCHEMA-FILE '03-changelog.ldif' )
-objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.1 NAME 'javaContainer' DESC 'Container for a Java object' SUP top STRUCTURAL MUST ( cn ) X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
-objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.4 NAME 'javaObject' DESC 'Java object representation' SUP top ABSTRACT MUST ( javaClassName ) MAY ( javaClassNames $ javaCodebase $ javaDoc $ description ) X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
-objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.5 NAME 'javaSerializedObject' DESC 'Java serialized object' SUP javaObject AUXILIARY MUST ( javaSerializedData ) X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
-objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.8 NAME 'javaMarshalledObject' DESC 'Java marshalled object' SUP javaObject AUXILIARY MUST ( javaSerializedData ) X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
-objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.7 NAME 'javaNamingReference' DESC 'JNDI reference' SUP javaObject AUXILIARY MAY ( javaReferenceAddress $ javaFactory ) X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
-objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.9 NAME 'corbaObject' DESC 'CORBA object representation' SUP top ABSTRACT MAY ( corbaRepositoryId $ description ) X-ORIGIN 'RFC 2714' X-SCHEMA-FILE '03-rfc2714.ldif' )
-objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.10 NAME 'corbaContainer' DESC 'Container for a CORBA object' SUP top STRUCTURAL MUST ( cn ) X-ORIGIN 'RFC 2714' X-SCHEMA-FILE '03-rfc2714.ldif' )
-objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.11 NAME 'corbaObjectReference' DESC 'CORBA interoperable object reference' SUP corbaObject AUXILIARY MUST ( corbaIor ) X-ORIGIN 'RFC 2714' X-SCHEMA-FILE '03-rfc2714.ldif' )
-objectClasses: ( 1.2.840.113556.1.5.87 NAME 'calEntry' TOP AUXILIARY MAY ( calCalURI $ calFBURL $ calOtherCalURIs $ calOtherFBURLs $ calCAPURI $ calOtherCAPURIs $ calCalAdrURI $ calOtherCalAdrURIs ) X-ORIGIN 'RFC 2739' X-SCHEMA-FILE '03-rfc2739.ldif' )
-objectClasses: ( 1.3.6.1.4.1.6252.2.27.6.2.1 NAME 'slpService' DESC 'parent superclass for SLP services' ABSTRACT SUP top MUST  ( template-major-version-number $ template-minor-version-number $ description $ template-url-syntax $ service-advert-service-type $ service-advert-scopes ) MAY ( service-advert-url-authenticator $ service-advert-attribute-authenticator ) X-ORIGIN 'RFC 2926' X-SCHEMA-FILE '03-rfc2926.ldif' )
-objectClasses: ( 1.3.6.1.4.1.4203.1.4.7 NAME 'authPasswordObject' DESC 'authentication password mix in class' MAY authPassword AUXILIARY X-ORIGIN 'RFC 3112' X-SCHEMA-FILE '03-rfc3112.ldif' )
-objectClasses: ( 1.3.18.0.2.6.254 NAME 'slpServicePrinter' DESC 'Service Location Protocol (SLP) information.' AUXILIARY SUP slpService X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-objectClasses: ( 1.3.18.0.2.6.258 NAME 'printerAbstract' DESC 'Printer related information.' ABSTRACT SUP top MAY ( printer-name $ printer-natural-language-configured $ printer-location $ printer-info $ printer-more-info $ printer-make-and-model $ printer-multiple-document-jobs-supported $ printer-charset-configured $ printer-charset-supported $ printer-generated-natural-language-supported $ printer-document-format-supported $ printer-color-supported $ printer-compression-supported $ printer-pages-per-minute $ printer-pages-per-minute-color $ printer-finishings-supported $ printer-number-up-supported $ printer-sides-supported $ printer-media-supported $ printer-media-local-supported $ printer-resolution-supported $ printer-print-quality-supported $ printer-job-priority-supported $ printer-copies-supported $ printer-job-k-octets-supported $ printer-current-operator $ printer-service-person $ printer-delivery-orientation-supported $ printer-stacking-order-supported $ printer-!
 output-features-supported ) X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-objectClasses: ( 1.3.18.0.2.6.255 NAME 'printerService' DESC 'Printer information.' STRUCTURAL SUP printerAbstract MAY ( printer-uri $ printer-xri-supported ) X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-objectClasses: ( 1.3.18.0.2.6.257 NAME 'printerServiceAuxClass' DESC 'Printer information.' AUXILIARY SUP printerAbstract MAY ( printer-uri $ printer-xri-supported ) X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-objectClasses: ( 1.3.18.0.2.6.256 NAME 'printerIPP' DESC 'Internet Printing Protocol (IPP) information.' AUXILIARY SUP top MAY ( printer-ipp-versions-supported $ printer-multiple-document-jobs-supported ) X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-objectClasses: ( 1.3.18.0.2.6.253 NAME 'printerLPR' DESC 'LPR information.' AUXILIARY SUP top MUST ( printer-name ) MAY ( printer-aliases ) X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
-objectClasses: ( 1.3.6.1.1.10.6.1 NAME 'uddiBusinessEntity' SUP top STRUCTURAL MUST ( uddiBusinessKey $  uddiName ) MAY ( uddiAuthorizedName $ uddiOperator $ uddiDiscoveryURLs $ uddiDescription $ uddiIdentifierBag $ uddiCategoryBag $uddiv3BusinessKey $ uddiv3DigitalSignature $ uddiv3EntityModificationTime $ uddiv3NodeId ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-objectClasses: ( 1.3.6.1.1.10.6.2 NAME 'uddiContact' SUP top STRUCTURAL MUST ( uddiPersonName $ uddiUUID ) MAY ( uddiUseType $ uddiDescription $ uddiPhone $ uddiEMail ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-objectClasses: ( 1.3.6.1.1.10.6.3 NAME 'uddiAddress' SUP top STRUCTURAL MUST ( uddiUUID ) MAY ( uddiUseType $ uddiSortCode $ uddiTModelKey $ uddiv3TmodelKey $  uddiAddressLine $ uddiLang ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-objectClasses: ( 1.3.6.1.1.10.6.4 NAME 'uddiBusinessService' SUP top STRUCTURAL MUST ( uddiServiceKey ) MAY ( uddiName $ uddiBusinessKey $ uddiDescription $ uddiCategoryBag $ uddiIsProjection $ uddiv3ServiceKey $ uddiv3BusinessKey $ uddiv3DigitalSignature $ uddiv3EntityCreationTime $ uddiv3EntityModificationTime $ uddiv3NodeId ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-objectClasses: ( 1.3.6.1.1.10.6.5 NAME 'uddiBindingTemplate' SUP top STRUCTURAL MUST ( uddiBindingKey ) MAY ( uddiServiceKey $ uddiDescription $ uddiAccessPoint $ uddiHostingRedirector $ uddiCategoryBag $ uddiv3BindingKey $ uddiv3ServiceKey $ uddiv3DigitalSignature $ uddiv3EntityCreationTime $ uddiv3NodeId) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-objectClasses: ( 1.3.6.1.1.10.6.6 NAME 'uddiTModelInstanceInfo' SUP top STRUCTURAL MUST ( uddiTModelKey ) MAY ( uddiDescription $ uddiInstanceDescription $ uddiInstanceParms $ uddiOverviewDescription $ uddiOverviewURL $ uddiv3TmodelKey ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-objectClasses: ( 1.3.6.1.1.10.6.7 NAME 'uddiTModel' SUP top STRUCTURAL MUST ( uddiTModelKey $ uddiName ) MAY ( uddiAuthorizedName $ uddiOperator $ uddiDescription $ uddiOverviewDescription $ uddiOverviewURL $ uddiIdentifierBag $ uddiCategoryBag $ uddiIsHidden $ uddiv3TModelKey $ uddiv3DigitalSignature $ uddiv3NodeId ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-objectClasses: ( 1.3.6.1.1.10.6.8 NAME 'uddiPublisherAssertion' SUP top STRUCTURAL MUST ( uddiFromKey $ uddiToKey $ uddiKeyedReference $ uddiUUID ) MAY ( uddiv3DigitalSignature $ uddiv3NodeId ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-objectClasses: ( 1.3.6.1.1.10.6.9 NAME 'uddiv3Subscription' SUP top STRUCTURAL MUST ( uddiv3SubscriptionFilter $ uddiUUID ) MAY ( uddiAuthorizedName $ uddiv3SubscriptionKey $ uddiv3BindingKey $ uddiv3NotificationInterval $ uddiv3MaxEntities $ uddiv3ExpiresAfter $ uddiv3BriefResponse $ uddiv3NodeId ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-objectClasses: ( 1.3.6.1.1.10.6.10 NAME 'uddiv3EntityObituary' SUP top STRUCTURAL MUST ( uddiv3EntityKey $ uddiUUID ) MAY (  uddiAuthorizedName $ uddiv3EntityCreationTime $ uddiv3EntityDeletionTime $ uddiv3NodeId ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-objectClasses: ( 1.3.6.1.1.1.2.0 NAME 'posixAccount' SUP top AUXILIARY DESC 'Abstraction of an account with POSIX attributes' MUST ( cn $ uid $ uidNumber $ gidNumber $ homeDirectory ) MAY ( authPassword $ userPassword $ loginShell $ gecos $ description ) X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-objectClasses: ( 1.3.6.1.1.1.2.1 NAME 'shadowAccount' SUP top AUXILIARY DESC 'Additional attributes for shadow passwords' MUST uid MAY ( authPassword $ userPassword $ description $ shadowLastChange $ shadowMin $ shadowMax $ shadowWarning $ shadowInactive $ shadowExpire $ shadowFlag ) X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-objectClasses: ( 1.3.6.1.1.1.2.2 NAME 'posixGroup' SUP top AUXILIARY DESC 'Abstraction of a group of accounts' MUST gidNumber MAY ( authPassword $ userPassword $ memberUid $ description ) X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-objectClasses: ( 1.3.6.1.1.1.2.3 NAME 'ipService' SUP top STRUCTURAL DESC 'Abstraction an Internet Protocol service.  Maps an IP port and protocol (such as tcp or udp) to one or more names; the distinguished value of the cn attribute denotes the canonical name of the service' MUST ( cn $ ipServicePort $ ipServiceProtocol ) MAY description X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-objectClasses: ( 1.3.6.1.1.1.2.4 NAME 'ipProtocol' SUP top STRUCTURAL DESC 'Abstraction of an IP protocol. Maps a protocol number to one or more names. The distinguished value of the cn attribute denotes the canonical name of the protocol' MUST ( cn $ ipProtocolNumber ) MAY description X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-objectClasses: ( 1.3.6.1.1.1.2.5 NAME 'oncRpc' SUP top STRUCTURAL DESC 'Abstraction of an Open Network Computing (ONC) [RFC1057] Remote Procedure Call (RPC) binding.  This class maps an ONC RPC number to a name. The distinguished value of the cn attribute denotes the canonical name of the RPC service' MUST ( cn $ oncRpcNumber ) MAY description X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-objectClasses: ( 1.3.6.1.1.1.2.6 NAME 'ipHost' SUP top AUXILIARY DESC 'Abstraction of a host, an IP device. The distinguished value of the cn attribute denotes the canonical name of the host. Device SHOULD be used as a structural class' MUST ( cn $ ipHostNumber ) MAY ( authPassword $ userPassword $ l $ description $ manager ) X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-objectClasses: ( 1.3.6.1.1.1.2.7 NAME 'ipNetwork' SUP top STRUCTURAL DESC 'Abstraction of a network. The distinguished value of the cn attribute denotes the canonical name of the network' MUST ipNetworkNumber MAY ( cn $ ipNetmaskNumber $ l $ description $ manager ) X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-objectClasses: ( 1.3.6.1.1.1.2.8 NAME 'nisNetgroup' SUP top STRUCTURAL DESC 'Abstraction of a netgroup. May refer to other netgroups' MUST cn MAY ( nisNetgroupTriple $ memberNisNetgroup $ description ) X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-objectClasses: ( 1.3.6.1.1.1.2.9 NAME 'nisMap' SUP top STRUCTURAL DESC 'A generic abstraction of a NIS map' MUST nisMapName MAY description X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-objectClasses: ( 1.3.6.1.1.1.2.10 NAME 'nisObject' SUP top STRUCTURAL DESC 'An entry in a NIS map' MUST ( cn $ nisMapEntry $ nisMapName ) MAY description X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-objectClasses: ( 1.3.6.1.1.1.2.11 NAME 'ieee802Device' SUP top AUXILIARY DESC 'A device with a MAC address; device SHOULD be used as a structural class' MAY macAddress X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-objectClasses: ( 1.3.6.1.1.1.2.12 NAME 'bootableDevice' SUP top AUXILIARY DESC 'A device with boot parameters; device SHOULD be used as a structural class' MAY ( bootFile $ bootParameter ) X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-objectClasses: ( 1.3.6.1.1.1.2.14 NAME 'nisKeyObject' SUP top AUXILIARY DESC 'An object with a public and secret key' MUST ( cn $ nisPublicKey $ nisSecretKey ) MAY ( uidNumber $ description ) X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-objectClasses: ( 1.3.6.1.1.1.2.15 NAME 'nisDomainObject' SUP top AUXILIARY DESC 'Associates a NIS domain with a naming context' MUST nisDomain X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-objectClasses: ( 1.3.6.1.1.1.2.16 NAME 'automountMap' SUP top STRUCTURAL MUST ( automountMapName ) MAY description X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-objectClasses: ( 1.3.6.1.1.1.2.17 NAME 'automount' SUP top STRUCTURAL DESC 'Automount information' MUST ( automountKey $ automountInformation ) MAY description X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
-nameForms: ( 1.3.6.1.1.10.15.1 NAME 'uddiBusinessEntityNameForm' OC uddiBusinessEntity MUST ( uddiBusinessKey ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-nameForms: ( 1.3.6.1.1.10.15.2 NAME 'uddiContactNameForm' OC uddiContact MUST ( uddiUUID ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-nameForms: ( 1.3.6.1.1.10.15.3 NAME 'uddiAddressNameForm' OC uddiAddress MUST ( uddiUUID ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-nameForms: ( 1.3.6.1.1.10.15.4  NAME 'uddiBusinessServiceNameForm' OC uddiBusinessService MUST ( uddiServiceKey ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-nameForms: ( 1.3.6.1.1.10.15.5 NAME 'uddiBindingTemplateNameForm' OC uddiBindingTemplate MUST ( uddiBindingKey ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-nameForms: ( 1.3.6.1.1.10.15.6 NAME 'uddiTModelInstanceInfoNameForm' OC uddiTModelInstanceInfo MUST ( uddiTModelKey ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-nameForms: ( 1.3.6.1.1.10.15.7 NAME 'uddiTModelNameForm' OC uddiTModel MUST ( uddiTModelKey ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-nameForms: ( 1.3.6.1.1.10.15.8 NAME 'uddiPublisherAssertionNameForm' OC uddiPublisherAssertion MUST ( uddiUUID ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-nameForms: ( 1.3.6.1.1.10.15.9 NAME 'uddiv3SubscriptionNameForm' OC uddiv3Subscription MUST ( uddiUUID ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-nameForms: ( 1.3.6.1.1.10.15.10 NAME 'uddiv3EntityObituaryNameForm' OC uddiv3EntityObituary MUST ( uddiUUID ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-dITStructureRules: ( 1 NAME 'uddiBusinessEntityStructureRule' FORM uddiBusinessEntityNameForm X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-dITStructureRules: ( 2 NAME 'uddiContactStructureRule' FORM uddiContactNameForm SUP ( 1 ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-dITStructureRules: ( 3 NAME 'uddiAddressStructureRule' FORM uddiAddressNameForm SUP ( 2 ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-dITStructureRules: ( 4 NAME 'uddiBusinessServiceStructureRule' FORM uddiBusinessServiceNameForm SUP ( 1 ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-dITStructureRules: ( 5 NAME 'uddiBindingTemplateStructureRule' FORM uddiBindingTemplateNameForm SUP ( 4 ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-dITStructureRules: ( 6 NAME 'uddiTModelInstanceInfoStructureRule' FORM uddiTModelInstanceInfoNameForm SUP ( 5 ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-dITStructureRules: ( 7 NAME 'uddiTModelStructureRule' FORM uddiTModelNameForm X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-dITStructureRules: ( 8 NAME 'uddiPublisherAssertionStructureRule' FORM uddiPublisherAssertionNameForm X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-dITStructureRules: ( 9 NAME 'uddiv3SubscriptionStructureRule' FORM uddiv3SubscriptionNameForm X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
-dITStructureRules: ( 10 NAME 'uddiv3EntityObituaryStructureRule' FORM uddiv3EntityObituaryNameForm X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )

Added: projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/upgrade/schema.ldif.4337
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/upgrade/schema.ldif.4337	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/jbosssx/src/test/resources/opends/config/upgrade/schema.ldif.4337	2008-10-22 20:31:45 UTC (rev 79940)
@@ -0,0 +1,1070 @@
+dn: cn=schema
+objectClass: top
+objectClass: ldapSubentry
+objectClass: subschema
+attributeTypes: ( 2.5.4.41 NAME 'name' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.49 NAME 'distinguishedName' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.0 NAME 'objectClass' EQUALITY objectIdentifierMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.1 NAME 'aliasedObjectName' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.2 NAME 'knowledgeInformation' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} X-ORIGIN 'RFC 2256' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.3 NAME ( 'cn' 'commonName' ) SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.4 NAME ( 'sn' 'surname' ) SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.5 NAME 'serialNumber' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{64} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.6 NAME ( 'c' 'countryName' ) SUP name SINGLE-VALUE X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.7 NAME ( 'l' 'localityName' ) SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.8 NAME ( 'st' 'stateOrProvinceName' ) SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.9 NAME ( 'street' 'streetAddress' ) EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.10 NAME ( 'o' 'organizationName' ) SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.11 NAME ( 'ou' 'organizationalUnitName' ) SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.12 NAME 'title' SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.13 NAME 'description' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.14 NAME 'searchGuide' SYNTAX 1.3.6.1.4.1.1466.115.121.1.25 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.15 NAME 'businessCategory' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.16 NAME 'postalAddress' EQUALITY caseIgnoreListMatch SUBSTR caseIgnoreListSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.17 NAME 'postalCode' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.18 NAME 'postOfficeBox' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.19 NAME 'physicalDeliveryOfficeName' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.20 NAME 'telephoneNumber' EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.50{32} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.21 NAME 'telexNumber' SYNTAX 1.3.6.1.4.1.1466.115.121.1.52 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.22 NAME 'teletexTerminalIdentifier' SYNTAX 1.3.6.1.4.1.1466.115.121.1.51 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.23 NAME 'facsimileTelephoneNumber' SYNTAX 1.3.6.1.4.1.1466.115.121.1.22 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.24 NAME 'x121Address' EQUALITY numericStringMatch SUBSTR numericStringSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{15} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.25 NAME 'internationaliSDNNumber' EQUALITY numericStringMatch SUBSTR numericStringSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.26 NAME 'registeredAddress' SUP postalAddress SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.27 NAME 'destinationIndicator' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{128} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.28 NAME 'preferredDeliveryMethod' SYNTAX 1.3.6.1.4.1.1466.115.121.1.14 SINGLE-VALUE X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.29 NAME 'presentationAddress' EQUALITY presentationAddressMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.43 SINGLE-VALUE X-ORIGIN 'RFC 2256' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.30 NAME 'supportedApplicationContext' EQUALITY objectIdentifierMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 X-ORIGIN 'RFC 2256' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.31 NAME 'member' SUP distinguishedName X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.32 NAME 'owner' SUP distinguishedName X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.33 NAME 'roleOccupant' SUP distinguishedName X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.34 NAME 'seeAlso' SUP distinguishedName X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.35 NAME 'userPassword' SYNTAX 1.3.6.1.4.1.26027.1.3.1 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.36 NAME 'userCertificate' SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.37 NAME 'cACertificate' SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.38 NAME 'authorityRevocationList' SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.39 NAME 'certificateRevocationList' SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.40 NAME 'crossCertificatePair' SYNTAX 1.3.6.1.4.1.1466.115.121.1.10 X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.42 NAME 'givenName' SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.43 NAME 'initials' SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.44 NAME 'generationQualifier' SUP name X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.45 NAME 'x500UniqueIdentifier' EQUALITY bitStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.6 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.46 NAME 'dnQualifier' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.47 NAME 'enhancedSearchGuide' SYNTAX 1.3.6.1.4.1.1466.115.121.1.21 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.1.16.4 NAME 'entryUUID' DESC 'UUID of the entry' EQUALITY uuidMatch ORDERING uuidOrderingMatch SYNTAX 1.3.6.1.1.16.1 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'RFC 4530' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.48 NAME 'protocolInformation' EQUALITY protocolInformationMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.42 X-ORIGIN 'RFC 2256' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.50 NAME 'uniqueMember' EQUALITY uniqueMemberMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.34 X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.51 NAME 'houseIdentifier' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.52 NAME 'supportedAlgorithms' SYNTAX 1.3.6.1.4.1.1466.115.121.1.49 X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.53 NAME 'deltaRevocationList' SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.4.54 NAME 'dmdName' SUP name X-ORIGIN 'RFC 2256' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.18.1 NAME 'createTimestamp' EQUALITY generalizedTimeMatch ORDERING generalizedTimeOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.18.2 NAME 'modifyTimestamp' EQUALITY generalizedTimeMatch ORDERING generalizedTimeOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.18.3 NAME 'creatorsName' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.18.4 NAME 'modifiersName' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.18.9 NAME 'hasSubordinates' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'X.501' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.18.10 NAME 'subschemaSubentry' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.21.5 NAME 'attributeTypes' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.3 USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.21.6 NAME 'objectClasses' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.37 USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.21.4 NAME 'matchingRules' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.30 USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.21.8 NAME 'matchingRuleUse' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.31 USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.1466.101.120.5 NAME 'namingContexts' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 USAGE dSAOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.1466.101.120.6 NAME 'altServer' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE dSAOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.1466.101.120.7 NAME 'supportedExtension' SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 USAGE dSAOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.1466.101.120.13 NAME 'supportedControl' SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 USAGE dSAOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.1466.101.120.14 NAME 'supportedSASLMechanisms' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE dSAOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.1466.101.120.15 NAME 'supportedLDAPVersion' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 USAGE dSAOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.4203.1.3.5 NAME 'supportedFeatures' EQUALITY objectIdentifierMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 USAGE dSAOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.1466.101.120.16 NAME 'ldapSyntaxes' SYNTAX 1.3.6.1.4.1.1466.115.121.1.54 USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.21.1 NAME 'dITStructureRules' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.17 USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.21.7 NAME 'nameForms' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.35 USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.5.21.2 NAME 'dITContentRules' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.16 USAGE directoryOperation X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.25 NAME ( 'dc' 'domainComponent' ) EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.16.840.1.113730.3.1.1 NAME 'carLicense' DESC 'vehicle license or registration plate' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.16.840.1.113730.3.1.2 NAME 'departmentNumber' DESC 'identifies a department within an organization' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.16.840.1.113730.3.1.241 NAME 'displayName' DESC 'preferred name of a person to be used when displaying entries' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.16.840.1.113730.3.1.3 NAME 'employeeNumber' DESC 'numerically identifies an employee within an organization' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.16.840.1.113730.3.1.4 NAME 'employeeType' DESC 'type of employment for a person' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.60 NAME 'jpegPhoto' DESC 'a JPEG image' SYNTAX 1.3.6.1.4.1.1466.115.121.1.28 X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.16.840.1.113730.3.1.39 NAME 'preferredLanguage' DESC 'preferred written or spoken language for a person' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.16.840.1.113730.3.1.40 NAME 'userSMIMECertificate' DESC 'PKCS#7 SignedData used to support S/MIME' SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.16.840.1.113730.3.1.216 NAME 'userPKCS12' DESC 'PKCS #12 PFX PDU for exchange of personal identity information' SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.37 NAME 'associatedDomain' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.38 NAME 'associatedName' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.48 NAME 'buildingName' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.43 NAME ('co' 'friendlyCountryName' ) EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.14 NAME 'documentAuthor' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.11 NAME 'documentIdentifier' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.15 NAME 'documentLocation' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.56 NAME 'documentPublisher' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.12 NAME 'documentTitle' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.13 NAME 'documentVersion' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.5 NAME ( 'drink' 'favouriteDrink' ) EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.20 NAME ( 'homePhone' 'homeTelephoneNumber' ) EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.39 NAME 'homePostalAddress' EQUALITY caseIgnoreListMatch SUBSTR caseIgnoreListSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.9 NAME 'host' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.4 NAME 'info' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{2048} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.3 NAME ( 'mail' 'rfc822Mailbox' ) EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.10 NAME 'manager' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.41 NAME ( 'mobile' 'mobileTelephoneNumber' ) EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.45 NAME 'organizationalStatus' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.42 NAME ( 'pager' 'pagerTelephoneNumber' ) EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.40 NAME 'personalTitle' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.6 NAME 'roomNumber' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.21 NAME 'secretary' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.44 NAME 'uniqueIdentifier' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.8 NAME 'userClass' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.250.1.57 NAME 'labeledURI' DESC 'Uniform Resource Identifier with optional label' EQUALITY caseExactMatch SUBSTR caseExactSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 2079' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.250.1.41 NAME 'labeledURL' DESC 'Uniform Resource Locator with optional label' EQUALITY caseExactMatch SUBSTR caseExactSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 2079' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.55 NAME 'audio' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{250000} X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.7 NAME 'photo' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.1 NAME ( 'uid' 'userid' ) EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.1.4 NAME 'vendorName' EQUALITY 1.3.6.1.4.1.1466.109.114.1 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation X-ORIGIN 'RFC 3045' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.1.5 NAME 'vendorVersion' EQUALITY 1.3.6.1.4.1.1466.109.114.1 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation X-ORIGIN 'RFC 3045' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.16.840.1.113730.3.1.34 NAME 'ref' DESC 'named reference - a labeledURI' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE distributedOperation X-ORIGIN 'RFC 3296' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.7628.5.4.1 NAME 'inheritable' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation X-ORIGIN 'draft-ietf-ldup-subentry' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.7628.5.4.2 NAME 'blockInheritance' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation X-ORIGIN 'draft-ietf-ldup-subentry' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.16.840.1.113730.3.1.55 NAME 'aci' DESC 'Sun-defined access control information attribute type' SYNTAX 1.3.6.1.4.1.26027.1.3.4 USAGE directoryOperation X-ORIGIN 'Sun Java System Directory Server' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.39 NAME 'aclRights' DESC 'Sun-defined access control effective rights attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'Sun Java System Directory Server' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.40 NAME 'aclRightsInfo' DESC 'Sun-defined access control effective rights information attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'Sun Java System Directory Server' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 2.16.840.1.113730.3.1.542 NAME 'nsUniqueId' DESC 'Sun-defined unique identifier' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'Sun Java System Directory Server' X-SCHEMA-FILE '00-core.ldif' )
+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' X-SCHEMA-FILE '00-core.ldif' )
+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' X-SCHEMA-FILE '00-core.ldif' )
+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' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.54 NAME 'dITRedirect' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.49 NAME 'dSAQuality' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.46 NAME 'janetMailbox' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.24 NAME 'lastModifiedBy' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.23 NAME 'lastModifiedTime' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.47 NAME 'mailPreferenceOption' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.53 NAME 'personalSignature' SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.50 NAME 'singleLevelQuality' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.51 NAME 'subtreeMinimumQuality' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.52 NAME 'subtreeMaximumQuality' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.2 NAME 'textEncodedORAddress' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.22 NAME 'otherMailbox' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.26 NAME 'aRecord' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.27 NAME 'mDRecord' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.28 NAME 'mxRecord' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.29 NAME 'nSRecord' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.30 NAME 'sOARecord' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 0.9.2342.19200300.100.1.31 NAME 'cNAMERecord' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.1.20 NAME 'entryDN' DESC 'DN of the entry' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'RFC 5020' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.453.16.2.103 NAME 'numSubordinates' DESC 'Count of immediate subordinates' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'draft-ietf-boreham-numsubordinates' X-SCHEMA-FILE '00-core.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.1 NAME 'pwdAttribute' EQUALITY objectIdentifierMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.2 NAME 'pwdMinAge' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.3 NAME 'pwdMaxAge' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.4 NAME 'pwdInHistory' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.5 NAME 'pwdCheckQuality' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.6 NAME 'pwdMinLength' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.7 NAME 'pwdExpireWarning' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.8 NAME 'pwdGraceAuthNLimit' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.9 NAME 'pwdLockout' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.10 NAME 'pwdLockoutDuration' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.11 NAME 'pwdMaxFailure' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.12 NAME 'pwdFailureCountInterval' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.13 NAME 'pwdMustChange' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.14 NAME 'pwdAllowUserChange' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.15 NAME 'pwdSafeModify' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.16 NAME 'pwdChangedTime' DESC 'The time the password was last changed' EQUALITY generalizedTimeMatch ORDERING generalizedTimeOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.17 NAME 'pwdAccountLockedTime' DESC 'The time an user account was locked' EQUALITY generalizedTimeMatch ORDERING generalizedTimeOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.19 NAME 'pwdFailureTime' DESC 'The timestamps of the last consecutive authentication failures' EQUALITY generalizedTimeMatch ORDERING generalizedTimeOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.20 NAME 'pwdHistory' DESC 'The history of user s passwords' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.21 NAME 'pwdGraceUseTime' DESC 'The timestamps of the grace authentication after the password has expired' EQUALITY generalizedTimeMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.22 NAME 'pwdReset' DESC 'The indication that the password has been reset' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes:  ( 1.3.6.1.4.1.42.2.27.8.1.23 NAME 'pwdPolicySubentry' DESC 'The pwdPolicy subentry in effect for this object' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.1 NAME 'ds-cfg-java-class' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.2 NAME 'ds-cfg-enabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.3 NAME 'ds-cfg-allow-attribute-name-exceptions' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.4 NAME 'ds-cfg-allowed-client' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.5 NAME 'ds-cfg-allow-ldap-v2' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.6 NAME 'ds-cfg-allow-start-tls' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.7 NAME 'ds-cfg-allow-tcp-reuse-address' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.8 NAME 'ds-cfg-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.9 NAME 'ds-cfg-db-directory' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.10 NAME 'ds-cfg-backend-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.11 NAME 'ds-cfg-index-entry-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.13 NAME 'ds-cfg-alternate-bind-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.14 NAME 'ds-cfg-certificate-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.15 NAME 'ds-cfg-check-schema' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.16 NAME 'ds-cfg-certificate-validation-policy' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.17 NAME 'ds-cfg-db-cache-percent' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.18 NAME 'ds-cfg-db-cleaner-min-utilization' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.19 NAME 'ds-cfg-db-cache-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.20 NAME 'ds-cfg-db-run-cleaner' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.21 NAME 'ds-cfg-db-txn-no-sync' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.22 NAME 'ds-cfg-db-txn-write-no-sync' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.23 NAME 'ds-cfg-default-severity' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.24 NAME 'ds-cfg-denied-client' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.25 NAME 'ds-cfg-enable-profiling-on-startup' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.26 NAME 'ds-cfg-exclude-filter' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.27 NAME 'ds-cfg-rotation-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.28 NAME 'ds-cfg-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.29 NAME 'ds-cfg-index-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.30 NAME 'ds-cfg-include-filter' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.31 NAME 'ds-cfg-invalid-attribute-syntax-behavior' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.32 NAME 'ds-cfg-kdc-address' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.33 NAME 'ds-cfg-keytab' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.34 NAME 'ds-cfg-keep-stats' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.35 NAME 'ds-cfg-key-store-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.36 NAME 'ds-cfg-key-store-pin' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.37 NAME 'ds-cfg-key-store-pin-environment-variable' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.38 NAME 'ds-cfg-key-store-pin-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.39 NAME 'ds-cfg-key-store-pin-property' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.40 NAME 'ds-cfg-key-store-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.41 NAME 'ds-cfg-listen-address' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.42 NAME 'ds-cfg-listen-port' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.43 NAME 'ds-cfg-lock-timeout' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.44 NAME 'ds-cfg-log-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.45 NAME 'ds-cfg-max-allowed-client-connections' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.46 NAME 'ds-cfg-max-entries' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.47 NAME 'ds-cfg-max-memory-percent' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.48 NAME 'ds-cfg-max-request-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.49 NAME 'ds-cfg-max-work-queue-capacity' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.50 NAME 'ds-cfg-notify-abandoned-operations' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.51 NAME 'ds-cfg-num-request-handlers' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.52 NAME 'ds-cfg-num-worker-threads' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.53 NAME 'ds-cfg-override-severity' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.54 NAME 'ds-cfg-plugin-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.55 NAME 'ds-cfg-profile-action' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.56 NAME 'ds-cfg-profile-directory' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.57 NAME 'ds-cfg-profiler-state' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.58 NAME 'ds-cfg-profile-sample-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.59 NAME 'ds-cfg-realm' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.60 NAME 'ds-recurring-task-class-name' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.61 NAME 'ds-recurring-task-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.62 NAME 'ds-cfg-rotation-action' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.63 NAME 'ds-cfg-rotation-policy' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.64 NAME 'ds-cfg-retention-policy' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.65 NAME 'ds-cfg-number-of-files' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.66 NAME 'ds-cfg-disk-space-used' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.67 NAME 'ds-cfg-free-disk-space' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.68 NAME 'ds-task-shutdown-message' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.69 NAME 'ds-task-actual-start-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.70 NAME 'ds-cfg-task-backing-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.71 NAME 'ds-task-class-name' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.72 NAME 'ds-task-completion-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.73 NAME 'ds-task-dependency-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.74 NAME 'ds-task-failed-dependency-action' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.75 NAME 'ds-task-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.76 NAME 'ds-task-log-message' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.77 NAME 'ds-task-notify-on-completion' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.78 NAME 'ds-task-notify-on-error' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.79 NAME 'ds-cfg-task-retention-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.80 NAME 'ds-task-scheduled-start-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.81 NAME 'ds-task-state' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.82 NAME 'ds-cfg-time-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.83 NAME 'ds-cfg-buffer-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.84 NAME 'ds-cfg-schema-entry-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.85 NAME 'ds-cfg-send-rejection-notice' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.86 NAME 'ds-cfg-server-fqdn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.87 NAME 'ds-task-shutdown-password' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.88 NAME 'ds-cfg-single-structural-objectclass-behavior' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.89 NAME 'ds-cfg-size-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.90 NAME 'ds-cfg-ssl-client-auth-policy' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.91 NAME 'ds-cfg-ssl-cert-nickname' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.92 NAME 'ds-cfg-strict-format' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.93 NAME 'ds-cfg-subordinate-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.94 NAME 'ds-cfg-suppress-internal-operations' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.95 NAME 'ds-cfg-time-of-day' SYNTAX 1.3.6.1.4.1.1466.115.121.1.36 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.96 NAME 'ds-cfg-trust-store-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.97 NAME 'ds-cfg-trust-store-pin' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.98 NAME 'ds-cfg-trust-store-pin-environment-variable' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.99 NAME 'ds-cfg-trust-store-pin-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.100 NAME 'ds-cfg-trust-store-pin-property' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.101 NAME 'ds-cfg-trust-store-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.102 NAME 'ds-cfg-user-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.103 NAME 'ds-cfg-user-name-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.104 NAME 'ds-cfg-use-ssl' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.105 NAME 'ds-cfg-use-tcp-keep-alive' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.106 NAME 'ds-cfg-use-tcp-no-delay' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.107 NAME 'ds-cfg-allow-zero-length-values' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.108 NAME 'ds-cfg-show-all-attributes' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.109 NAME 'ds-cfg-add-missing-rdn-attributes' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.110 NAME 'ds-cfg-server-error-result-code' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.111 NAME 'ds-cfg-match-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.112 NAME 'ds-cfg-match-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.113 NAME 'ds-cfg-identity-mapper' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.114 NAME 'ds-cfg-proxied-authorization-identity-mapper' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.115 NAME 'ds-cfg-time-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.116 NAME 'ds-rlim-size-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.117 NAME 'ds-rlim-time-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.118 NAME 'ds-cfg-accept-backlog' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.119 NAME 'ds-sync-hist' ORDERING historicalCsnOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.120 NAME 'ds-cfg-receive-status' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.121 NAME 'ds-cfg-replication-port' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.122 NAME 'ds-cfg-replication-server' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.123 NAME 'ds-cfg-writability-mode' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.124 NAME 'ds-cfg-bind-with-dn-requires-password' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.125 NAME 'ds-cfg-max-receive-queue' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.126 NAME 'ds-cfg-max-receive-delay' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.127 NAME 'ds-cfg-max-send-queue' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.128 NAME 'ds-cfg-max-send-delay' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.129 NAME 'ds-cfg-max-password-length' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.130 NAME 'ds-cfg-min-password-length' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.131 NAME 'ds-cfg-password-character-set' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.132 NAME 'ds-cfg-password-format' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.133 NAME 'ds-cfg-account-status-notification-handler' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.134 NAME 'ds-cfg-allow-expired-password-changes' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.135 NAME 'ds-cfg-allow-pre-encoded-passwords' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.136 NAME 'ds-cfg-allow-user-password-changes' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.137 NAME 'ds-cfg-default-password-storage-scheme' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.138 NAME 'ds-cfg-deprecated-password-storage-scheme' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.139 NAME 'ds-cfg-expire-passwords-without-warning' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.140 NAME 'ds-cfg-force-change-on-reset' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.141 NAME 'ds-cfg-grace-login-count' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.142 NAME 'ds-cfg-idle-lockout-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.143 NAME 'ds-cfg-last-login-time-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.144 NAME 'ds-cfg-last-login-time-format' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.145 NAME 'ds-cfg-lockout-duration' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.146 NAME 'ds-cfg-lockout-failure-count' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.147 NAME 'ds-cfg-lockout-failure-expiration-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.148 NAME 'ds-cfg-max-password-age' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.149 NAME 'ds-cfg-max-password-reset-age' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.150 NAME 'ds-cfg-min-password-age' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.151 NAME 'ds-cfg-password-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.152 NAME 'ds-cfg-password-expiration-warning-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.153 NAME 'ds-cfg-password-generator' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.154 NAME 'ds-cfg-password-validator' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.155 NAME 'ds-cfg-previous-last-login-time-format' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.156 NAME 'ds-cfg-require-change-by-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.157 NAME 'ds-cfg-password-change-requires-current-password' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.158 NAME 'ds-cfg-require-secure-authentication' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.159 NAME 'ds-cfg-require-secure-password-changes' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.160 NAME 'ds-cfg-skip-validation-for-administrators' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.161 NAME 'ds-cfg-default-password-policy' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.162 NAME 'ds-pwp-last-login-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.163 NAME 'ds-pwp-password-changed-by-required-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.164 NAME 'ds-pwp-reset-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.165 NAME 'ds-pwp-warned-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.166 NAME 'ds-pwp-account-disabled' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.167 NAME 'ds-cfg-force-change-on-add' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.168 NAME 'ds-cfg-allow-multiple-password-values' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.169 NAME 'ds-task-import-ldif-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.459 NAME 'ds-task-import-template-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.460 NAME 'ds-task-import-random-seed' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.170 NAME 'ds-task-import-append' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.171 NAME 'ds-task-import-replace-existing' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.172 NAME 'ds-task-import-backend-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.173 NAME 'ds-task-import-include-branch' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.174 NAME 'ds-task-import-exclude-branch' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.175 NAME 'ds-task-import-include-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.176 NAME 'ds-task-import-exclude-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.177 NAME 'ds-task-import-include-filter' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.178 NAME 'ds-task-import-exclude-filter' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.179 NAME 'ds-task-import-reject-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.180 NAME 'ds-task-import-overwrite-rejects' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.181 NAME 'ds-task-import-skip-schema-validation' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.182 NAME 'ds-task-import-is-compressed' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.183 NAME 'ds-task-import-is-encrypted' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.184 NAME 'ds-task-restart-server' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.185 NAME 'ds-sync-state' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.186 NAME 'ds-cfg-backup-directory' EQUALITY caseExactMatch SUBSTR caseExactSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.187 NAME 'ds-backup-compressed' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.188 NAME 'ds-backup-date' SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.189 NAME 'ds-backup-dependency' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.190 NAME 'ds-backup-directory-path' EQUALITY caseExactMatch SUBSTR caseExactSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.191 NAME 'ds-backup-encrypted' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.192 NAME 'ds-backup-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.193 NAME 'ds-backup-incremental' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.194 NAME 'ds-backup-signed-hash' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.195 NAME 'ds-backup-unsigned-hash' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.196 NAME 'ds-backup-backend-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.197 NAME 'ds-task-export-ldif-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.198 NAME 'ds-task-export-append-to-ldif' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.199 NAME 'ds-task-export-backend-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.200 NAME 'ds-task-export-include-branch' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.201 NAME 'ds-task-export-exclude-branch' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.202 NAME 'ds-task-export-include-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.203 NAME 'ds-task-export-exclude-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.204 NAME 'ds-task-export-include-filter' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.205 NAME 'ds-task-export-exclude-filter' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.206 NAME 'ds-task-export-wrap-column' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.207 NAME 'ds-task-export-compress-ldif' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.208 NAME 'ds-task-export-encrypt-ldif' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.209 NAME 'ds-task-export-sign-hash' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.210 NAME 'ds-task-restore-verify-only' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.211 NAME 'ds-task-backup-backend-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.212 NAME 'ds-task-backup-all' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.213 NAME 'ds-task-backup-incremental' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.214 NAME 'ds-task-backup-incremental-base-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.215 NAME 'ds-task-backup-compress' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.216 NAME 'ds-task-backup-encrypt' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.217 NAME 'ds-task-backup-hash' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.218 NAME 'ds-task-backup-sign-hash' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.219 NAME 'ds-cfg-preload-time-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.222 NAME 'ds-cfg-import-queue-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.223 NAME 'ds-cfg-import-thread-count' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.224 NAME 'ds-cfg-entries-compressed' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.226 NAME 'ds-cfg-db-evictor-lru-only' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.227 NAME 'ds-cfg-db-evictor-nodes-per-scan' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.228 NAME 'ds-cfg-db-log-file-max' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.229 NAME 'ds-cfg-db-logging-file-handler-on' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.230 NAME 'ds-cfg-db-logging-level' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.231 NAME 'ds-cfg-db-checkpointer-bytes-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.232 NAME 'ds-cfg-db-checkpointer-wakeup-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.233 NAME 'ds-cfg-db-num-lock-tables' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.235 NAME 'ds-cfg-replication-server-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.236 NAME 'ds-cfg-server-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.237 NAME 'ds-pwp-account-expiration-time' SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.238 NAME 'ds-cfg-account-status-notification-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.239 NAME 'ds-cfg-db-num-cleaner-threads' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.240 NAME 'ds-cfg-lookthrough-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.241 NAME 'ds-rlim-lookthrough-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.242 NAME 'ds-cfg-db-directory-permissions' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.243 NAME 'ds-cfg-window-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.244 NAME 'ds-pwp-password-policy-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.245 NAME 'ds-cfg-queue-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.246 NAME 'ds-private-naming-contexts' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.247 NAME 'ds-backend-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.248 NAME 'ds-backend-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.249 NAME 'ds-backend-entry-count' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.250 NAME 'ds-backend-writability-mode' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.251 NAME 'ds-connectionhandler-connection' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.252 NAME 'ds-connectionhandler-listener' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.253 NAME 'ds-connectionhandler-num-connections' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.254 NAME 'ds-connectionhandler-protocol' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.255 NAME 'ds-backend-is-private' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.256 NAME 'ds-cfg-reject-unauthenticated-requests' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.257 NAME 'ds-task-schema-file-name' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.258 NAME 'ds-cfg-heartbeat-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.259 NAME 'ds-cfg-replication-db-directory' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.260 NAME 'ds-privilege-name' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.261 NAME 'ds-cfg-default-root-privilege-name' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.262 NAME 'ds-cfg-certificate-mapper' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.263 NAME 'ds-cfg-key-manager-provider' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.264 NAME 'ds-cfg-trust-manager-provider' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.265 NAME 'ds-cfg-subject-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.266 NAME 'ds-certificate-subject-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.267 NAME 'ds-cfg-subject-attribute-mapping' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.268 NAME 'ds-certificate-fingerprint' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.269 NAME 'ds-cfg-fingerprint-attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.270 NAME 'ds-cfg-fingerprint-algorithm' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.271 NAME 'ds-cfg-replication-purge-delay' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.272 NAME 'ds-cfg-global-aci' SYNTAX 1.3.6.1.4.1.26027.1.3.4 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.273 NAME 'ds-cfg-min-password-difference' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.274 NAME 'ds-cfg-min-unique-characters' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.275 NAME 'ds-cfg-max-consecutive-length' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.276 NAME 'ds-cfg-case-sensitive-validation' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.277 NAME 'ds-cfg-attribute-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.278 NAME 'ds-cfg-group-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.279 NAME 'ds-cfg-filter' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.280 NAME 'ds-cfg-conflict-behavior' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.281 NAME 'ds-task-initialize-domain-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.282 NAME 'ds-task-initialize-replica-server-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.283 NAME 'ds-task-unprocessed-entry-count' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.284 NAME 'ds-task-processed-entry-count' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.285 NAME 'ds-cfg-dictionary-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.286 NAME 'ds-cfg-test-reversed-password' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.287 NAME 'ds-cfg-character-set' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.288 NAME 'ds-cfg-allow-unclassified-characters' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.289 NAME 'ds-task-rebuild-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.290 NAME 'ds-task-rebuild-index' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.291 NAME 'ds-task-rebuild-max-threads' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.292 NAME 'ds-target-group-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.293 NAME 'ds-cfg-value' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.294 NAME 'ds-cfg-default-debug-level' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.295 NAME 'ds-cfg-default-debug-category' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.296 NAME 'ds-cfg-default-omit-method-entry-arguments' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.297 NAME 'ds-cfg-default-omit-method-return-value' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.298 NAME 'ds-cfg-default-include-throwable-cause' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.299 NAME 'ds-cfg-default-throwable-stack-frames' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.300 NAME 'ds-cfg-debug-scope' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.301 NAME 'ds-cfg-debug-level' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.302 NAME 'ds-cfg-debug-category' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.303 NAME 'ds-cfg-omit-method-entry-arguments' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.304 NAME 'ds-cfg-omit-method-return-value' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.305 NAME 'ds-cfg-include-throwable-cause' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.306 NAME 'ds-cfg-throwable-stack-frames' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.307 NAME 'ds-cfg-asynchronous' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.308 NAME 'ds-cfg-log-file-permissions' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.309 NAME 'ds-cfg-auto-flush' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.310 NAME 'ds-cfg-append' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.311 NAME 'ds-cfg-max-memory-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.312 NAME 'ds-cfg-cache-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.313 NAME 'ds-cfg-cache-directory' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.314 NAME 'ds-cfg-persistent-cache' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.315 NAME 'ds-cfg-allow-retrieving-membership' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.316 NAME 'ds-cfg-file-size-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.317 NAME 'ds-sync-conflict' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.319 NAME 'ds-cfg-substring-length' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.320 NAME 'ds-cfg-plugin-order-startup' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.321 NAME 'ds-cfg-plugin-order-shutdown' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.322 NAME 'ds-cfg-plugin-order-post-connect' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.323 NAME 'ds-cfg-plugin-order-post-disconnect' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.324 NAME 'ds-cfg-plugin-order-ldif-import' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.325 NAME 'ds-cfg-plugin-order-ldif-export' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.326 NAME 'ds-cfg-plugin-order-pre-parse-abandon' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.327 NAME 'ds-cfg-plugin-order-pre-parse-add' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.328 NAME 'ds-cfg-plugin-order-pre-parse-bind' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.329 NAME 'ds-cfg-plugin-order-pre-parse-compare' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.330 NAME 'ds-cfg-plugin-order-pre-parse-delete' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.331 NAME 'ds-cfg-plugin-order-pre-parse-extended' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.332 NAME 'ds-cfg-plugin-order-pre-parse-modify' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.333 NAME 'ds-cfg-plugin-order-pre-parse-modify-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.334 NAME 'ds-cfg-plugin-order-pre-parse-search' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.335 NAME 'ds-cfg-plugin-order-pre-parse-unbind' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.336 NAME 'ds-cfg-plugin-order-pre-operation-add' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.337 NAME 'ds-cfg-plugin-order-pre-operation-bind' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.338 NAME 'ds-cfg-plugin-order-pre-operation-compare' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.339 NAME 'ds-cfg-plugin-order-pre-operation-delete' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.340 NAME 'ds-cfg-plugin-order-pre-operation-extended' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.341 NAME 'ds-cfg-plugin-order-pre-operation-modify' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.342 NAME 'ds-cfg-plugin-order-pre-operation-modify-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.343 NAME 'ds-cfg-plugin-order-pre-operation-search' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.344 NAME 'ds-cfg-plugin-order-post-operation-abandon' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.345 NAME 'ds-cfg-plugin-order-post-operation-add' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.346 NAME 'ds-cfg-plugin-order-post-operation-bind' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.347 NAME 'ds-cfg-plugin-order-post-operation-compare' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.348 NAME 'ds-cfg-plugin-order-post-operation-delete' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.349 NAME 'ds-cfg-plugin-order-post-operation-extended' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.350 NAME 'ds-cfg-plugin-order-post-operation-modify' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.351 NAME 'ds-cfg-plugin-order-post-operation-modify-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.352 NAME 'ds-cfg-plugin-order-post-operation-search' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.353 NAME 'ds-cfg-plugin-order-post-operation-unbind' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.354 NAME 'ds-cfg-plugin-order-post-response-add' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.355 NAME 'ds-cfg-plugin-order-post-response-bind' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.356 NAME 'ds-cfg-plugin-order-post-response-compare' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.357 NAME 'ds-cfg-plugin-order-post-response-delete' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.358 NAME 'ds-cfg-plugin-order-post-response-extended' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.359 NAME 'ds-cfg-plugin-order-post-response-modify' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.360 NAME 'ds-cfg-plugin-order-post-response-modify-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.361 NAME 'ds-cfg-plugin-order-post-response-search' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.362 NAME 'ds-cfg-plugin-order-search-result-entry' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.363 NAME 'ds-cfg-plugin-order-search-result-reference' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.364 NAME 'ds-cfg-plugin-order-intermediate-response' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.365 NAME 'ds-cfg-default-user-password-storage-scheme' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.366 NAME 'ds-cfg-default-auth-password-storage-scheme' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.367 NAME 'ds-cfg-strip-syntax-min-upper-bound' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.368 NAME 'ds-cfg-suppress-synchronization-operations' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.369 NAME 'ds-cfg-scope' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.370 NAME 'ds-cfg-sort-order' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.371 NAME 'ds-cfg-name' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.372 NAME 'ds-cfg-max-block-size' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.373 NAME 'ds-cfg-state-update-failure-policy' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.374 NAME 'ds-cfg-password-history-count' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.375 NAME 'ds-cfg-password-history-duration' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.376 NAME 'ds-cfg-smtp-server' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.377 NAME 'ds-cfg-sender-address' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.378 NAME 'ds-cfg-recipient-address' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.379 NAME 'ds-cfg-message-subject' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.380 NAME 'ds-cfg-message-body' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.381 NAME 'ds-task-import-clear-backend' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.382 NAME 'ds-cfg-je-property' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.383 NAME 'ds-task-disconnect-connection-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.384 NAME 'ds-task-disconnect-message' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.385 NAME 'ds-task-disconnect-notify-client' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.386 NAME 'ds-cfg-allowed-task' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.387 NAME 'ds-cfg-disabled-privilege' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.388 NAME 'ds-cfg-return-bind-error-messages' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.389 NAME 'ds-cfg-enabled-alert-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.390 NAME 'ds-cfg-disabled-alert-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.391 NAME 'ds-cfg-ssl-protocol' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.392 NAME 'ds-cfg-ssl-cipher-suite' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.393 NAME 'ds-cfg-idle-time-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.394 NAME 'ds-rlim-idle-time-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.395 NAME 'ds-cfg-notification-sender-address' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.396 NAME 'ds-cfg-plugin-order-subordinate-modify-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.397 NAME 'ds-cfg-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.398 NAME 'ds-cfg-match-pattern' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.399 NAME 'ds-cfg-replace-pattern' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.400 NAME 'ds-cfg-compact-encoding' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.401 NAME 'ds-cfg-update-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.402 NAME 'ds-cfg-email-address-attribute-type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.403 NAME 'ds-cfg-send-message-without-end-user-address' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.404 NAME 'ds-cfg-message-template-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.405 NAME 'ds-sync-generation-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE USAGE directoryOperation X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.406 NAME 'ds-task-reset-generation-id-domain-base-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.407 NAME 'ds-cfg-ssl-encryption' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.408 NAME 'ds-cfg-public-key-certificate' DESC 'cryptographic public-key certificate' SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.409 NAME 'ds-cfg-key-id' DESC 'cryptographic cipher-key unique identifier' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.410 NAME 'ds-cfg-key-compromised-time' DESC 'The time a cryptographic cipher key was suspected to be compromised' SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.411 NAME 'ds-cfg-save-config-on-successful-startup' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.412 NAME 'ds-cfg-max-blocked-write-time-limit' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.413 NAME 'ds-cfg-ldif-directory' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.414 NAME 'ds-cfg-poll-interval' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.415 NAME 'ds-cfg-plugin-order-post-synchronization-add' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.416 NAME 'ds-cfg-plugin-order-post-synchronization-delete' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.417 NAME 'ds-cfg-plugin-order-post-synchronization-modify' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.418 NAME 'ds-cfg-plugin-order-post-synchronization-modify-dn' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.419 NAME 'ds-cfg-invoke-for-internal-operations' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.420 NAME 'ds-cfg-ldif-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.421 NAME 'ds-cfg-is-private-backend' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.422 NAME 'ds-cfg-isolation-policy' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.423 NAME 'ds-cfg-cipher-transformation-name' DESC 'The name of a cryptographic cipher transformation consisting of an algorithm, a mode, and a padding specification, separated by slashes' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.424 NAME 'ds-cfg-mac-algorithm-name' DESC 'The name of a cryptographic message authentication code (MAC) algorithm' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.425 NAME 'ds-cfg-key-length-bits' DESC 'The length of a cryptographic secret key' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.426 NAME 'ds-cfg-initialization-vector-length-bits' DESC 'The length of a cryptographic cipher initialization vector' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.427 NAME 'ds-cfg-symmetric-key' DESC 'A cryptographic secret-key wrapped by a public-key' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.428 NAME 'ds-cfg-digest-algorithm' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.429 NAME 'ds-cfg-mac-algorithm' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.430 NAME 'ds-cfg-mac-key-length' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.431 NAME 'ds-cfg-cipher-transformation' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.432 NAME 'ds-cfg-cipher-key-length' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.433 NAME 'ds-cfg-key-wrapping-transformation' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.434 NAME 'ds-base-dn-entry-count' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.435 NAME 'ds-cfg-network-group-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.436 NAME 'ds-cfg-workflow-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.437 NAME 'ds-cfg-workflow' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.438 NAME 'ds-cfg-workflow-element-id' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.439 NAME 'ds-cfg-workflow-element' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.440 NAME 'ds-cfg-workflow-configuration-mode' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.441 NAME 'ds-cfg-backend' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.442 NAME 'ds-cfg-etime-resolution' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.444 NAME 'ds-task-reset-generation-id-new-value' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.445 NAME 'ds-cfg-cache-level' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.446 NAME 'ds-cfg-entry-cache-preload' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.447 NAME 'ds-cfg-num-update-replay-threads' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.448 NAME 'ds-cfg-trap-port' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.449 NAME 'ds-cfg-community' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.450 NAME 'ds-cfg-allowed-manager' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.451 NAME 'ds-cfg-allowed-user' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.452 NAME 'ds-cfg-security-level' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.453 NAME 'ds-cfg-traps-community' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.454 NAME 'ds-cfg-traps-destination' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.455 NAME 'ds-cfg-security-agent-file' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.456 NAME 'ds-cfg-registered-mbean' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.457 NAME 'ds-cfg-opendmk-jarfile' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.26027.1.1.458 NAME 'ds-task-export-include-operational-attributes' SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+attributeTypes: ( 2.16.840.1.113730.3.1.5 NAME 'changeNumber' DESC 'a number which uniquely identifies a change made to a directory entry' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 EQUALITY integerMatch ORDERING integerOrderingMatch SINGLE-VALUE X-ORIGIN 'draft-good-ldap-changelog' X-SCHEMA-FILE '03-changelog.ldif' )
+attributeTypes: ( 2.16.840.1.113730.3.1.6 NAME 'targetDN' DESC 'the DN of the entry which was modified' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'draft-good-ldap-changelog' X-SCHEMA-FILE '03-changelog.ldif' )
+attributeTypes: ( 2.16.840.1.113730.3.1.7 NAME 'changeType' DESC 'the type of change made to an entry' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'draft-good-ldap-changelog' X-SCHEMA-FILE '03-changelog.ldif' )
+attributeTypes: ( 2.16.840.1.113730.3.1.8 NAME 'changes' DESC 'a set of changes to apply to an entry' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 X-ORIGIN 'draft-good-ldap-changelog' X-SCHEMA-FILE '03-changelog.ldif' )
+attributeTypes: ( 2.16.840.1.113730.3.1.9 NAME 'newRDN' DESC 'the new RDN of an entry which is the target of a modrdn operation' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'draft-good-ldap-changelog' X-SCHEMA-FILE '03-changelog.ldif' )
+attributeTypes: ( 2.16.840.1.113730.3.1.10 NAME 'deleteOldRDN' DESC 'a flag which indicates if the old RDN should be retained as an attribute of the entry' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'draft-good-ldap-changelog' X-SCHEMA-FILE '03-changelog.ldif' )
+attributeTypes: ( 2.16.840.1.113730.3.1.11 NAME 'newSuperior' DESC 'the new parent of an entry which is the target of a moddn operation' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'draft-good-ldap-changelog' X-SCHEMA-FILE '03-changelog.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.6 NAME 'javaClassName' DESC 'Fully qualified name of distinguished Java class or interface' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.7 NAME 'javaCodebase' DESC 'URL(s) specifying the location of class definition' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.13 NAME 'javaClassNames' DESC 'Fully qualified Java class or interface name' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.8 NAME 'javaSerializedData' DESC 'Serialized form of a Java object' SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.10 NAME 'javaFactory' DESC 'Fully qualified Java class name of a JNDI object factory' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.11 NAME 'javaReferenceAddress' DESC 'Addresses associated with a JNDI Reference' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.12 NAME 'javaDoc' DESC 'The Java documentation for the class' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.14 NAME 'corbaIor' DESC 'Stringified interoperable object reference of a CORBA object' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'RFC 2714' X-SCHEMA-FILE '03-rfc2714.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.15 NAME 'corbaRepositoryId' DESC 'Repository ids of interfaces implemented by a CORBA object' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 2714' X-SCHEMA-FILE '03-rfc2714.ldif' )
+attributeTypes: ( 1.2.840.113556.1.4.478 NAME 'calCalURI' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications X-ORIGIN 'RFC 2739' X-SCHEMA-FILE '03-rfc2739.ldif' )
+attributeTypes: ( 1.2.840.113556.1.4.479 NAME 'calFBURL' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications X-ORIGIN 'RFC 2739' X-SCHEMA-FILE '03-rfc2739.ldif' )
+attributeTypes: ( 1.2.840.113556.1.4.480 NAME 'calCAPURI' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications X-ORIGIN 'RFC 2739' X-SCHEMA-FILE '03-rfc2739.ldif' )
+attributeTypes: ( 1.2.840.113556.1.4.481 NAME 'calCalAdrURI' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications X-ORIGIN 'RFC 2739' X-SCHEMA-FILE '03-rfc2739.ldif' )
+attributeTypes: ( 1.2.840.113556.1.4.482 NAME 'calOtherCalURIs' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications X-ORIGIN 'RFC 2739' X-SCHEMA-FILE '03-rfc2739.ldif' )
+attributeTypes: ( 1.2.840.113556.1.4.483 NAME 'calOtherFBURLs' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications X-ORIGIN 'RFC 2739' X-SCHEMA-FILE '03-rfc2739.ldif' )
+attributeTypes: ( 1.2.840.113556.1.4.484 NAME 'calOtherCAPURIs' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications X-ORIGIN 'RFC 2739' X-SCHEMA-FILE '03-rfc2739.ldif' )
+attributeTypes: ( 1.2.840.113556.1.4.485 NAME 'calOtherCalAdrURIs' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 USAGE userApplications X-ORIGIN 'RFC 2739' X-SCHEMA-FILE '03-rfc2739.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.6252.2.27.6.1.1 NAME 'template-major-version-number' DESC 'The major version number of the service type template' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 2926' X-SCHEMA-FILE '03-rfc2926.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.6252.2.27.6.1.2 NAME 'template-minor-version-number' DESC 'The minor version number of the service type template' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 2926' X-SCHEMA-FILE '03-rfc2926.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.6252.2.27.6.1.3 NAME 'template-url-syntax' DESC 'An ABNF grammar describing the service type specific part of the service URL' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'RFC 2926' X-SCHEMA-FILE '03-rfc2926.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.6252.2.27.6.1.4 NAME 'service-advert-service-type' DESC 'The service type of the service advertisement, including the "service:" prefix.' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'RFC 2926' X-SCHEMA-FILE '03-rfc2926.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.6252.2.27.6.1.5 NAME 'service-advert-scopes' DESC 'A list of scopes for a service advertisement.' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 2926' X-SCHEMA-FILE '03-rfc2926.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.6252.2.27.6.1.6 NAME 'service-advert-url-authenticator' DESC 'The authenticator for the URL, null if none.' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'RFC 2926' X-SCHEMA-FILE '03-rfc2926.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.6252.2.27.6.1.7 NAME 'service-advert-attribute-authenticator' DESC 'The authenticator for the attribute list, null if none.' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'RFC 2926' X-SCHEMA-FILE '03-rfc2926.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.4203.1.3.3 NAME 'supportedAuthPasswordSchemes' DESC 'supported password storage schemes' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32} USAGE dSAOperation X-ORIGIN 'RFC 3112' X-SCHEMA-FILE '03-rfc3112.ldif' )
+attributeTypes: ( 1.3.6.1.4.1.4203.1.3.4 NAME 'authPassword' DESC 'password authentication information' EQUALITY 1.3.6.1.4.1.4203.1.2.2 SYNTAX 1.3.6.1.4.1.4203.1.1.2 X-ORIGIN 'RFC 3112' X-SCHEMA-FILE '03-rfc3112.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1140 NAME 'printer-uri' DESC 'A URI supported by this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1107 NAME 'printer-xri-supported' DESC 'The unordered list of XRI (extended resource identifiers) supported by this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1135 NAME 'printer-name' DESC 'The site-specific administrative name of this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1119 NAME 'printer-natural-language-configured' DESC 'The configured natural language in which error and status messages will be generated (by default) by this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1136 NAME 'printer-location' DESC 'The physical location of this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1139 NAME 'printer-info' DESC 'Descriptive information about this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1134 NAME 'printer-more-info' DESC 'A URI for more information about this specific printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1138 NAME 'printer-make-and-model' DESC 'Make and model of this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1133 NAME 'printer-ipp-versions-supported' DESC 'IPP protocol version(s) that this printer supports.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1132 NAME 'printer-multiple-document-jobs-supported' DESC 'Indicates whether or not this printer supports more than one document per job.' EQUALITY booleanMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1109 NAME 'printer-charset-configured' DESC 'The configured charset in which error and status messages will be generated (by default) by this printer.' EQUALITY caseIgnoreMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{63} SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1131 NAME 'printer-charset-supported' DESC 'Set of charsets supported for the attribute values of syntax DirectoryString for this directory entry.' EQUALITY caseIgnoreMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{63} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1137 NAME 'printer-generated-natural-language-supported' DESC 'Natural language(s) supported for this directory entry.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{63} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1130 NAME 'printer-document-format-supported' DESC 'The possible source document formats which may be interpreted and printed by this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1129 NAME 'printer-color-supported' DESC 'Indicates whether this printer is capable of any type of color printing at all, including highlight color.' EQUALITY booleanMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1128 NAME 'printer-compression-supported' DESC 'Compression algorithms supported by this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1127 NAME 'printer-pages-per-minute' DESC 'The nominal number of pages per minute which may be output by this printer.' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1126 NAME 'printer-pages-per-minute-color' DESC 'The nominal number of color pages per minute which may be output by this printer.' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1125 NAME 'printer-finishings-supported' DESC 'The possible finishing operations supported by this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1124 NAME 'printer-number-up-supported' DESC 'The possible numbers of print-stream pages to impose upon a single side of an instance of a selected medium.' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.27 X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1123 NAME 'printer-sides-supported' DESC 'The number of impression sides (one or two) and the two-sided impression rotations supported by this printer.' EQUALITY caseIgnoreMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1122 NAME 'printer-media-supported' DESC 'The standard names/types/sizes (and optional color suffixes) of the media supported by this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1117 NAME 'printer-media-local-supported' DESC 'Site-specific names of media supported by this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1121 NAME 'printer-resolution-supported' DESC 'List of resolutions supported for printing documents by this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1120 NAME 'printer-print-quality-supported' DESC 'List of print qualities supported for printing documents on this printer.' EQUALITY caseIgnoreMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1110 NAME 'printer-job-priority-supported' DESC 'Indicates the number of job priority levels supported by this printer.' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1118 NAME 'printer-copies-supported' DESC 'The maximum number of copies of a document that may be printed as a single job on this printer.' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1111 NAME 'printer-job-k-octets-supported' DESC 'The maximum size in kilobytes (1,024 octets actually) incoming print job that this printer will accept.' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1112 NAME 'printer-current-operator' DESC 'The identity of the current human operator responsible for operating this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1113 NAME 'printer-service-person' DESC 'The identity of the current human service person responsible for servicing this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1114 NAME 'printer-delivery-orientation-supported' DESC 'The possible delivery orientations of pages as they are printed and ejected from this printer.' EQUALITY caseIgnoreMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1115 NAME 'printer-stacking-order-supported' DESC 'The possible stacking order of pages as they are printed and ejected from this printer.' EQUALITY caseIgnoreMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1116 NAME 'printer-output-features-supported' DESC 'The possible output features supported by this printer.' EQUALITY caseIgnoreMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.18.0.2.4.1108 NAME 'printer-aliases' DESC 'List of site-specific administrative names of this printer in addition to the value specified for printer-name.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.1 NAME 'uddiBusinessKey' DESC 'businessEntity unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.2 NAME 'uddiAuthorizedName' DESC 'businessEntity publisher name' EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.3 NAME 'uddiOperator' DESC 'registry site operator of businessEntitys master copy' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.4 NAME 'uddiName' DESC 'human readable name' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.5 NAME 'uddiDescription' DESC 'short description' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.6 NAME 'uddiDiscoveryURLs' DESC 'URL to retrieve a businessEntity instance' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.7 NAME 'uddiUseType' DESC 'name of convention the referenced document follows' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.8 NAME 'uddiPersonName' DESC 'name of person or job role available for contact' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.9 NAME 'uddiPhone' DESC 'telephone number for contact' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.10 NAME 'uddiEMail' DESC 'e-mail address for contact' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.11 NAME 'uddiSortCode' DESC 'specifies an external disply mechanism' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.12 NAME 'uddiTModelKey' DESC 'tModel unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.13 NAME 'uddiAddressLine' DESC 'address' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.14  NAME 'uddiIdentifierBag' DESC 'identification information' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.15 NAME 'uddiCategoryBag' DESC 'categorization information' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.16 NAME 'uddiKeyedReference' DESC 'categorization information' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.17 NAME 'uddiServiceKey' DESC 'businessService unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.18 NAME 'uddiBindingKey' DESC 'bindingTemplate unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.19 NAME 'uddiAccessPoint' DESC 'entry point address to call a web service' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.20 NAME 'uddiHostingRedirector' DESC 'designates a pointer to another bindingTemplate' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.21 NAME 'uddiInstanceDescription' DESC 'instance details description' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.22 NAME 'uddiInstanceParms' DESC 'URL reference to required settings' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.23 NAME 'uddiOverviewDescription' DESC 'outlines tModel usage' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.24 NAME 'uddiOverviewURL' DESC 'URL reference to overview document' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.25 NAME 'uddiFromKey' DESC 'unique businessEntity key reference' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.26 NAME 'uddiToKey' DESC 'unique businessEntity key reference' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.27 NAME 'uddiUUID' DESC 'unique attribute' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.28 NAME 'uddiIsHidden' DESC 'isHidden attribute' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.29 NAME 'uddiIsProjection' DESC 'isServiceProjection attribute' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.30 NAME 'uddiLang' DESC 'xml:lang value in v3 Address structure' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.31 NAME 'uddiv3BusinessKey' DESC 'UDDIv3 businessEntity unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.32 NAME 'uddiv3ServiceKey' DESC 'UDDIv3 businessService unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.33 NAME 'uddiv3BindingKey' DESC 'UDDIv3 BindingTemplate unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.34 NAME 'uddiv3TModelKey' DESC 'UDDIv3 TModel unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.35 NAME 'uddiv3DigitalSignature' DESC 'UDDIv3 entity digital signature' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.36 NAME 'uddiv3NodeId' DESC 'UDDIv3 Node Identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.37 NAME 'uddiv3EntityModificationTime' DESC 'UDDIv3 Last Modified Time for Entity' EQUALITY generalizedTimeMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.38 NAME 'uddiv3SubscriptionKey' DESC 'UDDIv3 Subscription unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.39 NAME 'uddiv3SubscriptionFilter' DESC 'UDDIv3 Subscription Filter' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.40 NAME 'uddiv3NotificationInterval' DESC 'UDDIv3 Notification Interval' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.41 NAME 'uddiv3MaxEntities' DESC 'UDDIv3 Subscription maxEntities field' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.42 NAME 'uddiv3ExpiresAfter' DESC 'UDDIv3 Subscription ExpiresAfter field' EQUALITY generalizedTimeMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.43 NAME 'uddiv3BriefResponse' DESC 'UDDIv3 Subscription ExpiresAfter field' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.44 NAME 'uddiv3EntityKey' DESC 'UDDIv3 Entity unique identifier' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.45 NAME 'uddiv3EntityCreationTime' DESC 'UDDIv3 Entity Creation Time' EQUALITY generalizedTimeMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.10.4.46 NAME 'uddiv3EntityDeletionTime' DESC 'UDDIv3 Entity Deletion Time' EQUALITY generalizedTimeMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.0 NAME 'uidNumber' DESC 'An integer uniquely identifying a user in an administrative domain' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.1 NAME 'gidNumber' DESC 'An integer uniquely identifying a group in an administrative domain' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.2 NAME 'gecos' DESC 'The GECOS field; the common name' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.3 NAME 'homeDirectory' DESC 'The absolute path to the home directory' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.4 NAME 'loginShell' DESC 'The path to the login shell' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.5 NAME 'shadowLastChange' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.6 NAME 'shadowMin' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.7 NAME 'shadowMax' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.8 NAME 'shadowWarning' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.9 NAME 'shadowInactive' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.10 NAME 'shadowExpire' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.11 NAME 'shadowFlag' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.12 NAME 'memberUid' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.13 NAME 'memberNisNetgroup' EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.14 NAME 'nisNetgroupTriple' DESC 'Netgroup triple' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.15 NAME 'ipServicePort' DESC 'Service port number' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.16 NAME 'ipServiceProtocol' DESC 'Service protocol name' SUP name X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.17 NAME 'ipProtocolNumber' DESC 'IP protocol number' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.18 NAME 'oncRpcNumber' DESC 'ONC RPC number' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.19 NAME 'ipHostNumber' DESC 'IPv4 addresses as a dotted decimal omitting leading zeros or IPv6 addresses as defined in RFC2373' SUP name X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.20 NAME 'ipNetworkNumber' DESC 'IP network as a dotted decimal, eg. 192.168, omitting leading zeros' SUP name SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.21 NAME 'ipNetmaskNumber' DESC 'IP netmask as a dotted decimal, eg. 255.255.255.0, omitting leading zeros' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.22 NAME 'macAddress' DESC 'MAC address in maximal, colon separated hex notation, eg. 00:00:92:90:ee:e2' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.23 NAME 'bootParameter' DESC 'rpc.bootparamd parameter' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.24 NAME 'bootFile' DESC 'Boot image name' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.26 NAME 'nisMapName' DESC 'Name of a A generic NIS map' SUP name X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.27 NAME 'nisMapEntry' DESC 'A generic NIS entry' EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.28 NAME 'nisPublicKey' DESC 'NIS public key' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.29 NAME 'nisSecretKey' DESC 'NIS secret key' EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.30 NAME 'nisDomain' DESC 'NIS domain' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.31 NAME 'automountMapName' DESC 'automount Map Name' EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.32 NAME 'automountKey' DESC 'Automount Key value' EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+attributeTypes: ( 1.3.6.1.1.1.1.33 NAME 'automountInformation' DESC 'Automount information' EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+objectClasses: ( 2.5.6.0 NAME 'top' ABSTRACT MUST objectClass X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.1 NAME 'alias' SUP top STRUCTURAL MUST aliasedObjectName X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.2 NAME 'country' SUP top STRUCTURAL MUST c MAY ( searchGuide $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.3 NAME 'locality' SUP top STRUCTURAL MAY ( street $ seeAlso $ searchGuide $ st $ l $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.4 NAME 'organization' SUP top STRUCTURAL MUST o MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.5 NAME 'organizationalUnit' SUP top STRUCTURAL MUST ou MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.6 NAME 'person' SUP top STRUCTURAL MUST ( sn $ cn ) MAY ( userPassword $ telephoneNumber $ seeAlso $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.7 NAME 'organizationalPerson' SUP person STRUCTURAL MAY ( title $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.8 NAME 'organizationalRole' SUP top STRUCTURAL MUST cn MAY ( x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ seeAlso $ roleOccupant $ preferredDeliveryMethod $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.9 NAME 'groupOfNames' SUP top STRUCTURAL MUST cn MAY ( member $ businessCategory $ seeAlso $ owner $ ou $ o $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.10 NAME 'residentialPerson' SUP person STRUCTURAL MUST l MAY ( businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.11 NAME 'applicationProcess' SUP top STRUCTURAL MUST cn MAY ( seeAlso $ ou $ l $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.12 NAME 'applicationEntity' SUP top STRUCTURAL MUST ( presentationAddress $ cn ) MAY ( supportedApplicationContext $ seeAlso $ ou $ o $ l $ description ) X-ORIGIN 'RFC 2256' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.13 NAME 'dSA' SUP applicationEntity STRUCTURAL MAY knowledgeInformation X-ORIGIN 'RFC 2256' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.14 NAME 'device' SUP top STRUCTURAL MUST cn MAY ( serialNumber $ seeAlso $ owner $ ou $ o $ l $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.15 NAME 'strongAuthenticationUser' SUP top AUXILIARY MUST userCertificate X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.16 NAME 'certificationAuthority' SUP top AUXILIARY MUST ( authorityRevocationList $ certificateRevocationList $ caCertificate ) MAY crossCertificatePair X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.16.2 NAME 'certificationAuthority-V2' SUP certificationAuthority AUXILIARY MAY deltaRevocationList X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.17 NAME 'groupOfUniqueNames' SUP top STRUCTURAL MUST cn MAY ( uniqueMember $ businessCategory $ seeAlso $ owner $ ou $ o $ description ) X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.18 NAME 'userSecurityInformation' SUP top AUXILIARY MAY ( supportedAlgorithms ) X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.19 NAME 'cRLDistributionPoint' SUP top STRUCTURAL MUST cn MAY ( certificateRevocationList $ authorityRevocationList $ deltaRevocationList ) X-ORIGIN 'RFC 4523' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.6.20 NAME 'dmd' SUP top STRUCTURAL MUST dmdName MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) X-ORIGIN 'RFC 2256' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 1.3.6.1.4.1.1466.101.120.111 NAME 'extensibleObject' SUP top AUXILIARY X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.5.20.1 NAME 'subschema' AUXILIARY MAY ( dITStructureRules $ nameForms $ ditContentRules $ objectClasses $ attributeTypes $ matchingRules $ matchingRuleUse ) X-ORIGIN 'RFC 4512' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 0.9.2342.19200300.100.4.5 NAME 'account' SUP top STRUCTURAL MUST uid MAY ( description $ seeAlso $ l $ o $ ou $ host ) X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 0.9.2342.19200300.100.4.6 NAME 'document' SUP top STRUCTURAL MUST documentIdentifier MAY ( cn $ description $ seeAlso $ l $ o $ ou $ documentTitle $ documentVersion $ documentAuthor $ documentLocation $ documentPublisher ) X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 0.9.2342.19200300.100.4.9 NAME 'documentSeries' SUP top STRUCTURAL MUST cn MAY ( description $ l $ o $ ou $ seeAlso $ telephoneNumber ) X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 0.9.2342.19200300.100.4.13 NAME 'domain' SUP top STRUCTURAL MUST dc MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description $ o $ associatedName ) X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 0.9.2342.19200300.100.4.17 NAME 'domainRelatedObject' SUP top AUXILIARY MUST associatedDomain X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 0.9.2342.19200300.100.4.18 NAME 'friendlyCountry' SUP country STRUCTURAL MUST co X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 0.9.2342.19200300.100.4.14 NAME 'rFC822LocalPart' SUP domain STRUCTURAL MAY ( cn $ description $ destinationIndicator $ facsimileTelephoneNumber $ internationaliSDNNumber $ physicalDeliveryOfficeName $ postalAddress $ postalCode $ postOfficeBox $ preferredDeliveryMethod $ registeredAddress $ seeAlso $ sn $ street $ telephoneNumber $ teletexTerminalIdentifier $ telexNumber $ x121Address ) X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 0.9.2342.19200300.100.4.7 NAME 'room' SUP top STRUCTURAL MUST cn MAY ( roomNumber $ description $ seeAlso $ telephoneNumber ) X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 0.9.2342.19200300.100.4.19 NAME 'simpleSecurityObject' SUP top AUXILIARY MUST userPassword X-ORIGIN 'RFC 4524' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 1.3.6.1.4.1.1466.344 NAME 'dcObject' SUP top AUXILIARY MUST dc X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.16.840.1.113730.3.2.2 NAME 'inetOrgPerson' SUP organizationalPerson STRUCTURAL MAY ( audio $ businessCategory $ carLicense $ departmentNumber $ displayName $ employeeNumber $ employeeType $ givenName $ homePhone $ homePostalAddress $ initials $ jpegPhoto $ labeledURI $ mail $ manager $ mobile $ o $ pager $ photo $ roomNumber $ secretary $ uid $ userCertificate $ x500UniqueIdentifier $ preferredLanguage $ userSMIMECertificate $ userPKCS12 ) X-ORIGIN 'RFC 2798' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject' DESC 'object that contains the URI attribute type' SUP top AUXILIARY MAY labeledURI X-ORIGIN 'RFC 2079' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 1.3.6.1.4.1.5322.13.1.1 NAME 'namedObject' SUP top STRUCTURAL MAY cn X-ORIGIN 'draft-howard-namedobject' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.900 NAME 'untypedObject' DESC 'Entry of no particular type' SUP top STRUCTURAL MAY ( c $ cn $ dc $ l $ o $ ou $ st $ street $ uid $ description $ owner $ seeAlso ) X-ORIGIN 'draft-furuseth-ldap-untypedobject' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 1.3.6.1.1.3.1 NAME 'uidObject' SUP top AUXILIARY MUST uid X-ORIGIN 'RFC 4519' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.16.840.1.113730.3.2.6 NAME 'referral' DESC 'named subordinate reference object' STRUCTURAL MUST ref X-ORIGIN 'RFC 3296' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.16.840.1.113719.2.142.6.1.1 NAME 'ldapSubEntry' DESC 'LDAP Subentry class, version 1'  SUP top STRUCTURAL  MAY ( cn ) X-ORIGIN 'draft-ietf-ldup-subentry' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 1.3.6.1.4.1.7628.5.6.1.1 NAME 'inheritableLDAPSubEntry' DESC 'Inheritable LDAP Subentry class, version 1'  SUP ldapSubEntry STRUCTURAL  MUST ( inheritable )  MAY  ( blockInheritance ) X-ORIGIN 'draft-ietf-ldup-subentry' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 2.16.840.1.113730.3.2.33 NAME 'groupOfURLs' DESC 'Sun-defined objectclass' SUP top STRUCTURAL MUST ( cn ) MAY ( memberURL $ businessCategory $ description $ o $ ou $ owner $ seeAlso ) X-ORIGIN 'Sun Java System Directory Server' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 0.9.2342.19200300.100.4.3 NAME 'pilotObject' SUP top MAY ( audio $ dITRedirect $ info $ jpegPhoto $ lastModifiedBy $ lastModifiedTime $ manager $ photo $ uniqueIdentifier ) X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 0.9.2342.19200300.100.4.4 NAME 'pilotPerson' SUP person MAY ( userid $ textEncodedORAddress $ rfc822Mailbox $ favouriteDrink $ roomNumber $ userClass $ homeTelephoneNumber $ homePostalAddress $ secretary $ personalTitle $ preferredDeliveryMethod $ businessCategory $ janetMailbox $ otherMailbox $ mobileTelephoneNumber $ pagerTelephoneNumber $ organizationalStatus $ mailPreferenceOption $ personalSignature ) X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 0.9.2342.19200300.100.4.20 NAME 'pilotOrganization' SUP top MUST ( ou $ o ) MAY ( buildingName $ businessCategory $ description $ destinationIndicator $ facsimileTelephoneNumber $ internationaliSDNNumber $ l $ physicalDeliveryOfficeName $ postOfficeBox $ postalAddress $ postalCode $ preferredDeliveryMethod $ registeredAddress $ searchGuide $ seeAlso $ st $ street $ telephoneNumber $ teletexTerminalIdentifier $ telexNumber $ userPassword $ x121Address ) X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 0.9.2342.19200300.100.4.15 NAME 'dNSDomain' SUP domain MAY ( ARecord $ MDRecord $ MXRecord $ NSRecord $ SOARecord $ CNAMERecord ) X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 0.9.2342.19200300.100.4.21 NAME 'pilotDSA' SUP dSA MUST dSAQuality X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 0.9.2342.19200300.100.4.22 NAME 'qualityLabelledData' SUP top MUST dSAQuality MAY ( subtreeMinimumQuality $ subtreeMaximumQuality ) X-ORIGIN 'RFC 1274' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 1.2.826.0.1.3458854.2.1.1 NAME 'groupOfEntries' SUP top STRUCTURAL MUST cn MAY ( member $ businessCategory $ seeAlso $ owner $ ou $ o $ description ) X-ORIGIN 'draft-findlay-ldap-groupofentries' X-SCHEMA-FILE '00-core.ldif' )
+objectClasses: ( 1.3.6.1.4.1.42.2.27.8.2.1 NAME 'pwdPolicy' SUP top AUXILIARY MUST ( pwdAttribute ) MAY ( pwdMinAge $ pwdMaxAge $ pwdInHistory $ pwdCheckQuality $ pwdMinLength $ pwdExpireWarning $ pwdGraceAuthNLimit $ pwdLockout $ pwdLockoutDuration $ pwdMaxFailure $ pwdFailureCountInterval $ pwdMustChange $ pwdAllowUserChange $ pwdSafeModify ) X-ORIGIN 'draft-behera-ldap-password-policy' X-SCHEMA-FILE '01-pwpolicy.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.1 NAME 'ds-cfg-access-control-handler' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.2 NAME 'ds-cfg-alert-handler' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled ) MAY ( ds-cfg-enabled-alert-type $       ds-cfg-disabled-alert-type ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.3 NAME 'ds-cfg-attribute-syntax' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.4 NAME 'ds-cfg-telephone-number-attribute-syntax' SUP ds-cfg-attribute-syntax STRUCTURAL MAY ds-cfg-strict-format X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.5 NAME 'ds-cfg-backend' SUP top STRUCTURAL MUST ( ds-cfg-backend-id $        ds-cfg-base-dn $        ds-cfg-java-class $        ds-cfg-enabled $        ds-cfg-writability-mode ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.6 NAME 'ds-cfg-local-db-backend' SUP ds-cfg-backend STRUCTURAL MUST ds-cfg-db-directory MAY ( ds-cfg-index-entry-limit $       ds-cfg-preload-time-limit $       ds-cfg-import-queue-size $       ds-cfg-import-thread-count $       ds-cfg-entries-compressed $       ds-cfg-db-directory-permissions $       ds-cfg-db-cache-percent $       ds-cfg-db-cache-size $       ds-cfg-db-txn-no-sync $       ds-cfg-db-txn-write-no-sync $       ds-cfg-db-run-cleaner $       ds-cfg-db-cleaner-min-utilization $       ds-cfg-db-evictor-lru-only $       ds-cfg-db-evictor-nodes-per-scan $       ds-cfg-db-log-file-max $       ds-cfg-db-logging-file-handler-on $       ds-cfg-db-logging-level $       ds-cfg-db-checkpointer-bytes-interval $       ds-cfg-db-checkpointer-wakeup-interval $       ds-cfg-db-num-lock-tables $       ds-cfg-db-num-cleaner-threads $       ds-cfg-compact-encoding $       ds-cfg-je-property ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE!
  '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.7 NAME 'ds-cfg-local-db-index' SUP top STRUCTURAL MUST ( ds-cfg-attribute $        ds-cfg-index-type ) MAY ( ds-cfg-index-entry-limit $       ds-cfg-substring-length ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.8 NAME 'ds-cfg-schema-backend' SUP ds-cfg-backend STRUCTURAL MAY ( ds-cfg-schema-entry-dn $       ds-cfg-show-all-attributes ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.9 NAME 'ds-cfg-task-backend' SUP ds-cfg-backend STRUCTURAL MAY ( ds-cfg-task-backing-file $       ds-cfg-task-retention-time $       ds-cfg-notification-sender-address ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.10 NAME 'ds-cfg-branch' SUP top STRUCTURAL MUST cn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.11 NAME 'ds-cfg-certificate-mapper' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.12 NAME 'ds-cfg-connection-handler' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled ) MAY ( ds-cfg-allowed-client $       ds-cfg-denied-client ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.13 NAME 'ds-cfg-ldap-connection-handler' SUP ds-cfg-connection-handler STRUCTURAL MUST ds-cfg-listen-port MAY ( ds-cfg-listen-address $       ds-cfg-allow-ldap-v2 $       ds-cfg-keep-stats $       ds-cfg-use-tcp-keep-alive $       ds-cfg-use-tcp-no-delay $       ds-cfg-allow-tcp-reuse-address $       ds-cfg-send-rejection-notice $       ds-cfg-max-request-size $       ds-cfg-num-request-handlers $       ds-cfg-allow-start-tls $       ds-cfg-use-ssl $       ds-cfg-ssl-client-auth-policy $       ds-cfg-ssl-cert-nickname $       ds-cfg-accept-backlog $       ds-cfg-key-manager-provider $       ds-cfg-trust-manager-provider $       ds-cfg-ssl-protocol $       ds-cfg-ssl-cipher-suite $       ds-cfg-max-blocked-write-time-limit ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.14 NAME 'ds-cfg-entry-cache' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled $        ds-cfg-cache-level ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.15 NAME 'ds-cfg-fifo-entry-cache' SUP ds-cfg-entry-cache STRUCTURAL MAY ( ds-cfg-max-entries $       ds-cfg-max-memory-percent $       ds-cfg-lock-timeout $       ds-cfg-exclude-filter $       ds-cfg-include-filter ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.16 NAME 'ds-cfg-soft-reference-entry-cache' SUP ds-cfg-entry-cache STRUCTURAL MAY ( ds-cfg-lock-timeout $       ds-cfg-exclude-filter $       ds-cfg-include-filter ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.17 NAME 'ds-cfg-extended-operation-handler' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.18 NAME 'ds-cfg-key-manager-provider' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.19 NAME 'ds-cfg-file-based-key-manager-provider' SUP ds-cfg-key-manager-provider STRUCTURAL MUST ds-cfg-key-store-file MAY ( ds-cfg-key-store-type $       ds-cfg-key-store-pin $       ds-cfg-key-store-pin-property $       ds-cfg-key-store-pin-environment-variable $       ds-cfg-key-store-pin-file ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.20 NAME 'ds-cfg-pkcs11-key-manager-provider' SUP ds-cfg-key-manager-provider STRUCTURAL MAY ( ds-cfg-key-store-pin $       ds-cfg-key-store-pin-property $       ds-cfg-key-store-pin-environment-variable $       ds-cfg-key-store-pin-file ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.21 NAME 'ds-cfg-log-publisher' SUP top STRUCTURAL MUST ( cn $        ds-cfg-enabled $        ds-cfg-java-class ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.22 NAME 'ds-cfg-access-log-publisher' SUP ds-cfg-log-publisher STRUCTURAL MAY ( ds-cfg-suppress-internal-operations $       ds-cfg-suppress-synchronization-operations ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.23 NAME 'ds-cfg-error-log-publisher' SUP ds-cfg-log-publisher STRUCTURAL MAY ( ds-cfg-default-severity $       ds-cfg-override-severity ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.24 NAME 'ds-cfg-debug-log-publisher' SUP ds-cfg-log-publisher STRUCTURAL MUST ds-cfg-default-debug-level MAY ( ds-cfg-default-debug-category $       ds-cfg-default-omit-method-entry-arguments $       ds-cfg-default-omit-method-return-value $       ds-cfg-default-include-throwable-cause $       ds-cfg-default-throwable-stack-frames ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.25 NAME 'ds-cfg-file-based-access-log-publisher' SUP ds-cfg-access-log-publisher STRUCTURAL MUST ( ds-cfg-log-file $        ds-cfg-asynchronous $        ds-cfg-log-file-permissions ) MAY ( ds-cfg-rotation-policy $       ds-cfg-rotation-action $       ds-cfg-retention-policy $       ds-cfg-time-interval $       ds-cfg-buffer-size $       ds-cfg-auto-flush $       ds-cfg-append $       ds-cfg-queue-size ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.26 NAME 'ds-cfg-file-based-debug-log-publisher' SUP ds-cfg-debug-log-publisher STRUCTURAL MUST ( ds-cfg-log-file $        ds-cfg-asynchronous $        ds-cfg-log-file-permissions ) MAY ( ds-cfg-rotation-policy $       ds-cfg-rotation-action $       ds-cfg-retention-policy $       ds-cfg-time-interval $       ds-cfg-buffer-size $       ds-cfg-auto-flush $       ds-cfg-append $       ds-cfg-queue-size ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.27 NAME 'ds-cfg-file-based-error-log-publisher' SUP ds-cfg-error-log-publisher STRUCTURAL MUST ( ds-cfg-log-file $        ds-cfg-asynchronous $        ds-cfg-log-file-permissions ) MAY ( ds-cfg-rotation-policy $       ds-cfg-rotation-action $       ds-cfg-retention-policy $       ds-cfg-time-interval $       ds-cfg-buffer-size $       ds-cfg-auto-flush $       ds-cfg-append $       ds-cfg-queue-size ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.28 NAME 'ds-cfg-matching-rule' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.29 NAME 'ds-cfg-approximate-matching-rule' SUP ds-cfg-matching-rule STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.30 NAME 'ds-cfg-equality-matching-rule' SUP ds-cfg-matching-rule STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.31 NAME 'ds-cfg-ordering-matching-rule' SUP ds-cfg-matching-rule STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.32 NAME 'ds-cfg-substring-matching-rule' SUP ds-cfg-matching-rule STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.33 NAME 'ds-cfg-monitor-provider' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.34 NAME 'ds-cfg-password-storage-scheme' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.35 NAME 'ds-cfg-password-validator' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.36 NAME 'ds-cfg-plugin' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled $        ds-cfg-plugin-type ) MAY ds-cfg-invoke-for-internal-operations X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.37 NAME 'ds-cfg-profiler-plugin' SUP ds-cfg-plugin STRUCTURAL MAY ( ds-cfg-enable-profiling-on-startup $       ds-cfg-profile-directory $       ds-cfg-profile-sample-interval $       ds-cfg-profile-action ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.38 NAME 'ds-recurring-task' SUP top STRUCTURAL MUST ( ds-recurring-task-class-name $        ds-recurring-task-id ) MAY ( ds-task-notify-on-completion $       ds-task-notify-on-error ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.39 NAME 'ds-cfg-root-config' SUP top STRUCTURAL MUST ( cn $        ds-cfg-default-password-policy ) MAY ( ds-cfg-check-schema $       ds-cfg-add-missing-rdn-attributes $       ds-cfg-allow-attribute-name-exceptions $       ds-cfg-invalid-attribute-syntax-behavior $       ds-cfg-server-error-result-code $       ds-cfg-single-structural-objectclass-behavior $       ds-cfg-notify-abandoned-operations $       ds-cfg-size-limit $       ds-cfg-time-limit $       ds-cfg-proxied-authorization-identity-mapper $       ds-cfg-writability-mode $       ds-cfg-reject-unauthenticated-requests $       ds-cfg-bind-with-dn-requires-password $       ds-cfg-lookthrough-limit $       ds-cfg-smtp-server $       ds-cfg-allowed-task $       ds-cfg-disabled-privilege $       ds-cfg-return-bind-error-messages $       ds-cfg-idle-time-limit $       ds-cfg-workflow-configuration-mode $       ds-cfg-save-config-on-successful-startup $       ds-cfg-etime-resolution!
  $       ds-cfg-entry-cache-preload $       ds-cfg-max-allowed-client-connections) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.40 NAME 'ds-cfg-root-dn-user' SUP top AUXILIARY MAY ds-cfg-alternate-bind-dn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.41 NAME 'ds-cfg-root-dse-backend' SUP top STRUCTURAL MUST cn MAY ( ds-cfg-subordinate-base-dn $       ds-cfg-show-all-attributes ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.42 NAME 'ds-cfg-sasl-mechanism-handler' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.43 NAME 'ds-cfg-external-sasl-mechanism-handler' SUP ds-cfg-sasl-mechanism-handler STRUCTURAL MUST ds-cfg-certificate-mapper MAY ( ds-cfg-certificate-attribute $       ds-cfg-certificate-validation-policy ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.44 NAME 'ds-cfg-plain-sasl-mechanism-handler' SUP ds-cfg-sasl-mechanism-handler STRUCTURAL MUST ds-cfg-identity-mapper X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.45 NAME 'ds-cfg-cram-md5-sasl-mechanism-handler' SUP ds-cfg-sasl-mechanism-handler STRUCTURAL MUST ds-cfg-identity-mapper X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.46 NAME 'ds-cfg-digest-md5-sasl-mechanism-handler' SUP ds-cfg-sasl-mechanism-handler STRUCTURAL MUST ds-cfg-identity-mapper MAY ( ds-cfg-realm $       ds-cfg-server-fqdn ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.47 NAME 'ds-cfg-gssapi-sasl-mechanism-handler' SUP ds-cfg-sasl-mechanism-handler STRUCTURAL MAY ( ds-cfg-identity-mapper $       ds-cfg-realm $       ds-cfg-kdc-address $       ds-cfg-keytab $       ds-cfg-server-fqdn ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.48 NAME 'ds-task' SUP top STRUCTURAL MUST ( ds-task-class-name $        ds-task-id ) MAY ( ds-task-state $       ds-task-scheduled-start-time $       ds-task-actual-start-time $       ds-task-completion-time $       ds-task-dependency-id $       ds-task-failed-dependency-action $       ds-task-log-message $       ds-task-notify-on-completion $       ds-task-notify-on-error ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.49 NAME 'ds-task-shutdown' SUP ds-task STRUCTURAL MAY ( ds-task-shutdown-message $       ds-task-restart-server ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.50 NAME 'ds-cfg-trust-manager-provider' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.51 NAME 'ds-cfg-file-based-trust-manager-provider' SUP ds-cfg-trust-manager-provider STRUCTURAL MUST ds-cfg-trust-store-file MAY ( ds-cfg-trust-store-type $       ds-cfg-trust-store-pin $       ds-cfg-trust-store-pin-property $       ds-cfg-trust-store-pin-environment-variable $       ds-cfg-trust-store-pin-file ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.52 NAME 'ds-cfg-directory-string-attribute-syntax' SUP ds-cfg-attribute-syntax STRUCTURAL MAY ds-cfg-allow-zero-length-values X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.53 NAME 'ds-root-dse' SUP top STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.54 NAME 'ds-cfg-identity-mapper' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.55 NAME 'ds-cfg-exact-match-identity-mapper' SUP ds-cfg-identity-mapper STRUCTURAL MUST ds-cfg-match-attribute MAY ds-cfg-match-base-dn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.56 NAME 'ds-cfg-synchronization-provider' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.57 NAME 'ds-cfg-replication-domain' SUP top STRUCTURAL MUST ( ds-cfg-replication-server $        ds-cfg-server-id $        ds-cfg-base-dn ) MAY ( cn $       ds-cfg-receive-status $       ds-cfg-max-receive-queue $       ds-cfg-max-receive-delay $       ds-cfg-max-send-queue $       ds-cfg-max-send-delay $       ds-cfg-window-size $       ds-cfg-heartbeat-interval $       ds-cfg-isolation-policy ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.58 NAME 'ds-cfg-length-based-password-validator' SUP ds-cfg-password-validator STRUCTURAL MAY ( ds-cfg-max-password-length $       ds-cfg-min-password-length ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.59 NAME 'ds-cfg-password-generator' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.60 NAME 'ds-cfg-random-password-generator' SUP ds-cfg-password-generator STRUCTURAL MUST ( ds-cfg-password-character-set $        ds-cfg-password-format ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.61 NAME 'ds-cfg-password-policy' SUP top STRUCTURAL MUST ( cn $        ds-cfg-password-attribute $        ds-cfg-default-password-storage-scheme ) MAY ( ds-cfg-account-status-notification-handler $       ds-cfg-allow-expired-password-changes $       ds-cfg-allow-multiple-password-values $       ds-cfg-allow-pre-encoded-passwords $       ds-cfg-allow-user-password-changes $       ds-cfg-deprecated-password-storage-scheme $       ds-cfg-expire-passwords-without-warning $       ds-cfg-force-change-on-add $       ds-cfg-force-change-on-reset $       ds-cfg-grace-login-count $       ds-cfg-idle-lockout-interval $       ds-cfg-last-login-time-attribute $       ds-cfg-last-login-time-format $       ds-cfg-lockout-duration $       ds-cfg-lockout-failure-count $       ds-cfg-lockout-failure-expiration-interval $       ds-cfg-max-password-age $       ds-cfg-max-password-reset-age $       ds-cfg-min-password-age $       ds-cfg-password-change-req!
 uires-current-password $       ds-cfg-password-expiration-warning-interval $       ds-cfg-password-generator $       ds-cfg-password-validator $       ds-cfg-previous-last-login-time-format $       ds-cfg-require-change-by-time $       ds-cfg-require-secure-authentication $       ds-cfg-require-secure-password-changes $       ds-cfg-skip-validation-for-administrators $       ds-cfg-state-update-failure-policy $       ds-cfg-password-history-count $       ds-cfg-password-history-duration ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.62 NAME 'ds-cfg-jmx-connection-handler' SUP ds-cfg-connection-handler STRUCTURAL MUST ds-cfg-listen-port MAY ( ds-cfg-ssl-cert-nickname $       ds-cfg-use-ssl $       ds-cfg-key-manager-provider ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.63 NAME 'ds-task-import' SUP ds-task STRUCTURAL MAY ( ds-task-import-append $       ds-task-import-replace-existing $       ds-task-import-include-branch $       ds-task-import-exclude-branch $       ds-task-import-include-attribute $       ds-task-import-exclude-attribute $       ds-task-import-include-filter $       ds-task-import-exclude-filter $       ds-task-import-ldif-file $       ds-task-import-template-file $       ds-task-import-random-seed $       ds-task-import-reject-file $       ds-task-import-overwrite-rejects $       ds-task-import-skip-schema-validation $       ds-task-import-is-compressed $       ds-task-import-is-encrypted $       ds-task-import-backend-id $       ds-task-import-clear-backend ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.64 NAME 'ds-cfg-replication-server' SUP top STRUCTURAL MUST ( ds-cfg-replication-server-id $        ds-cfg-replication-port ) MAY ( ds-cfg-replication-server $       cn $       ds-cfg-window-size $       ds-cfg-queue-size $       ds-cfg-replication-db-directory $       ds-cfg-replication-purge-delay ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.65 NAME 'ds-backup-directory' SUP top STRUCTURAL MUST ( ds-backup-directory-path $        ds-backup-backend-dn ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.66 NAME 'ds-backup-info' SUP top STRUCTURAL MUST ( ds-backup-id $        ds-backup-directory-path ) MAY ( ds-backup-compressed $       ds-backup-date $       ds-backup-dependency $       ds-backup-encrypted $       ds-backup-incremental $       ds-backup-signed-hash $       ds-backup-unsigned-hash ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.67 NAME 'ds-cfg-backup-backend' SUP ds-cfg-backend STRUCTURAL MAY ds-cfg-backup-directory X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.68 NAME 'ds-task-export' SUP ds-task STRUCTURAL MUST ( ds-task-export-ldif-file $        ds-task-export-backend-id ) MAY ( ds-task-export-append-to-ldif $       ds-task-export-include-branch $       ds-task-export-exclude-branch $       ds-task-export-include-attribute $       ds-task-export-exclude-attribute $       ds-task-export-include-filter $       ds-task-export-exclude-filter $       ds-task-export-wrap-column $       ds-task-export-compress-ldif $       ds-task-export-encrypt-ldif $       ds-task-export-include-operational-attributes $       ds-task-export-sign-hash ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.69 NAME 'ds-task-backup' SUP ds-task STRUCTURAL MUST ds-backup-directory-path MAY ( ds-task-backup-backend-id $       ds-backup-id $       ds-task-backup-all $       ds-task-backup-incremental $       ds-task-backup-incremental-base-id $       ds-task-backup-compress $       ds-task-backup-encrypt $       ds-task-backup-hash $       ds-task-backup-sign-hash ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.70 NAME 'ds-task-restore' SUP ds-task STRUCTURAL MUST ds-backup-directory-path MAY ( ds-backup-id $       ds-task-restore-verify-only ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.71 NAME 'ds-cfg-work-queue' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.72 NAME 'ds-cfg-traditional-work-queue' SUP ds-cfg-work-queue STRUCTURAL MUST ds-cfg-num-worker-threads MAY ds-cfg-max-work-queue-capacity X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.73 NAME 'ds-cfg-password-modify-extended-operation-handler' SUP ds-cfg-extended-operation-handler STRUCTURAL MUST ds-cfg-identity-mapper X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.74 NAME 'ds-cfg-account-status-notification-handler' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.75 NAME 'ds-cfg-error-log-account-status-notification-handler' SUP ds-cfg-account-status-notification-handler STRUCTURAL MUST ds-cfg-account-status-notification-type X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.76 NAME 'ds-monitor-entry' SUP top STRUCTURAL MUST cn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.77 NAME 'ds-backend-monitor-entry' SUP ds-monitor-entry STRUCTURAL MAY ( ds-backend-id $       ds-backend-base-dn $       ds-backend-entry-count $       ds-base-dn-entry-count $       ds-backend-writability-mode $       ds-backend-is-private ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.78 NAME 'ds-connectionhandler-monitor-entry' SUP ds-monitor-entry STRUCTURAL MAY ( ds-connectionhandler-connection $       ds-connectionhandler-listener $       ds-connectionhandler-num-connections $       ds-connectionhandler-protocol ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.79 NAME 'ds-task-add-schema-file' SUP ds-task STRUCTURAL MUST ds-task-schema-file-name X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.80 NAME 'ds-cfg-group-implementation' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.81 NAME 'ds-cfg-root-dn' SUP top STRUCTURAL MUST cn MAY ds-cfg-default-root-privilege-name X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.82 NAME 'ds-certificate-user' SUP top AUXILIARY MAY ( userCertificate $       ds-certificate-subject-dn $       ds-certificate-fingerprint ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.83 NAME 'ds-cfg-subject-dn-to-user-attribute-certificate-mapper' SUP ds-cfg-certificate-mapper STRUCTURAL MUST ds-cfg-subject-attribute MAY ds-cfg-user-base-dn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.84 NAME 'ds-cfg-subject-attribute-to-user-attribute-certificate-mapper' SUP ds-cfg-certificate-mapper STRUCTURAL MUST ds-cfg-subject-attribute-mapping MAY ds-cfg-user-base-dn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.85 NAME 'ds-cfg-fingerprint-certificate-mapper' SUP ds-cfg-certificate-mapper STRUCTURAL MUST ( ds-cfg-fingerprint-attribute $        ds-cfg-fingerprint-algorithm ) MAY ds-cfg-user-base-dn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.86 NAME 'ds-cfg-dsee-compat-access-control-handler' SUP ds-cfg-access-control-handler STRUCTURAL MAY ds-cfg-global-aci X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.87 NAME 'ds-cfg-similarity-based-password-validator' SUP ds-cfg-password-validator STRUCTURAL MUST ds-cfg-min-password-difference X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.88 NAME 'ds-cfg-unique-characters-password-validator' SUP ds-cfg-password-validator STRUCTURAL MUST ( ds-cfg-min-unique-characters $        ds-cfg-case-sensitive-validation ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.89 NAME 'ds-cfg-repeated-characters-password-validator' SUP ds-cfg-password-validator STRUCTURAL MUST ( ds-cfg-max-consecutive-length $        ds-cfg-case-sensitive-validation ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.90 NAME 'ds-cfg-virtual-attribute' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class $        ds-cfg-enabled $        ds-cfg-attribute-type ) MAY ( ds-cfg-base-dn $       ds-cfg-group-dn $       ds-cfg-filter $       ds-cfg-conflict-behavior ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.91 NAME 'ds-task-initialize-from-remote-replica' SUP ds-task STRUCTURAL MUST ( ds-task-initialize-domain-dn $        ds-task-initialize-replica-server-id ) MAY ( ds-task-processed-entry-count $       ds-task-unprocessed-entry-count ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.92 NAME 'ds-task-initialize-remote-replica' SUP ds-task STRUCTURAL MUST ( ds-task-initialize-domain-dn $        ds-task-initialize-replica-server-id ) MAY ( ds-task-processed-entry-count $       ds-task-unprocessed-entry-count ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.93 NAME 'ds-cfg-replication-synchronization-provider' SUP ds-cfg-synchronization-provider STRUCTURAL MAY ( ds-cfg-num-update-replay-threads ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.94 NAME 'ds-cfg-dictionary-password-validator' SUP ds-cfg-password-validator STRUCTURAL MUST ( ds-cfg-dictionary-file $        ds-cfg-case-sensitive-validation $        ds-cfg-test-reversed-password ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.95 NAME 'ds-cfg-attribute-value-password-validator' SUP ds-cfg-password-validator STRUCTURAL MUST ds-cfg-test-reversed-password MAY ds-cfg-match-attribute X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.96 NAME 'ds-cfg-character-set-password-validator' SUP ds-cfg-password-validator STRUCTURAL MUST ( ds-cfg-character-set $        ds-cfg-allow-unclassified-characters ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.97 NAME 'ds-task-rebuild' SUP ds-task STRUCTURAL MUST ( ds-task-rebuild-base-dn $        ds-task-rebuild-index ) MAY ds-task-rebuild-max-threads X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.98 NAME 'ds-virtual-static-group' SUP top AUXILIARY MUST ds-target-group-dn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.99 NAME 'ds-cfg-user-defined-virtual-attribute' SUP ds-cfg-virtual-attribute STRUCTURAL MUST ds-cfg-value X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.100 NAME 'ds-cfg-debug-target' SUP top STRUCTURAL MUST ( ds-cfg-debug-scope $        ds-cfg-debug-level ) MAY ( ds-cfg-debug-category $       ds-cfg-omit-method-entry-arguments $       ds-cfg-omit-method-return-value $       ds-cfg-include-throwable-cause $       ds-cfg-throwable-stack-frames ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.101 NAME 'ds-cfg-log-retention-policy' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.102 NAME 'ds-cfg-file-count-log-retention-policy' SUP ds-cfg-log-retention-policy STRUCTURAL MUST ds-cfg-number-of-files X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.103 NAME 'ds-cfg-size-limit-log-retention-policy' SUP ds-cfg-log-retention-policy STRUCTURAL MUST ds-cfg-disk-space-used X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.104 NAME 'ds-cfg-free-disk-space-log-retention-policy' SUP ds-cfg-log-retention-policy STRUCTURAL MUST ds-cfg-free-disk-space X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.105 NAME 'ds-cfg-log-rotation-policy' SUP top STRUCTURAL MUST ( cn $        ds-cfg-java-class ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.106 NAME 'ds-cfg-size-limit-log-rotation-policy' SUP ds-cfg-log-rotation-policy STRUCTURAL MUST ds-cfg-file-size-limit X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.107 NAME 'ds-cfg-time-limit-log-rotation-policy' SUP ds-cfg-log-rotation-policy STRUCTURAL MUST ds-cfg-rotation-interval X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.108 NAME 'ds-cfg-fixed-time-log-rotation-policy' SUP ds-cfg-log-rotation-policy STRUCTURAL MUST ds-cfg-time-of-day X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.109 NAME 'ds-cfg-file-system-entry-cache' SUP ds-cfg-entry-cache STRUCTURAL MAY ( ds-cfg-max-entries $       ds-cfg-max-memory-size $       ds-cfg-lock-timeout $       ds-cfg-exclude-filter $       ds-cfg-include-filter $       ds-cfg-cache-directory $       ds-cfg-cache-type $       ds-cfg-persistent-cache $       ds-cfg-compact-encoding $       ds-cfg-db-cache-percent $       ds-cfg-db-cache-size $       ds-cfg-je-property ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.110 NAME 'ds-cfg-member-virtual-attribute' SUP ds-cfg-virtual-attribute STRUCTURAL MUST ds-cfg-allow-retrieving-membership X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.111 NAME 'ds-cfg-plugin-root' SUP top AUXILIARY MAY ( ds-cfg-plugin-order-startup $       ds-cfg-plugin-order-shutdown $       ds-cfg-plugin-order-post-connect $       ds-cfg-plugin-order-post-disconnect $       ds-cfg-plugin-order-ldif-import $       ds-cfg-plugin-order-ldif-export $       ds-cfg-plugin-order-pre-parse-abandon $       ds-cfg-plugin-order-pre-parse-add $       ds-cfg-plugin-order-pre-parse-bind $       ds-cfg-plugin-order-pre-parse-compare $       ds-cfg-plugin-order-pre-parse-delete $       ds-cfg-plugin-order-pre-parse-extended $       ds-cfg-plugin-order-pre-parse-modify $       ds-cfg-plugin-order-pre-parse-modify-dn $       ds-cfg-plugin-order-pre-parse-search $       ds-cfg-plugin-order-pre-parse-unbind $       ds-cfg-plugin-order-pre-operation-add $       ds-cfg-plugin-order-pre-operation-bind $       ds-cfg-plugin-order-pre-operation-compare $       ds-cfg-plugin-order-pre-operation-delete $       ds-cfg-plugin!
 -order-pre-operation-extended $       ds-cfg-plugin-order-pre-operation-modify $       ds-cfg-plugin-order-pre-operation-modify-dn $       ds-cfg-plugin-order-pre-operation-search $       ds-cfg-plugin-order-post-operation-abandon $       ds-cfg-plugin-order-post-operation-add $       ds-cfg-plugin-order-post-operation-bind $       ds-cfg-plugin-order-post-operation-compare $       ds-cfg-plugin-order-post-operation-delete $       ds-cfg-plugin-order-post-operation-extended $       ds-cfg-plugin-order-post-operation-modify $       ds-cfg-plugin-order-post-operation-modify-dn $       ds-cfg-plugin-order-post-operation-search $       ds-cfg-plugin-order-post-operation-unbind $       ds-cfg-plugin-order-post-response-add $       ds-cfg-plugin-order-post-response-bind $       ds-cfg-plugin-order-post-response-compare $       ds-cfg-plugin-order-post-response-delete $       ds-cfg-plugin-order-post-response-extended $       ds-cfg-plugin-order-post-response-modify $       ds-cfg!
 -plugin-order-post-response-modify-dn $       ds-cfg-plugin-order-post
-response-search $       ds-cfg-plugin-order-post-synchronization-add $       ds-cfg-plugin-order-post-synchronization-delete $       ds-cfg-plugin-order-post-synchronization-modify $       ds-cfg-plugin-order-post-synchronization-modify-dn $       ds-cfg-plugin-order-search-result-entry $       ds-cfg-plugin-order-search-result-reference $       ds-cfg-plugin-order-subordinate-modify-dn $       ds-cfg-plugin-order-intermediate-response ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.112 NAME 'ds-cfg-password-policy-import-plugin' SUP ds-cfg-plugin STRUCTURAL MAY ( ds-cfg-default-user-password-storage-scheme $       ds-cfg-default-auth-password-storage-scheme ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.113 NAME 'ds-cfg-attribute-type-description-attribute-syntax' SUP ds-cfg-attribute-syntax STRUCTURAL MAY ds-cfg-strip-syntax-min-upper-bound X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.114 NAME 'ds-cfg-local-db-vlv-index' SUP top STRUCTURAL MUST ( ds-cfg-base-dn $        ds-cfg-scope $        ds-cfg-filter $        ds-cfg-sort-order $        ds-cfg-name ) MAY ds-cfg-max-block-size X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.115 NAME 'ds-cfg-smtp-alert-handler' SUP ds-cfg-alert-handler STRUCTURAL MUST ( ds-cfg-sender-address $        ds-cfg-recipient-address $        ds-cfg-message-subject $        ds-cfg-message-body ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.116 NAME 'ds-task-disconnect' SUP ds-task STRUCTURAL MUST ds-task-disconnect-connection-id MAY ( ds-task-disconnect-message $       ds-task-disconnect-notify-client ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.117 NAME 'ds-cfg-unique-attribute-plugin' SUP ds-cfg-plugin STRUCTURAL MUST ds-cfg-type MAY ds-cfg-base-dn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.118 NAME 'ds-cfg-regular-expression-identity-mapper' SUP ds-cfg-identity-mapper STRUCTURAL MUST ( ds-cfg-match-attribute $        ds-cfg-match-pattern ) MAY ( ds-cfg-match-base-dn $       ds-cfg-replace-pattern ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.119 NAME 'ds-cfg-referential-integrity-plugin' SUP ds-cfg-plugin STRUCTURAL MUST ds-cfg-attribute-type MAY ( ds-cfg-base-dn $       ds-cfg-update-interval $       ds-cfg-log-file ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.120 NAME 'ds-cfg-smtp-account-status-notification-handler' SUP ds-cfg-account-status-notification-handler STRUCTURAL MUST ( ds-cfg-sender-address $        ds-cfg-send-message-without-end-user-address $        ds-cfg-message-template-file ) MAY ( ds-cfg-email-address-attribute-type $       ds-cfg-recipient-address $       ds-cfg-message-subject ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.121 NAME 'ds-task-reset-generation-id' SUP ds-task STRUCTURAL MUST ds-task-reset-generation-id-domain-base-dn MAY ds-task-reset-generation-id-new-value X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.122 NAME 'ds-cfg-entry-uuid-plugin' SUP ds-cfg-plugin STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.123 NAME 'ds-cfg-last-mod-plugin' SUP ds-cfg-plugin STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.124 NAME 'ds-cfg-ldap-attribute-description-list-plugin' SUP ds-cfg-plugin STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.125 NAME 'ds-cfg-jmx-alert-handler' SUP ds-cfg-alert-handler STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.126 NAME 'ds-cfg-memory-backend' SUP ds-cfg-backend STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.127 NAME 'ds-cfg-monitor-backend' SUP ds-cfg-backend STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.128 NAME 'ds-cfg-cancel-extended-operation-handler' SUP ds-cfg-extended-operation-handler STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.129 NAME 'ds-cfg-get-connection-id-extended-operation-handler' SUP ds-cfg-extended-operation-handler STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.130 NAME 'ds-cfg-password-policy-state-extended-operation-handler' SUP ds-cfg-extended-operation-handler STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.131 NAME 'ds-cfg-start-tls-extended-operation-handler' SUP ds-cfg-extended-operation-handler STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.132 NAME 'ds-cfg-who-am-i-extended-operation-handler' SUP ds-cfg-extended-operation-handler STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.133 NAME 'ds-cfg-static-group-implementation' SUP ds-cfg-group-implementation STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.134 NAME 'ds-cfg-dynamic-group-implementation' SUP ds-cfg-group-implementation STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.135 NAME 'ds-cfg-virtual-static-group-implementation' SUP ds-cfg-group-implementation STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.136 NAME 'ds-cfg-client-connection-monitor-provider' SUP ds-cfg-monitor-provider STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.137 NAME 'ds-cfg-stack-trace-monitor-provider' SUP ds-cfg-monitor-provider STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.138 NAME 'ds-cfg-system-info-monitor-provider' SUP ds-cfg-monitor-provider STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.139 NAME 'ds-cfg-version-monitor-provider' SUP ds-cfg-monitor-provider STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.140 NAME 'ds-cfg-base64-password-storage-scheme' SUP ds-cfg-password-storage-scheme STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.141 NAME 'ds-cfg-clear-password-storage-scheme' SUP ds-cfg-password-storage-scheme STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.142 NAME 'ds-cfg-crypt-password-storage-scheme' SUP ds-cfg-password-storage-scheme STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.143 NAME 'ds-cfg-md5-password-storage-scheme' SUP ds-cfg-password-storage-scheme STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.144 NAME 'ds-cfg-sha1-password-storage-scheme' SUP ds-cfg-password-storage-scheme STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.145 NAME 'ds-cfg-salted-md5-password-storage-scheme' SUP ds-cfg-password-storage-scheme STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.146 NAME 'ds-cfg-salted-sha1-password-storage-scheme' SUP ds-cfg-password-storage-scheme STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.147 NAME 'ds-cfg-salted-sha256-password-storage-scheme' SUP ds-cfg-password-storage-scheme STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.148 NAME 'ds-cfg-salted-sha384-password-storage-scheme' SUP ds-cfg-password-storage-scheme STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.149 NAME 'ds-cfg-salted-sha512-password-storage-scheme' SUP ds-cfg-password-storage-scheme STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.150 NAME 'ds-cfg-anonymous-sasl-mechanism-handler' SUP ds-cfg-sasl-mechanism-handler STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.151 NAME 'ds-cfg-blind-trust-manager-provider' SUP ds-cfg-trust-manager-provider STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.152 NAME 'ds-cfg-entry-dn-virtual-attribute' SUP ds-cfg-virtual-attribute STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.153 NAME 'ds-cfg-entry-uuid-virtual-attribute' SUP ds-cfg-virtual-attribute STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.154 NAME 'ds-cfg-has-subordinates-virtual-attribute' SUP ds-cfg-virtual-attribute STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.155 NAME 'ds-cfg-num-subordinates-virtual-attribute' SUP ds-cfg-virtual-attribute STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.156 NAME 'ds-cfg-is-member-of-virtual-attribute' SUP ds-cfg-virtual-attribute STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.157 NAME 'ds-cfg-subschema-subentry-virtual-attribute' SUP ds-cfg-virtual-attribute STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.158 NAME 'ds-cfg-config-file-handler-backend' SUP ds-cfg-backend STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.159 NAME 'ds-cfg-subject-equals-dn-certificate-mapper' SUP ds-cfg-certificate-mapper STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.160 NAME 'ds-cfg-crypto-manager' SUP top STRUCTURAL MAY ( cn $       ds-cfg-digest-algorithm $       ds-cfg-mac-algorithm $       ds-cfg-mac-key-length $       ds-cfg-cipher-transformation $       ds-cfg-cipher-key-length $       ds-cfg-key-wrapping-transformation $       ds-cfg-ssl-protocol $       ds-cfg-ssl-cipher-suite $       ds-cfg-ssl-cert-nickname $       ds-cfg-ssl-encryption ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.161 NAME 'ds-cfg-trust-store-backend' SUP ds-cfg-backend STRUCTURAL MAY ( ds-cfg-trust-store-type $       ds-cfg-trust-store-file $       ds-cfg-trust-store-pin $       ds-cfg-trust-store-pin-property $       ds-cfg-trust-store-pin-environment-variable $       ds-cfg-trust-store-pin-file ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.162 NAME 'ds-cfg-instance-key' SUP top STRUCTURAL MUST ( ds-cfg-key-id $        ds-cfg-public-key-certificate ) MAY ds-cfg-key-compromised-time X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.163 NAME 'ds-cfg-self-signed-cert-request' SUP top STRUCTURAL MUST ds-cfg-key-id X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.164 NAME 'ds-cfg-seven-bit-clean-plugin' SUP ds-cfg-plugin STRUCTURAL MUST ds-cfg-attribute-type MAY ds-cfg-base-dn X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.165 NAME 'ds-cfg-ldif-connection-handler' SUP ds-cfg-connection-handler STRUCTURAL MUST ( ds-cfg-ldif-directory $        ds-cfg-poll-interval ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.166 NAME 'ds-cfg-triple-des-password-storage-scheme' SUP ds-cfg-password-storage-scheme STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.167 NAME 'ds-cfg-aes-password-storage-scheme' SUP ds-cfg-password-storage-scheme STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.168 NAME 'ds-cfg-rc4-password-storage-scheme' SUP ds-cfg-password-storage-scheme STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.169 NAME 'ds-cfg-blowfish-password-storage-scheme' SUP ds-cfg-password-storage-scheme STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.170 NAME 'ds-cfg-entry-cache-monitor-provider' SUP ds-cfg-monitor-provider STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.171 NAME 'ds-cfg-memory-usage-monitor-provider' SUP ds-cfg-monitor-provider STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.172 NAME 'ds-cfg-ldif-backend' SUP ds-cfg-backend STRUCTURAL MUST ds-cfg-ldif-file MAY ds-cfg-is-private-backend X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.173 NAME 'ds-cfg-get-symmetric-key-extended-operation-handler' SUP ds-cfg-extended-operation-handler STRUCTURAL X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.174 NAME 'ds-cfg-cipher-key' SUP top STRUCTURAL MUST ( ds-cfg-key-id $ ds-cfg-cipher-transformation-name $ ds-cfg-key-length-bits $ ds-cfg-symmetric-key ) MAY ( ds-cfg-initialization-vector-length-bits $ ds-cfg-key-compromised-time ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.175 NAME 'ds-cfg-mac-key' SUP top STRUCTURAL MUST ( ds-cfg-key-id $ ds-cfg-mac-algorithm-name $ ds-cfg-key-length-bits $ ds-cfg-symmetric-key ) MAY ds-cfg-key-compromised-time X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.176 NAME 'ds-cfg-network-group' SUP top STRUCTURAL MUST ( ds-cfg-network-group-id $        ds-cfg-enabled $        ds-cfg-workflow ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.177 NAME 'ds-cfg-workflow' SUP top STRUCTURAL MUST ( ds-cfg-workflow-id $        ds-cfg-enabled $        ds-cfg-workflow-element $        ds-cfg-base-dn ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.178 NAME 'ds-cfg-workflow-element' SUP top STRUCTURAL MUST ( ds-cfg-workflow-element-id $        ds-cfg-enabled $        ds-cfg-java-class ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.179 NAME 'ds-cfg-local-backend-workflow-element' SUP ds-cfg-workflow-element STRUCTURAL MUST ( ds-cfg-backend ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.181 NAME 'ds-cfg-snmp-connection-handler' SUP ds-cfg-connection-handler STRUCTURAL MUST ( ds-cfg-listen-port $        ds-cfg-trap-port ) MAY ( ds-cfg-traps-destination $       ds-cfg-registered-mbean $       ds-cfg-community $       ds-cfg-allowed-manager $       ds-cfg-allowed-user $       ds-cfg-security-level $       ds-cfg-traps-community $       ds-cfg-security-agent-file $       ds-cfg-opendmk-jarfile ) X-ORIGIN 'OpenDS Directory Server' X-SCHEMA-FILE '02-config.ldif' )
+objectClasses: ( 2.16.840.1.113730.3.2.1 NAME 'changeLogEntry' SUP top STRUCTURAL MUST ( changeNumber $ targetDN $ changeType ) MAY ( changes $ newRDN $ deleteOldRDN $ newSuperior ) X-ORIGIN 'draft-good-ldap-changelog' X-SCHEMA-FILE '03-changelog.ldif' )
+objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.1 NAME 'javaContainer' DESC 'Container for a Java object' SUP top STRUCTURAL MUST ( cn ) X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
+objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.4 NAME 'javaObject' DESC 'Java object representation' SUP top ABSTRACT MUST ( javaClassName ) MAY ( javaClassNames $ javaCodebase $ javaDoc $ description ) X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
+objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.5 NAME 'javaSerializedObject' DESC 'Java serialized object' SUP javaObject AUXILIARY MUST ( javaSerializedData ) X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
+objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.8 NAME 'javaMarshalledObject' DESC 'Java marshalled object' SUP javaObject AUXILIARY MUST ( javaSerializedData ) X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
+objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.7 NAME 'javaNamingReference' DESC 'JNDI reference' SUP javaObject AUXILIARY MAY ( javaReferenceAddress $ javaFactory ) X-ORIGIN 'RFC 2713' X-SCHEMA-FILE '03-rfc2713.ldif' )
+objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.9 NAME 'corbaObject' DESC 'CORBA object representation' SUP top ABSTRACT MAY ( corbaRepositoryId $ description ) X-ORIGIN 'RFC 2714' X-SCHEMA-FILE '03-rfc2714.ldif' )
+objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.10 NAME 'corbaContainer' DESC 'Container for a CORBA object' SUP top STRUCTURAL MUST ( cn ) X-ORIGIN 'RFC 2714' X-SCHEMA-FILE '03-rfc2714.ldif' )
+objectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.11 NAME 'corbaObjectReference' DESC 'CORBA interoperable object reference' SUP corbaObject AUXILIARY MUST ( corbaIor ) X-ORIGIN 'RFC 2714' X-SCHEMA-FILE '03-rfc2714.ldif' )
+objectClasses: ( 1.2.840.113556.1.5.87 NAME 'calEntry' SUP top AUXILIARY MAY ( calCalURI $ calFBURL $ calOtherCalURIs $ calOtherFBURLs $ calCAPURI $ calOtherCAPURIs $ calCalAdrURI $ calOtherCalAdrURIs ) X-ORIGIN 'RFC 2739' X-SCHEMA-FILE '03-rfc2739.ldif' )
+objectClasses: ( 1.3.6.1.4.1.6252.2.27.6.2.1 NAME 'slpService' DESC 'parent superclass for SLP services' ABSTRACT SUP top MUST  ( template-major-version-number $ template-minor-version-number $ description $ template-url-syntax $ service-advert-service-type $ service-advert-scopes ) MAY ( service-advert-url-authenticator $ service-advert-attribute-authenticator ) X-ORIGIN 'RFC 2926' X-SCHEMA-FILE '03-rfc2926.ldif' )
+objectClasses: ( 1.3.6.1.4.1.4203.1.4.7 NAME 'authPasswordObject' DESC 'authentication password mix in class' MAY authPassword AUXILIARY X-ORIGIN 'RFC 3112' X-SCHEMA-FILE '03-rfc3112.ldif' )
+objectClasses: ( 1.3.18.0.2.6.254 NAME 'slpServicePrinter' DESC 'Service Location Protocol (SLP) information.' AUXILIARY SUP slpService X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+objectClasses: ( 1.3.18.0.2.6.258 NAME 'printerAbstract' DESC 'Printer related information.' ABSTRACT SUP top MAY ( printer-name $ printer-natural-language-configured $ printer-location $ printer-info $ printer-more-info $ printer-make-and-model $ printer-multiple-document-jobs-supported $ printer-charset-configured $ printer-charset-supported $ printer-generated-natural-language-supported $ printer-document-format-supported $ printer-color-supported $ printer-compression-supported $ printer-pages-per-minute $ printer-pages-per-minute-color $ printer-finishings-supported $ printer-number-up-supported $ printer-sides-supported $ printer-media-supported $ printer-media-local-supported $ printer-resolution-supported $ printer-print-quality-supported $ printer-job-priority-supported $ printer-copies-supported $ printer-job-k-octets-supported $ printer-current-operator $ printer-service-person $ printer-delivery-orientation-supported $ printer-stacking-order-supported $ printer-!
 output-features-supported ) X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+objectClasses: ( 1.3.18.0.2.6.255 NAME 'printerService' DESC 'Printer information.' STRUCTURAL SUP printerAbstract MAY ( printer-uri $ printer-xri-supported ) X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+objectClasses: ( 1.3.18.0.2.6.257 NAME 'printerServiceAuxClass' DESC 'Printer information.' AUXILIARY SUP printerAbstract MAY ( printer-uri $ printer-xri-supported ) X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+objectClasses: ( 1.3.18.0.2.6.256 NAME 'printerIPP' DESC 'Internet Printing Protocol (IPP) information.' AUXILIARY SUP top MAY ( printer-ipp-versions-supported $ printer-multiple-document-jobs-supported ) X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+objectClasses: ( 1.3.18.0.2.6.253 NAME 'printerLPR' DESC 'LPR information.' AUXILIARY SUP top MUST ( printer-name ) MAY ( printer-aliases ) X-ORIGIN 'RFC 3712' X-SCHEMA-FILE '03-rfc3712.ldif' )
+objectClasses: ( 1.3.6.1.1.10.6.1 NAME 'uddiBusinessEntity' SUP top STRUCTURAL MUST ( uddiBusinessKey $  uddiName ) MAY ( uddiAuthorizedName $ uddiOperator $ uddiDiscoveryURLs $ uddiDescription $ uddiIdentifierBag $ uddiCategoryBag $uddiv3BusinessKey $ uddiv3DigitalSignature $ uddiv3EntityModificationTime $ uddiv3NodeId ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+objectClasses: ( 1.3.6.1.1.10.6.2 NAME 'uddiContact' SUP top STRUCTURAL MUST ( uddiPersonName $ uddiUUID ) MAY ( uddiUseType $ uddiDescription $ uddiPhone $ uddiEMail ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+objectClasses: ( 1.3.6.1.1.10.6.3 NAME 'uddiAddress' SUP top STRUCTURAL MUST ( uddiUUID ) MAY ( uddiUseType $ uddiSortCode $ uddiTModelKey $ uddiv3TmodelKey $  uddiAddressLine $ uddiLang ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+objectClasses: ( 1.3.6.1.1.10.6.4 NAME 'uddiBusinessService' SUP top STRUCTURAL MUST ( uddiServiceKey ) MAY ( uddiName $ uddiBusinessKey $ uddiDescription $ uddiCategoryBag $ uddiIsProjection $ uddiv3ServiceKey $ uddiv3BusinessKey $ uddiv3DigitalSignature $ uddiv3EntityCreationTime $ uddiv3EntityModificationTime $ uddiv3NodeId ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+objectClasses: ( 1.3.6.1.1.10.6.5 NAME 'uddiBindingTemplate' SUP top STRUCTURAL MUST ( uddiBindingKey ) MAY ( uddiServiceKey $ uddiDescription $ uddiAccessPoint $ uddiHostingRedirector $ uddiCategoryBag $ uddiv3BindingKey $ uddiv3ServiceKey $ uddiv3DigitalSignature $ uddiv3EntityCreationTime $ uddiv3NodeId ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+objectClasses: ( 1.3.6.1.1.10.6.6 NAME 'uddiTModelInstanceInfo' SUP top STRUCTURAL MUST ( uddiTModelKey ) MAY ( uddiDescription $ uddiInstanceDescription $ uddiInstanceParms $ uddiOverviewDescription $ uddiOverviewURL $ uddiv3TmodelKey ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+objectClasses: ( 1.3.6.1.1.10.6.7 NAME 'uddiTModel' SUP top STRUCTURAL MUST ( uddiTModelKey $ uddiName ) MAY ( uddiAuthorizedName $ uddiOperator $ uddiDescription $ uddiOverviewDescription $ uddiOverviewURL $ uddiIdentifierBag $ uddiCategoryBag $ uddiIsHidden $ uddiv3TModelKey $ uddiv3DigitalSignature $ uddiv3NodeId ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+objectClasses: ( 1.3.6.1.1.10.6.8 NAME 'uddiPublisherAssertion' SUP top STRUCTURAL MUST ( uddiFromKey $ uddiToKey $ uddiKeyedReference $ uddiUUID ) MAY ( uddiv3DigitalSignature $ uddiv3NodeId ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+objectClasses: ( 1.3.6.1.1.10.6.9 NAME 'uddiv3Subscription' SUP top STRUCTURAL MUST ( uddiv3SubscriptionFilter $ uddiUUID ) MAY ( uddiAuthorizedName $ uddiv3SubscriptionKey $ uddiv3BindingKey $ uddiv3NotificationInterval $ uddiv3MaxEntities $ uddiv3ExpiresAfter $ uddiv3BriefResponse $ uddiv3NodeId ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+objectClasses: ( 1.3.6.1.1.10.6.10 NAME 'uddiv3EntityObituary' SUP top STRUCTURAL MUST ( uddiv3EntityKey $ uddiUUID ) MAY (  uddiAuthorizedName $ uddiv3EntityCreationTime $ uddiv3EntityDeletionTime $ uddiv3NodeId ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+objectClasses: ( 1.3.6.1.1.1.2.0 NAME 'posixAccount' SUP top AUXILIARY DESC 'Abstraction of an account with POSIX attributes' MUST ( cn $ uid $ uidNumber $ gidNumber $ homeDirectory ) MAY ( authPassword $ userPassword $ loginShell $ gecos $ description ) X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+objectClasses: ( 1.3.6.1.1.1.2.1 NAME 'shadowAccount' SUP top AUXILIARY DESC 'Additional attributes for shadow passwords' MUST uid MAY ( authPassword $ userPassword $ description $ shadowLastChange $ shadowMin $ shadowMax $ shadowWarning $ shadowInactive $ shadowExpire $ shadowFlag ) X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+objectClasses: ( 1.3.6.1.1.1.2.2 NAME 'posixGroup' SUP top AUXILIARY DESC 'Abstraction of a group of accounts' MUST gidNumber MAY ( authPassword $ userPassword $ memberUid $ description ) X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+objectClasses: ( 1.3.6.1.1.1.2.3 NAME 'ipService' SUP top STRUCTURAL DESC 'Abstraction an Internet Protocol service.  Maps an IP port and protocol (such as tcp or udp) to one or more names; the distinguished value of the cn attribute denotes the canonical name of the service' MUST ( cn $ ipServicePort $ ipServiceProtocol ) MAY description X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+objectClasses: ( 1.3.6.1.1.1.2.4 NAME 'ipProtocol' SUP top STRUCTURAL DESC 'Abstraction of an IP protocol. Maps a protocol number to one or more names. The distinguished value of the cn attribute denotes the canonical name of the protocol' MUST ( cn $ ipProtocolNumber ) MAY description X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+objectClasses: ( 1.3.6.1.1.1.2.5 NAME 'oncRpc' SUP top STRUCTURAL DESC 'Abstraction of an Open Network Computing (ONC) [RFC1057] Remote Procedure Call (RPC) binding.  This class maps an ONC RPC number to a name. The distinguished value of the cn attribute denotes the canonical name of the RPC service' MUST ( cn $ oncRpcNumber ) MAY description X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+objectClasses: ( 1.3.6.1.1.1.2.6 NAME 'ipHost' SUP top AUXILIARY DESC 'Abstraction of a host, an IP device. The distinguished value of the cn attribute denotes the canonical name of the host. Device SHOULD be used as a structural class' MUST ( cn $ ipHostNumber ) MAY ( authPassword $ userPassword $ l $ description $ manager ) X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+objectClasses: ( 1.3.6.1.1.1.2.7 NAME 'ipNetwork' SUP top STRUCTURAL DESC 'Abstraction of a network. The distinguished value of the cn attribute denotes the canonical name of the network' MUST ipNetworkNumber MAY ( cn $ ipNetmaskNumber $ l $ description $ manager ) X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+objectClasses: ( 1.3.6.1.1.1.2.8 NAME 'nisNetgroup' SUP top STRUCTURAL DESC 'Abstraction of a netgroup. May refer to other netgroups' MUST cn MAY ( nisNetgroupTriple $ memberNisNetgroup $ description ) X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+objectClasses: ( 1.3.6.1.1.1.2.9 NAME 'nisMap' SUP top STRUCTURAL DESC 'A generic abstraction of a NIS map' MUST nisMapName MAY description X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+objectClasses: ( 1.3.6.1.1.1.2.10 NAME 'nisObject' SUP top STRUCTURAL DESC 'An entry in a NIS map' MUST ( cn $ nisMapEntry $ nisMapName ) MAY description X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+objectClasses: ( 1.3.6.1.1.1.2.11 NAME 'ieee802Device' SUP top AUXILIARY DESC 'A device with a MAC address; device SHOULD be used as a structural class' MAY macAddress X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+objectClasses: ( 1.3.6.1.1.1.2.12 NAME 'bootableDevice' SUP top AUXILIARY DESC 'A device with boot parameters; device SHOULD be used as a structural class' MAY ( bootFile $ bootParameter ) X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+objectClasses: ( 1.3.6.1.1.1.2.14 NAME 'nisKeyObject' SUP top AUXILIARY DESC 'An object with a public and secret key' MUST ( cn $ nisPublicKey $ nisSecretKey ) MAY ( uidNumber $ description ) X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+objectClasses: ( 1.3.6.1.1.1.2.15 NAME 'nisDomainObject' SUP top AUXILIARY DESC 'Associates a NIS domain with a naming context' MUST nisDomain X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+objectClasses: ( 1.3.6.1.1.1.2.16 NAME 'automountMap' SUP top STRUCTURAL MUST ( automountMapName ) MAY description X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+objectClasses: ( 1.3.6.1.1.1.2.17 NAME 'automount' SUP top STRUCTURAL DESC 'Automount information' MUST ( automountKey $ automountInformation ) MAY description X-ORIGIN 'draft-howard-rfc2307bis' X-SCHEMA-FILE '04-rfc2307bis.ldif' )
+nameForms: ( 1.3.6.1.1.10.15.1 NAME 'uddiBusinessEntityNameForm' OC uddiBusinessEntity MUST ( uddiBusinessKey ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+nameForms: ( 1.3.6.1.1.10.15.2 NAME 'uddiContactNameForm' OC uddiContact MUST ( uddiUUID ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+nameForms: ( 1.3.6.1.1.10.15.3 NAME 'uddiAddressNameForm' OC uddiAddress MUST ( uddiUUID ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+nameForms: ( 1.3.6.1.1.10.15.4  NAME 'uddiBusinessServiceNameForm' OC uddiBusinessService MUST ( uddiServiceKey ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+nameForms: ( 1.3.6.1.1.10.15.5 NAME 'uddiBindingTemplateNameForm' OC uddiBindingTemplate MUST ( uddiBindingKey ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+nameForms: ( 1.3.6.1.1.10.15.6 NAME 'uddiTModelInstanceInfoNameForm' OC uddiTModelInstanceInfo MUST ( uddiTModelKey ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+nameForms: ( 1.3.6.1.1.10.15.7 NAME 'uddiTModelNameForm' OC uddiTModel MUST ( uddiTModelKey ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+nameForms: ( 1.3.6.1.1.10.15.8 NAME 'uddiPublisherAssertionNameForm' OC uddiPublisherAssertion MUST ( uddiUUID ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+nameForms: ( 1.3.6.1.1.10.15.9 NAME 'uddiv3SubscriptionNameForm' OC uddiv3Subscription MUST ( uddiUUID ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+nameForms: ( 1.3.6.1.1.10.15.10 NAME 'uddiv3EntityObituaryNameForm' OC uddiv3EntityObituary MUST ( uddiUUID ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+dITStructureRules: ( 1 NAME 'uddiBusinessEntityStructureRule' FORM uddiBusinessEntityNameForm X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+dITStructureRules: ( 2 NAME 'uddiContactStructureRule' FORM uddiContactNameForm SUP ( 1 ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+dITStructureRules: ( 3 NAME 'uddiAddressStructureRule' FORM uddiAddressNameForm SUP ( 2 ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+dITStructureRules: ( 4 NAME 'uddiBusinessServiceStructureRule' FORM uddiBusinessServiceNameForm SUP ( 1 ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+dITStructureRules: ( 5 NAME 'uddiBindingTemplateStructureRule' FORM uddiBindingTemplateNameForm SUP ( 4 ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+dITStructureRules: ( 6 NAME 'uddiTModelInstanceInfoStructureRule' FORM uddiTModelInstanceInfoNameForm SUP ( 5 ) X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+dITStructureRules: ( 7 NAME 'uddiTModelStructureRule' FORM uddiTModelNameForm X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+dITStructureRules: ( 8 NAME 'uddiPublisherAssertionStructureRule' FORM uddiPublisherAssertionNameForm X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+dITStructureRules: ( 9 NAME 'uddiv3SubscriptionStructureRule' FORM uddiv3SubscriptionNameForm X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )
+dITStructureRules: ( 10 NAME 'uddiv3EntityObituaryStructureRule' FORM uddiv3EntityObituaryNameForm X-ORIGIN 'RFC 4403' X-SCHEMA-FILE '03-uddiv3.ldif' )




More information about the jboss-cvs-commits mailing list