From 5ceb2e9601d2501d021d0c61188ec913076555a0 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 26 Sep 2007 12:21:02 +0000
Subject: [PATCH] Merge branches/temp-admin@3208 onto trunk@3208.
---
opends/tests/functional-tests/testcases/aci/aci_target.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/aci/aci_target.xml b/opends/tests/functional-tests/testcases/aci/aci_target.xml
index 5fb82e2..497e375 100755
--- a/opends/tests/functional-tests/testcases/aci/aci_target.xml
+++ b/opends/tests/functional-tests/testcases/aci/aci_target.xml
@@ -1730,7 +1730,7 @@
'dsInstanceDn' : DIRECTORY_INSTANCE_DN ,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD ,
'DNToModify' : 'cn=Access Control Handler,cn=config' ,
- 'attributeName' : 'ds-cfg-acl-handler-enabled' ,
+ 'attributeName' : 'ds-cfg-enabled' ,
'newAttributeValue' : 'false' ,
'changetype' : 'replace' }
</call>
@@ -1779,7 +1779,7 @@
'dsInstanceDn' : DIRECTORY_INSTANCE_DN ,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD ,
'DNToModify' : 'cn=Access Control Handler,cn=config' ,
- 'attributeName' : 'ds-cfg-acl-handler-enabled' ,
+ 'attributeName' : 'ds-cfg-enabled' ,
'newAttributeValue' : 'true' ,
'changetype' : 'replace' }
</call>
@@ -1934,7 +1934,7 @@
'dsInstanceDn' : DIRECTORY_INSTANCE_DN ,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD ,
'DNToModify' : 'cn=Access Control Handler,cn=config' ,
- 'attributeName' : 'ds-cfg-acl-handler-enabled' ,
+ 'attributeName' : 'ds-cfg-enabled' ,
'newAttributeValue' : 'false' ,
'changetype' : 'replace' }
</call>
@@ -1983,7 +1983,7 @@
'dsInstanceDn' : DIRECTORY_INSTANCE_DN ,
'dsInstancePswd' : DIRECTORY_INSTANCE_PSWD ,
'DNToModify' : 'cn=Access Control Handler,cn=config' ,
- 'attributeName' : 'ds-cfg-acl-handler-enabled' ,
+ 'attributeName' : 'ds-cfg-enabled' ,
'newAttributeValue' : 'true' ,
'changetype' : 'replace' }
</call>
--
Gitblit v1.10.0