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

Christophe Sovant
16.48.2013 5764755d427d17979e2c4f7053b1850f5f4548b5
Fixed debug mode and fixed a typo in an aci
4 files modified
14 ■■■■ changed files
opends/tests/staf-tests/functional-tests/shared/data/aci/aci_targattrfilter/add_aci18.ldif 2 ●●● patch | view | raw | blame | history
opends/tests/staf-tests/shared/functions/dsadm.xml 2 ●●● patch | view | raw | blame | history
opends/tests/staf-tests/shared/topology/3server_topology.txt 6 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/shared/topology/basic_topology.txt 4 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/shared/data/aci/aci_targattrfilter/add_aci18.ldif
@@ -25,5 +25,5 @@
dn: ou=aci branch, o=ACI Tests, dc=example,dc=com
changetype: modify
replace: aci
aci: (targetattr="*")(targattrfilters="add=title:(title=Eng*)")(version 3.0; acl "add_aci18 The contents of this file are subject to the terms of the Common Development and Distribution License, Version 1.0 only. You may not use this file except in compliance with the License. You can obtain a copy of the license at legal-notices/CDDLv1_0.txt or http://forgerock.org/license/CDDLv1.0.html. 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 legal-notices/CDDLv1_0.txt. 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]"; allow (all) userdn="ldap:///all";)
aci: (targetattr="*")(targattrfilters="add=title:(title=Eng*)")(version 3.0; acl "add_aci18 The contents of this file are subject to the terms of the Common Development and Distribution License, Version 1.0 only. You may not use this file except in compliance with the License. You can obtain a copy of the license at legal-notices/CDDLv1_0.txt or http://forgerock.org/license/CDDLv1.0.html. 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 legal-notices/CDDLv1_0.txt. 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]"; allow (all) userdn="ldap:///all";)
opends/tests/staf-tests/shared/functions/dsadm.xml
@@ -720,7 +720,7 @@
      <script>
        if dsDebugPort != '' and STAFCmdParams == '': 
          envCmd = [ 'OPENDJ_JAVA_ARGS=-agentlib:jdwp=transport=dt_socket,address=%s,server=y,suspend=y' % dsDebugPort ]
          envCmd = [ 'OPENDJ_JAVA_ARGS=-agentlib:jdwp=transport=dt_socket,address=%s,server=y,suspend=n' % dsDebugPort ]
        else:
          envCmd = []
      </script>
opends/tests/staf-tests/shared/topology/3server_topology.txt
@@ -33,7 +33,7 @@
RootPwd: secret12
BaseDn: o=example
Changelogport: 11112
#Debugport: 8081
Debugport:
SynchronizedSuffix: o=example
ChangelogServer: ${remote.hostname}:11112
ChangelogServer: ${remote.hostname}:22222
@@ -49,7 +49,7 @@
RootPwd: secret12
BaseDn: o=example
Changelogport: 22222
#Debugport: 8082
Debugport:
SynchronizedSuffix: o=example
ChangelogServer: ${remote.hostname}:11112
ChangelogServer: ${remote.hostname}:22222
@@ -65,7 +65,7 @@
RootPwd: secret12
BaseDn: o=example
Changelogport: 33333
#Debugport: 8083
Debugport:
SynchronizedSuffix: o=example
ChangelogServer: ${remote.hostname}:11112
ChangelogServer: ${remote.hostname}:22222
opends/tests/staf-tests/shared/topology/basic_topology.txt
@@ -33,7 +33,7 @@
RootPwd: secret12
BaseDn: o=example
Changelogport: 11112
#Debugport: 8081
Debugport:
SynchronizedSuffix: o=example
ChangelogServer: ${remote.hostname}:11112
ChangelogServer: ${remote.hostname}:22222
@@ -48,7 +48,7 @@
RootPwd: secret12
BaseDn: o=example
Changelogport: 22222
#Debugport: 8082
Debugport:
SynchronizedSuffix: o=example
ChangelogServer: ${remote.hostname}:11112
ChangelogServer: ${remote.hostname}:22222