[jboss-cvs] JBossAS SVN: r65132 - in projects/security/security-jboss-sx/trunk: src/tests/org/jboss/test/security and 7 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 5 20:49:07 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-09-05 20:49:07 -0400 (Wed, 05 Sep 2007)
New Revision: 65132

Added:
   projects/security/security-jboss-sx/trunk/src/tests/org/jboss/test/security/ldap/
   projects/security/security-jboss-sx/trunk/src/tests/org/jboss/test/security/ldap/OpenDSUnitTestCase.java
   projects/security/security-jboss-sx/trunk/src/tests/org/jboss/test/security/ldap/OpenDSUtil.java
   projects/security/security-jboss-sx/trunk/src/tests/resources/jndi.properties
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/archived-configs/
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/config.ldif
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/00-core.ldif
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/01-pwpolicy.ldif
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/02-config.ldif
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-changelog.ldif
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc2713.ldif
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc2714.ldif
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc2739.ldif
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc2926.ldif
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc3112.ldif
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc3712.ldif
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-uddiv3.ldif
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/04-rfc2307bis.ldif
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/tasks.ldif
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/upgrade/
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/upgrade/config.ldif.2794
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/upgrade/schema.ldif.2794
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/db/
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/jboss/
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/jboss/example1.ldif
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/locks/
   projects/security/security-jboss-sx/trunk/src/tests/resources/opends/logs/
Modified:
   projects/security/security-jboss-sx/trunk/.classpath
   projects/security/security-jboss-sx/trunk/pom.xml
Log:
update opends related stuff

Modified: projects/security/security-jboss-sx/trunk/.classpath
===================================================================
--- projects/security/security-jboss-sx/trunk/.classpath	2007-09-06 00:44:05 UTC (rev 65131)
+++ projects/security/security-jboss-sx/trunk/.classpath	2007-09-06 00:49:07 UTC (rev 65132)
@@ -22,5 +22,8 @@
 	<classpathentry kind="var" path="M2_REPO/javassist/javassist/3.4.GA/javassist-3.4.GA.jar"/>
 	<classpathentry kind="var" path="M2_REPO/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar"/>
 	<classpathentry kind="var" path="M2_REPO/apache-xerces/xercesImpl/2.7.1/xercesImpl-2.7.1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/sun-opends/opends-core/1.0.0-BUILD04/opends-core-1.0.0-BUILD04.jar"/>
+	<classpathentry kind="var" path="M2_REPO/sleepycat/je/3.2.43/je-3.2.43.jar"/>
+	<classpathentry kind="var" path="M2_REPO/jboss/jnpserver/5.0.0-SNAPSHOT/jnpserver-5.0.0-SNAPSHOT.jar"/>
 	<classpathentry kind="output" path="output/classes"/>
 </classpath>

Modified: projects/security/security-jboss-sx/trunk/pom.xml
===================================================================
--- projects/security/security-jboss-sx/trunk/pom.xml	2007-09-06 00:44:05 UTC (rev 65131)
+++ projects/security/security-jboss-sx/trunk/pom.xml	2007-09-06 00:49:07 UTC (rev 65132)
@@ -273,9 +273,27 @@
       </dependency> 
       <dependency>
          <groupId>jboss</groupId>
+         <artifactId>jnpserver</artifactId>
+         <version>5.0.0-SNAPSHOT</version>
+         <scope>test</scope>
+      </dependency>    
+      <dependency>
+         <groupId>jboss</groupId>
          <artifactId>jboss-test</artifactId>
          <version>1.0.3.GA</version>
          <scope>test</scope>
       </dependency>    
+      <dependency>
+         <groupId>sun-opends</groupId>
+         <artifactId>opends-core</artifactId>
+         <version>1.0.0-BUILD04</version>
+         <scope>test</scope>
+      </dependency>    
+      <dependency>
+         <groupId>sleepycat</groupId>
+         <artifactId>je</artifactId>
+         <version>3.2.43</version>
+         <scope>test</scope>
+      </dependency>    
    </dependencies>
 </project>

