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

ctissot
15.54.2008 21b8381332bd44b9ccf47dcd710b3f293b9acf77
Changed build repository for Java WebStart script
3 files modified
29 ■■■■■ changed files
opends/resource/schema/02-config.ldif 11 ●●●●● patch | view | raw | blame | history
opends/resource/webstart/create-webstart-standalone.sh 2 ●●● 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,6 +2191,10 @@
  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
@@ -3694,3 +3698,10 @@
  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/resource/webstart/create-webstart-standalone.sh
@@ -20,7 +20,7 @@
if test -z "${ADDRESS}"
then
  ADDRESS="builds.opends.org"
  ADDRESS="www.opends.org"
fi
echo "ADDRESS:        ${ADDRESS}"
echo "PORT:           ${PORT}"
opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml
@@ -450,6 +450,19 @@
      </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>
@@ -469,4 +482,7 @@
  <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>