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.
| | |
| | | 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 |
| | |
| | | * |
| | | * |
| | | * Copyright 2008-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.guitools.controlpanel.util; |
| | |
| | | |
| | | 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 = |