Added: projects/security/security-jboss-sx/trunk/src/tests/org/jboss/test/security/ldap/OpenDSUnitTestCase.java
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/org/jboss/test/security/ldap/OpenDSUnitTestCase.java	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/org/jboss/test/security/ldap/OpenDSUnitTestCase.java	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,148 @@
+/*
+  * JBoss, Home of Professional Open Source
+  * Copyright 2007, JBoss Inc., and individual contributors as indicated
+  * by the @authors tag. See the copyright.txt 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 java.net.URL;
+import java.util.Hashtable;
+
+import javax.naming.Context;
+import javax.naming.NamingEnumeration;
+import javax.naming.directory.DirContext;
+import javax.naming.directory.InitialDirContext;
+
+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;
+
+//$Id$
+
+/**
+ *  Test Basic OpenDS functionality
+ *  @author Anil.Saldhana at redhat.com
+ *  @since  Aug 23, 2007 
+ *  @version $Revision$
+ */
+public class OpenDSUnitTestCase extends JBossTestCase
+{   
+   private String serverHost;
+   private String port = "1389";
+   private String adminDN = "cn=Directory Manager";
+   private String adminPW = "password";
+   private String dn = "dc=jboss,dc=org";
+   private OpenDSUtil util = new OpenDSUtil();
+
+   String baseDir = System.getProperty("user.dir");
+   String fs = System.getProperty("file.separator");
+   String openDSDir = fs + "src" + fs + "tests" + fs + "resources" + fs + "opends" ; 
+   
+   public OpenDSUnitTestCase(String name)
+   {
+      super(name); 
+   }
+
+   @Override
+   protected void setUp() throws Exception
+   { 
+      super.setUp();
+      serverHost = getServerHost();     
+      System.setProperty("org.opends.server.ServerRoot", baseDir + openDSDir);
+      EmbeddedUtils.startServer(new DirectoryEnvironmentConfig());
+   }
+   
+   @Override
+   protected void tearDown() throws Exception
+   {
+      super.tearDown();
+      assertTrue("DS is running",EmbeddedUtils.isRunning());
+      shutdown();
+      assertFalse("DS is not running",EmbeddedUtils.isRunning());
+   } 
+
+   public void testOpenDS() throws Exception
+   {  
+      DirContext dc = null;
+      NamingEnumeration 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());
+         SearchControls sc = new SearchControls();
+         sc.setSearchScope(SearchControls.SUBTREE_SCOPE);
+         ne = dc.search(dn, "(objectclass=*)", sc);
+         while (ne.hasMore()) 
+         { 
+            SearchResult sr = (SearchResult) 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));*/
+      }
+      finally
+      {
+         if(ne != null)
+            ne.close();
+         if(dc != null)
+           dc.close(); 
+      } 
+   } 
+   
+   private void shutdown()
+   {
+      //Check if the server is running
+      if(EmbeddedUtils.isRunning())
+         EmbeddedUtils.stopServer(getClass().getName(),  Message.EMPTY); 
+   }
+   
+   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");
+      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;
+   } 
+}

