From f192842a7b62b5cd828151998945b17fb2f226a9 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Mon, 30 Jul 2007 19:55:54 +0000
Subject: [PATCH] Converted the ACI functional test suites to use dsconfig to modify the global ACIs.

---
 opends/tests/functional-tests/testcases/aci/aci.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/aci/aci.xml b/opends/tests/functional-tests/testcases/aci/aci.xml
index a036787..5398f50 100755
--- a/opends/tests/functional-tests/testcases/aci/aci.xml
+++ b/opends/tests/functional-tests/testcases/aci/aci.xml
@@ -39,6 +39,7 @@
     
           <script>
             CurrentTestPath['group']='aci'
+            GLOBAL_ACI_SEARCH="(targetattr!=\"userPassword||authPassword\")(version 3.0; acl \"Anonymous read access\"; allow (read,search,compare) userdn=\"ldap:///anyone\";)"
           </script>
       
           <call function="'testGroup_Preamble'"/>

--
Gitblit v1.10.0