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

ctissot
15.14.2008 c9c00f7b3f72fa5951cc4a180b22c48dc310a2e9
Sorry, fixed mistake by previous commit
2 files modified
27 ■■■■■ changed files
opends/resource/schema/02-config.ldif 11 ●●●●● patch | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml 16 ●●●●● patch | view | raw | blame | history
opends/resource/schema/02-config.ldif
@@ -2191,10 +2191,6 @@
  NAME 'ds-cfg-num-update-replay-threads'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  X-ORIGIN 'OpenDS Directory Server' )
attributeTypes: ( 1.3.6.1.4.1.26027.1.1.448
  NAME 'ds-cfg-remote-ldap-server'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.1
  NAME 'ds-cfg-access-control-handler'
  SUP top
@@ -3698,10 +3694,3 @@
  STRUCTURAL
  MUST ( ds-cfg-backend )
  X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.180
  NAME 'ds-cfg-remote-ldap-server'
  SUP top
  STRUCTURAL
  MUST ( cn $
         ds-cfg-remote-ldap-server )
  X-ORIGIN 'OpenDS Directory Server' )
opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml
@@ -450,19 +450,6 @@
      </cli:relation>
    </adm:profile>
  </adm:relation>
  <adm:relation name="remote-ldap-server" hidden="true">
    <adm:one-to-many naming-property="ds-cfg-remote-ldap-server-id" />
    <adm:profile name="ldap">
      <ldap:rdn-sequence>
        cn=Remote LDAP servers,cn=config
      </ldap:rdn-sequence>
    </adm:profile>
    <adm:profile name="cli">
      <cli:relation>
        <cli:default-property name="enabled" />
      </cli:relation>
    </adm:profile>
  </adm:relation>
  <adm:product-name>OpenDS Directory Server</adm:product-name>
  <adm:tag-definition name="logging">
    <adm:synopsis>Logging</adm:synopsis>
@@ -482,7 +469,4 @@
  <adm:tag-definition name="core-server">
    <adm:synopsis>Core server</adm:synopsis>
  </adm:tag-definition>
  <adm:tag-definition name="proxy">
    <adm:synopsis>Core server</adm:synopsis>
  </adm:tag-definition>
</adm:root-managed-object>