Added: projects/security/security-jboss-sx/trunk/src/tests/org/jboss/test/security/ldap/OpenDSUtil.java
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/org/jboss/test/security/ldap/OpenDSUtil.java	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/org/jboss/test/security/ldap/OpenDSUtil.java	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,155 @@
+/*
+ * JBoss, the OpenSource J2EE webOS
+ *
+ * Distributable under LGPL license.
+ * See terms of license at gnu.org.
+ */ 
+package org.jboss.test.security.ldap;
+
+import java.io.File;
+import java.net.URL;
+import java.util.StringTokenizer;
+
+import org.jboss.logging.Logger;
+import org.opends.server.tools.LDAPCompare;
+import org.opends.server.tools.LDAPDelete;
+import org.opends.server.tools.LDAPModify;
+import org.opends.server.tools.LDAPSearch;
+
+/**
+ *  Utility class that deals with the integrated ldap (OpenDS)
+ *  @author <a href="mailto:Anil.Saldhana at jboss.org">Anil Saldhana</a>
+ *  @version $Revision$
+ *  @since  Sep 15, 2006
+ */
+public class OpenDSUtil
+{
+   private static final Logger log = Logger.getLogger(OpenDSUtil.class);
+   
+   public OpenDSUtil()
+   {  
+   }
+   
+   /**
+    * Add a LDIF file into the Directory Server
+    * @param serverHost Server Host (Use getServerHost() of JBossTestxxx)
+    * @param port Port for the DS
+    * @param admin admin dn ("cn=Directory Manager")
+    * @param adminpwd (password)
+    * @param ldifURL (use getDeployURL of JBossTestxxx)
+    * @return whether the add was success
+    */
+   public boolean addLDIF(String serverHost, String port, String admin,
+         String adminpwd, URL ldifURL)
+   {
+      File ldifFile = new File(ldifURL.getPath());
+      if(!ldifFile.exists())
+         throw new IllegalArgumentException("LDIF file:"+ ldifURL + " does not exist");
+      String[] cmd = new String[] {"-h", serverHost, "-p",
+            port, "-D", admin,
+            "-w", adminpwd, "-a", "-f",ldifFile.getPath()};
+      log.debug("addLDIF:" + print(cmd));
+      return LDAPModify.mainModify(cmd) == 0;
+   }
+   
+   /**
+    * Delete a DN in the Directory Server
+   * @param serverHost Server Host (Use getServerHost() of JBossTestxxx)
+    * @param port Port for the DS
+    * @param admin admin dn ("cn=Directory Manager")
+    * @param adminpwd (password)
+    * @param dnToDelete DN to delete (Eg: dc=jboss,dc=org)
+    * @param recursive should children also go?
+    * @return whether the delete op was success
+    */
+   public boolean deleteDN(String serverHost, String port, String admin,
+         String adminpwd, String dnToDelete, boolean recursive)
+   { 
+      String rec = recursive ? "-x" : " ";
+      
+      String[] cmd = new String[] {"-h", serverHost, "-p",
+            port, "-D", admin,
+            "-w", adminpwd, rec,dnToDelete};
+      log.debug("deleteDN:" + print(cmd)); 
+      return LDAPDelete.mainDelete(cmd) == 0;
+   }
+   
+   /**
+    * Check whether a DN exists. Typically before you do a ldap delete
+    * @param serverHost
+    * @param port
+    * @param dn
+    * @return whether the DN exists?
+    */
+   public boolean existsDN(String serverHost, String port, String dn)
+   {   
+      String[] cmd = new String[] {"-h", serverHost, "-p",
+            port, "-b", dn ,"-s", "sub", "objectclass=*"};
+      log.debug("existsDN:" + print(cmd)); 
+      return LDAPSearch.mainSearch(cmd) == 0;
+   }
+   
+   /**
+    * Issue a ldapCompare in the standard ldapCompare cmd line syntax
+    * (Eg: "-h localhost -p 1389 -D "cn=..." -w password -a -f ldif.txt)
+    * @param cmdline
+    * @return whether ldapCompare was success
+    */
+   public boolean ldapCompare(String cmdline)
+   {
+      String[] strArr = getStringArr(cmdline);
+      log.debug("ldapCompare:"+print(strArr));
+      return LDAPCompare.mainCompare(strArr) == 0;
+   }
+   
+   /**
+    * Issue a ldapdelete in the standard ldapdelete cmd line syntax
+    * (Eg: "-h localhost -p 1389 -D "cn=..." -w password -a -f ldif.txt)
+    * @param cmdline
+    * @return whether ldapmodify was success
+    */
+   public boolean ldapDelete(String cmdline)
+   {
+      String[] strArr = getStringArr(cmdline);
+      log.debug("ldapDelete:"+print(strArr));
+      return LDAPDelete.mainDelete(strArr) == 0;
+   }
+   
+   /**
+    * Issue a ldapmodify in the standard ldapmodify cmd line syntax
+    * (Eg: "-h localhost -p 1389 -D "cn=..." -w password -a -f ldif.txt)
+    * @param cmdline
+    * @return whether ldapmodify was success
+    */
+   public boolean ldapModify(String cmdline)
+   {
+      String[] strArr = getStringArr(cmdline);
+      log.debug("ldapModify:"+print(strArr));
+      return LDAPModify.mainModify(strArr) == 0;
+   }
+  
+   //***************************************************************
+   //   PRIVATE METHODS
+   //***************************************************************
+   private String[] getStringArr(String str)
+   {
+      StringTokenizer st = new StringTokenizer(str);
+      int num = st.countTokens();
+      String[] strarr = new String[num];
+      int i = 0;
+      while(st.hasMoreTokens())
+      {
+         strarr[i++] = st.nextToken();
+      }
+      return strarr;
+   } 
+   
+   private String print(String[] arr)
+   {
+      StringBuilder sb = new StringBuilder();
+      int len = arr != null ? arr.length : 0;
+      for(int i=0; i < len; i++)
+         sb.append(arr[i]);
+      return sb.toString();
+   }
+}

Added: projects/security/security-jboss-sx/trunk/src/tests/resources/jndi.properties
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/resources/jndi.properties	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/resources/jndi.properties	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,3 @@
+java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
+java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
+java.naming.provider.url=jnp://localhost:1099

