mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
24.16.2011 46920f65a955b78bbae0ef238920848863ab78bf
Fix for OPENDJ-100 : control-panel displays schema elements as Custom schema when using remote connection to a server.
Standard schema is defined based on the X-ORIGIN and specific strings.
2 files modified
6 ■■■■■ changed files
opends/resource/schema/03-changelog.ldif 2 ●●● patch | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/util/Utilities.java 4 ●●● patch | view | raw | blame | history
opends/resource/schema/03-changelog.ldif
@@ -65,7 +65,7 @@
  DESC 'the time when the change was processed'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  X-ORIGIN 'Sun DSEE6 Directory Server' )
  X-ORIGIN 'Sun Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.42.2.27.9.1.724 NAME 'replicaIdentifier'
  DESC 'the OpenDS replication domain server identifier for the change'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
opends/src/guitools/org/opends/guitools/controlpanel/util/Utilities.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2008-2010 Sun Microsystems, Inc.
 *      Portions Copyright 2011 ForgeRock AS
 */
package org.opends.guitools.controlpanel.util;
@@ -2067,7 +2068,8 @@
  private final static String[] configurationSchemaOrigins =
  {
      "OpenDS Directory Server", "Sun Directory Server"
      "OpenDJ Directory Server", "OpenDS Directory Server",
      "Sun Directory Server", "Microsoft Active Directory"
  };
  private final static String[] standardSchemaOrigins =