From 04748be0fbba73ce2f47b9a153365065bab45067 Mon Sep 17 00:00:00 2001
From: Gary Williams <gary.williams@forgerock.com>
Date: Mon, 18 Apr 2011 15:10:02 +0000
Subject: [PATCH] fix modify global aci in sasl tests
---
opends/tests/staf-tests/functional-tests/testcases/security/security.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/opends/tests/staf-tests/functional-tests/testcases/security/security.xml b/opends/tests/staf-tests/functional-tests/testcases/security/security.xml
index 5a85b63..b732587 100755
--- a/opends/tests/staf-tests/functional-tests/testcases/security/security.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/security/security.xml
@@ -24,6 +24,7 @@
! CDDL HEADER END
!
! Copyright 2006-2009 Sun Microsystems, Inc.
+ ! Portions Copyright 2011 ForgeRock AS
! -->
<stax>
<defaultcall function="main_security" />
@@ -45,6 +46,8 @@
<script>
CurrentTestPath['group']='security'
_group=CurrentTestPath['group']
+
+ GLOBAL_ACI_SEARCH="(targetattr!=\"userPassword||authPassword||changes||changeNumber||changeType||changeTime||targetDN||newRDN||newSuperior||deleteOldRDN||targetEntryUUID||targetUniqueID||changeInitiatorsName||changeLogCookie\")(version 3.0; acl \"Anonymous read access\"; allow (read,search,compare) userdn=\"ldap:///anyone\";)"
</script>
<call function="'testGroup_Preamble'" />
<script>
--
Gitblit v1.10.0