Added: projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/config.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/config.ldif	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/config.ldif	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,1971 @@
+# 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=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
+
+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: 1389
+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/src/tests/resources/opends/config/schema/00-core.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/00-core.ldif	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/00-core.ldif	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,616 @@
+# 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 a core set of attribute type and objectlass definitions
+# from several standard LDAP documents (primarily RFCs and IETF Internet
+# Drafts).  The X-ORIGIN component of each name should provide the
+# specification in which that attribute type or objectclass is defined.
+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' )
+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' )
+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' )
+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' )
+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' )
+attributeTypes: ( 2.5.4.3 NAME ( 'cn' 'commonName' ) SUP name
+  X-ORIGIN 'RFC 4519' )
+attributeTypes: ( 2.5.4.4 NAME ( 'sn' 'surname' ) SUP name
+  X-ORIGIN 'RFC 4519' )
+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' )
+attributeTypes: ( 2.5.4.6 NAME ( 'c' 'countryName' ) SUP name SINGLE-VALUE
+  X-ORIGIN 'RFC 4519' )
+attributeTypes: ( 2.5.4.7 NAME ( 'l' 'localityName' ) SUP name
+  X-ORIGIN 'RFC 4519' )
+attributeTypes: ( 2.5.4.8 NAME ( 'st' 'stateOrProvinceName' ) SUP name
+  X-ORIGIN 'RFC 4519' )
+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' )
+attributeTypes: ( 2.5.4.10 NAME ( 'o' 'organizationName' ) SUP name
+  X-ORIGIN 'RFC 4519' )
+attributeTypes: ( 2.5.4.11 NAME ( 'ou' 'organizationalUnitName' ) SUP name
+  X-ORIGIN 'RFC 4519' )
+attributeTypes: ( 2.5.4.12 NAME 'title' SUP name X-ORIGIN 'RFC 4519' )
+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' )
+attributeTypes: ( 2.5.4.14 NAME 'searchGuide'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.25 X-ORIGIN 'RFC 4519' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+attributeTypes: ( 2.5.4.21 NAME 'telexNumber'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.52 X-ORIGIN 'RFC 4519' )
+attributeTypes: ( 2.5.4.22 NAME 'teletexTerminalIdentifier'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.51 X-ORIGIN 'RFC 4519' )
+attributeTypes: ( 2.5.4.23 NAME 'facsimileTelephoneNumber'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.22 X-ORIGIN 'RFC 4519' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+attributeTypes: ( 2.5.4.31 NAME 'member' SUP distinguishedName
+  X-ORIGIN 'RFC 4519' )
+attributeTypes: ( 2.5.4.32 NAME 'owner' SUP distinguishedName
+  X-ORIGIN 'RFC 4519' )
+attributeTypes: ( 2.5.4.33 NAME 'roleOccupant' SUP distinguishedName
+  X-ORIGIN 'RFC 4519' )
+attributeTypes: ( 2.5.4.34 NAME 'seeAlso' SUP distinguishedName
+  X-ORIGIN 'RFC 4519' )
+attributeTypes: ( 2.5.4.35 NAME 'userPassword'
+  SYNTAX 1.3.6.1.4.1.26027.1.3.1 X-ORIGIN 'RFC 4519' )
+attributeTypes: ( 2.5.4.36 NAME 'userCertificate'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 X-ORIGIN 'RFC 4523' )
+attributeTypes: ( 2.5.4.37 NAME 'cACertificate'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 X-ORIGIN 'RFC 4523' )
+attributeTypes: ( 2.5.4.38 NAME 'authorityRevocationList'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 X-ORIGIN 'RFC 4523' )
+attributeTypes: ( 2.5.4.39 NAME 'certificateRevocationList'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 X-ORIGIN 'RFC 4523' )
+attributeTypes: ( 2.5.4.40 NAME 'crossCertificatePair'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.10 X-ORIGIN 'RFC 4523' )
+attributeTypes: ( 2.5.4.42 NAME 'givenName' SUP name X-ORIGIN 'RFC 4519' )
+attributeTypes: ( 2.5.4.43 NAME 'initials' SUP name X-ORIGIN 'RFC 4519' )
+attributeTypes: ( 2.5.4.44 NAME 'generationQualifier' SUP name
+  X-ORIGIN 'RFC 4519' )
+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' )
+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' )
+attributeTypes: ( 2.5.4.47 NAME 'enhancedSearchGuide'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.21 X-ORIGIN 'RFC 4519' )
+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' )
+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' )
+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' )
+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' )
+attributeTypes: ( 2.5.4.52 NAME 'supportedAlgorithms'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.49 X-ORIGIN 'RFC 4523' )
+attributeTypes: ( 2.5.4.53 NAME 'deltaRevocationList'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 X-ORIGIN 'RFC 4523' )
+attributeTypes: ( 2.5.4.54 NAME 'dmdName' SUP name X-ORIGIN 'RFC 2256' )
+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' )
+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' )
+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' )
+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.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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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
+  X-ORIGIN 'RFC 4512' )
+objectClasses: ( 2.5.6.2 NAME 'country' SUP top STRUCTURAL MUST c
+  MAY ( searchGuide $ description ) X-ORIGIN 'RFC 4519' )
+objectClasses: ( 2.5.6.3 NAME 'locality' SUP top STRUCTURAL
+  MAY ( street $ seeAlso $ searchGuide $ st $ l $ description )
+  X-ORIGIN 'RFC 4519' )
+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' )
+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' )
+objectClasses: ( 2.5.6.6 NAME 'person' SUP top STRUCTURAL MUST ( sn $ cn )
+  MAY ( userPassword $ telephoneNumber $ seeAlso $ description )
+  X-ORIGIN 'RFC 4519' )
+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' )
+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' )
+objectClasses: ( 2.5.6.9 NAME 'groupOfNames' SUP top STRUCTURAL
+  MUST cn MAY ( member $ businessCategory $ seeAlso $ owner $ ou $ o $
+  description ) X-ORIGIN 'RFC 4519' )
+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' )
+objectClasses: ( 2.5.6.11 NAME 'applicationProcess' SUP top STRUCTURAL MUST cn
+  MAY ( seeAlso $ ou $ l $ description ) X-ORIGIN 'RFC 4519' )
+objectClasses: ( 2.5.6.12 NAME 'applicationEntity' SUP top STRUCTURAL
+  MUST ( presentationAddress $ cn ) MAY ( supportedApplicationContext $
+  seeAlso $ ou $ o $ l $ description ) X-ORIGIN 'RFC 2256' )
+objectClasses: ( 2.5.6.13 NAME 'dSA' SUP applicationEntity STRUCTURAL
+  MAY knowledgeInformation X-ORIGIN 'RFC 2256' )
+objectClasses: ( 2.5.6.14 NAME 'device' SUP top STRUCTURAL MUST cn
+  MAY ( serialNumber $ seeAlso $ owner $ ou $ o $ l $ description )
+  X-ORIGIN 'RFC 4519' )
+objectClasses: ( 2.5.6.15 NAME 'strongAuthenticationUser' SUP top AUXILIARY
+  MUST userCertificate X-ORIGIN 'RFC 4523' )
+objectClasses: ( 2.5.6.16 NAME 'certificationAuthority' SUP top AUXILIARY
+  MUST ( authorityRevocationList $ certificateRevocationList $ caCertificate )
+  MAY crossCertificatePair X-ORIGIN 'RFC 4523' )
+objectClasses: ( 2.5.6.16.2 NAME 'certificationAuthority-V2'
+  SUP certificationAuthority AUXILIARY MAY deltaRevocationList
+  X-ORIGIN 'RFC 4523' )
+objectClasses: ( 2.5.6.17 NAME 'groupOfUniqueNames' SUP top STRUCTURAL
+  MUST cn MAY ( uniqueMember $ businessCategory $ seeAlso $ owner $ ou $ o $
+  description ) X-ORIGIN 'RFC 4519' )
+objectClasses: ( 2.5.6.18 NAME 'userSecurityInformation' SUP top AUXILIARY
+  MAY ( supportedAlgorithms ) X-ORIGIN 'RFC 4523' )
+objectClasses: ( 2.5.6.19 NAME 'cRLDistributionPoint' SUP top STRUCTURAL
+  MUST cn MAY ( certificateRevocationList $ authorityRevocationList $
+  deltaRevocationList ) X-ORIGIN 'RFC 4523' )
+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' )
+objectClasses: ( 1.3.6.1.4.1.1466.101.120.111 NAME 'extensibleObject' SUP top
+  AUXILIARY X-ORIGIN 'RFC 4512' )
+objectClasses: ( 2.5.20.1 NAME 'subschema' AUXILIARY MAY ( dITStructureRules $
+  nameForms $ ditContentRules $ objectClasses $ attributeTypes $ matchingRules $
+  matchingRuleUse ) X-ORIGIN 'RFC 4512' )
+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' )
+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' )
+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' )
+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' )
+objectClasses: ( 0.9.2342.19200300.100.4.17 NAME 'domainRelatedObject' SUP top
+  AUXILIARY MUST associatedDomain X-ORIGIN 'RFC 4524' )
+objectClasses: ( 0.9.2342.19200300.100.4.18 NAME 'friendlyCountry' SUP country
+  STRUCTURAL MUST co X-ORIGIN 'RFC 4524' )
+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' )
+objectClasses: ( 0.9.2342.19200300.100.4.7 NAME 'room' SUP top STRUCTURAL
+  MUST cn MAY ( roomNumber $ description $ seeAlso $ telephoneNumber )
+  X-ORIGIN 'RFC 4524' )
+objectClasses: ( 0.9.2342.19200300.100.4.19 NAME 'simpleSecurityObject' SUP top
+  AUXILIARY MUST userPassword X-ORIGIN 'RFC 4524' )
+objectClasses: ( 1.3.6.1.4.1.1466.344 NAME 'dcObject' SUP top AUXILIARY MUST dc
+  X-ORIGIN 'RFC 4519' )
+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' )
+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' )
+objectClasses: ( 1.3.6.1.4.1.5322.13.1.1 NAME 'namedObject' SUP top STRUCTURAL
+  MAY cn X-ORIGIN 'draft-howard-namedobject' )
+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' )
+objectClasses: ( 1.3.6.1.1.3.1 NAME 'uidObject' SUP top AUXILIARY MUST uid
+  X-ORIGIN 'RFC 4519' )
+objectClasses: ( 2.16.840.1.113730.3.2.6 NAME 'referral'
+  DESC 'named subordinate reference object' STRUCTURAL MUST ref
+  X-ORIGIN 'RFC 3296' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+objectClasses: ( 0.9.2342.19200300.100.4.15 NAME 'dNSDomain' SUP domain
+  MAY ( ARecord $ MDRecord $ MXRecord $ NSRecord $ SOARecord $ CNAMERecord )
+  X-ORIGIN 'RFC 1274' )
+objectClasses: ( 0.9.2342.19200300.100.4.21 NAME 'pilotDSA' SUP dSA
+  MUST dSAQuality X-ORIGIN 'RFC 1274' )
+objectClasses: ( 0.9.2342.19200300.100.4.22 NAME 'qualityLabelledData' SUP top
+  MUST dSAQuality MAY ( subtreeMinimumQuality $ subtreeMaximumQuality )
+  X-ORIGIN 'RFC 1274' )
+

Added: projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/01-pwpolicy.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/01-pwpolicy.ldif	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/01-pwpolicy.ldif	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,118 @@
+# 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 schema definitions from draft-behera-ldap-password-policy,
+# which defines a mechanism for storing password policy information in an LDAP
+# directory server.
+dn: cn=schema
+objectClass: top
+objectClass: ldapSubentry
+objectClass: subschema
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+

Added: projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/02-config.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/02-config.ldif	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/02-config.ldif	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,2219 @@
+# 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 attribute type and objectclass definitions for use
+# with the Directory Server configuration.
+dn: cn=schema
+objectClass: top
+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' )
+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' )
+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' )
+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' )
+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' )
+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.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' )
+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' )
+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
+  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.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
+  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
+  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
+  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.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' )
+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' )
+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
+  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
+  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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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.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' )
+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' )
+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' )
+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' )
+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' )
+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.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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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
+  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
+  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
+  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
+  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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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
+  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' )
+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' )
+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
+  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' )
+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' )
+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' )
+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' )
+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' )
+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.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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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.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' )
+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' )
+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' )
+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
+  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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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
+  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
+  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' )
+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' )
+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' )
+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' )
+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' )
+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
+  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
+  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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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.157
+  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.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' )
+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
+  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
+  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' )
+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' )
+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' )
+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
+  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
+  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
+  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
+  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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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
+  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
+  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
+  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
+  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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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
+  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
+  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
+  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
+  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
+  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
+  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
+  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.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
+  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
+  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
+  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
+  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
+  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
+  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
+  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
+  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
+  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
+  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
+  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
+  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
+  X-ORIGIN 'OpenDS Directory Server' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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
+  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
+  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
+  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
+  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
+  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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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
+  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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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
+  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
+  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
+  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
+  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
+  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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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
+  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' )
+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
+  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
+  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
+  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
+  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
+  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
+  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
+  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
+  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
+  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
+  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
+  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
+  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
+  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
+  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 )
+  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 )
+  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 )
+  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 )
+  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 )
+  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 )
+  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 )
+  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 )
+  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.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' )
+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' )
+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 )
+  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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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 )
+  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' )
+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' )
+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' )
+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' )
+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.30
+  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.31
+  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.32
+  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.33
+  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.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' )
+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' )
+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 )
+  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.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
+  MAY ( ds-cfg-certificate-attribute $
+  ds-cfg-client-certificate-validation-policy )
+  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
+  X-ORIGIN 'OpenDS Directory Server' )
+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' )
+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' )
+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' )
+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.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 )
+  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' )
+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' )
+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' )
+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 )
+  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' )
+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' )
+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' )
+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 )
+  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 )
+  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 )
+  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
+  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 )
+  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 )
+  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 )
+  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 )
+  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
+  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' )
+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
+  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 )
+  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 )
+  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
+  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
+  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.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' )
+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' )
+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' )
+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 )
+  X-ORIGIN 'OpenDS Directory Server' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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 )
+  X-ORIGIN 'OpenDS Directory Server' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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 )
+  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 )
+  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 )
+  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 )
+  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 )
+  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 )
+  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
+  STRUCTURAL
+  MAY ( ds-cfg-unique-attribute-type $ ds-cfg-unique-attribute-base-dn )
+  X-ORIGIN 'OpenDS Directory Server' )

Added: projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-changelog.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-changelog.ldif	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-changelog.ldif	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,67 @@
+# 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 schema definitions from draft-good-ldap-changelog, which
+# defines a mechanism for storing informmation about changes to Directory
+# Server data.
+dn: cn=schema
+objectClass: top
+objectClass: ldapSubentry
+objectClass: subschema
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+

Added: projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc2713.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc2713.ldif	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc2713.ldif	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,73 @@
+# 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 schema definitions from RFC 2713, which defines a
+# mechanism for storing serialized Java objects in the Directory Server.
+dn: cn=schema
+objectClass: top
+objectClass: ldapSubentry
+objectClass: subschema
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+

Added: projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc2714.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc2714.ldif	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc2714.ldif	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,50 @@
+# 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 schema definitions from RFC 2714, which defines a
+# mechanism for storing CORBA objects in the Directory Server.
+dn: cn=schema
+objectClass: top
+objectClass: ldapSubentry
+objectClass: subschema
+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' )
+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' )
+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' )
+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' )
+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' )
+

Added: projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc2739.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc2739.ldif	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc2739.ldif	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,72 @@
+# 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 schema definitions from RFC 2739, which defines a
+# mechanism for storing calendar and vCard objects in the Directory Server.
+# Note that the definition in RFC 2739 contains a number of errors, and this
+# schema file has been altered from the standard definition in order to fix
+# a number of those problems.
+dn: cn=schema
+objectClass: top
+objectClass: ldapSubentry
+objectClass: subschema
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+

Added: projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc2926.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc2926.ldif	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc2926.ldif	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,71 @@
+# 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 schema definitions from RFC 2926, which defines a
+# mechanism for mapping between Service Location Protocol (SLP) advertisements
+# and LDAP.
+dn: cn=schema
+objectClass: top
+objectClass: ldapSubentry
+objectClass: subschema
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+

Added: projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc3112.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc3112.ldif	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc3112.ldif	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,43 @@
+# 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 schema definitions from RFC 3112, which defines the
+# authentication password schema.
+dn: cn=schema
+objectClass: top
+objectClass: ldapSubentry
+objectClass: subschema
+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' )
+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' )
+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' )
+

Added: projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc3712.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc3712.ldif	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-rfc3712.ldif	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,215 @@
+# 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 schema definitions from RFC 3712, which defines a
+# mechanism for storing printer information in the Directory Server.
+dn: cn=schema
+objectClass: top
+objectClass: ldapSubentry
+objectClass: subschema
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+objectClasses: ( 1.3.18.0.2.6.254 NAME 'slpServicePrinter'
+  DESC 'Service Location Protocol (SLP) information.' AUXILIARY SUP slpService
+  X-ORIGIN 'RFC 3712' )
+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' )
+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' )
+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' )
+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' )
+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' )
+

Added: projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-uddiv3.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-uddiv3.ldif	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/03-uddiv3.ldif	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,321 @@
+# 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 schema definitions from RFC 4403,
+# which defines a mechanism for storing UDDIv3 information in the Directory
+# Server.
+dn: cn=schema
+objectClass: top
+objectClass: ldapSubentry
+objectClass: subschema
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+nameForms: ( 1.3.6.1.1.10.15.1 NAME 'uddiBusinessEntityNameForm'
+  OC uddiBusinessEntity MUST ( uddiBusinessKey )
+  X-ORIGIN 'RFC 4403' )
+nameForms: ( 1.3.6.1.1.10.15.2 NAME 'uddiContactNameForm' OC uddiContact
+  MUST ( uddiUUID ) X-ORIGIN 'RFC 4403' )
+nameForms: ( 1.3.6.1.1.10.15.3 NAME 'uddiAddressNameForm' OC uddiAddress
+  MUST ( uddiUUID ) X-ORIGIN 'RFC 4403' )
+nameForms: ( 1.3.6.1.1.10.15.4  NAME 'uddiBusinessServiceNameForm'
+  OC uddiBusinessService MUST ( uddiServiceKey )
+  X-ORIGIN 'RFC 4403' )
+nameForms: ( 1.3.6.1.1.10.15.5 NAME 'uddiBindingTemplateNameForm'
+  OC uddiBindingTemplate MUST ( uddiBindingKey )
+  X-ORIGIN 'RFC 4403' )
+nameForms: ( 1.3.6.1.1.10.15.6 NAME 'uddiTModelInstanceInfoNameForm'
+  OC uddiTModelInstanceInfo MUST ( uddiTModelKey )
+  X-ORIGIN 'RFC 4403' )
+nameForms: ( 1.3.6.1.1.10.15.7 NAME 'uddiTModelNameForm' OC uddiTModel
+  MUST ( uddiTModelKey ) X-ORIGIN 'RFC 4403' )
+nameForms: ( 1.3.6.1.1.10.15.8 NAME 'uddiPublisherAssertionNameForm'
+  OC uddiPublisherAssertion MUST ( uddiUUID )
+  X-ORIGIN 'RFC 4403' )
+nameForms: ( 1.3.6.1.1.10.15.9 NAME 'uddiv3SubscriptionNameForm'
+  OC uddiv3Subscription MUST ( uddiUUID )
+  X-ORIGIN 'RFC 4403' )
+nameForms: ( 1.3.6.1.1.10.15.10 NAME 'uddiv3EntityObituaryNameForm'
+  OC uddiv3EntityObituary MUST ( uddiUUID )
+  X-ORIGIN 'RFC 4403' )
+dITStructureRules: ( 1 NAME 'uddiBusinessEntityStructureRule'
+  FORM uddiBusinessEntityNameForm X-ORIGIN 'RFC 4403' )
+dITStructureRules: ( 2 NAME 'uddiContactStructureRule'
+  FORM uddiContactNameForm SUP ( 1 )
+  X-ORIGIN 'RFC 4403' )
+dITStructureRules: ( 3 NAME 'uddiAddressStructureRule' FORM uddiAddressNameForm
+  SUP ( 2 ) X-ORIGIN 'RFC 4403' )
+dITStructureRules: ( 4 NAME 'uddiBusinessServiceStructureRule'
+  FORM uddiBusinessServiceNameForm SUP ( 1 )
+  X-ORIGIN 'RFC 4403' )
+dITStructureRules: ( 5 NAME 'uddiBindingTemplateStructureRule'
+  FORM uddiBindingTemplateNameForm SUP ( 4 )
+  X-ORIGIN 'RFC 4403' )
+dITStructureRules: ( 6 NAME 'uddiTModelInstanceInfoStructureRule'
+  FORM uddiTModelInstanceInfoNameForm SUP ( 5 )
+  X-ORIGIN 'RFC 4403' )
+dITStructureRules: ( 7 NAME 'uddiTModelStructureRule' FORM uddiTModelNameForm
+  X-ORIGIN 'RFC 4403' )
+dITStructureRules: ( 8 NAME 'uddiPublisherAssertionStructureRule'
+  FORM uddiPublisherAssertionNameForm
+  X-ORIGIN 'RFC 4403' )
+dITStructureRules: ( 9 NAME 'uddiv3SubscriptionStructureRule'
+  FORM uddiv3SubscriptionNameForm
+  X-ORIGIN 'RFC 4403' )
+dITStructureRules: ( 10 NAME 'uddiv3EntityObituaryStructureRule'
+  FORM uddiv3EntityObituaryNameForm
+  X-ORIGIN 'RFC 4403' )
+

Added: projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/04-rfc2307bis.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/04-rfc2307bis.ldif	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/schema/04-rfc2307bis.ldif	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,216 @@
+# 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 schema definitions from the draft-howard-rfc2307bis
+# specification, used to store naming service information in the Directory
+# Server.
+dn: cn=schema
+objectClass: top
+objectClass: ldapSubentry
+objectClass: subschema
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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
+  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
+  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.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' )
+attributeTypes: ( 1.3.6.1.1.1.1.16 NAME 'ipServiceProtocol'
+  DESC 'Service protocol name' SUP name X-ORIGIN 'draft-howard-rfc2307bis' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+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' )
+objectClasses: ( 1.3.6.1.1.1.2.16 NAME 'automountMap' SUP top STRUCTURAL
+  MUST ( automountMapName ) MAY description
+  X-ORIGIN 'draft-howard-rfc2307bis' )
+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' )
+

Added: projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/tasks.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/tasks.ldif	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/tasks.ldif	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,20 @@
+# This file contains the data used by the Directory Server task scheduler
+# backend.  Do not edit this file directly, as there is a risk that those
+# changes will be lost.  Scheduled and recurring task definitions should only
+# be edited using the administration utilities provided with the Directory
+# Server
+dn: cn=tasks
+objectClass: top
+objectClass: untypedObject
+cn: tasks
+
+dn: cn=Scheduled Tasks,cn=tasks
+objectClass: top
+objectClass: untypedObject
+cn: Scheduled Tasks
+
+dn: cn=Recurring Tasks,cn=tasks
+objectClass: top
+objectClass: untypedObject
+cn: Recurring Tasks
+

Added: projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/upgrade/config.ldif.2794
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/upgrade/config.ldif.2794	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/upgrade/config.ldif.2794	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,1971 @@
+# 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/src/tests/resources/opends/config/upgrade/schema.ldif.2794
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/upgrade/schema.ldif.2794	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/resources/opends/config/upgrade/schema.ldif.2794	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,1008 @@
+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/src/tests/resources/opends/jboss/example1.ldif
===================================================================
--- projects/security/security-jboss-sx/trunk/src/tests/resources/opends/jboss/example1.ldif	                        (rev 0)
+++ projects/security/security-jboss-sx/trunk/src/tests/resources/opends/jboss/example1.ldif	2007-09-06 00:49:07 UTC (rev 65132)
@@ -0,0 +1,39 @@
+dn: dc=jboss,dc=org
+objectclass: top
+objectclass: dcObject
+objectclass: organization
+dc: jboss
+o: 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




More information about the jboss-cvs-commits mailing list