From c1f0e9cc87bd05fe4c14c94a8e90c17d1ff95aa7 Mon Sep 17 00:00:00 2001 From: Christophe Sovant <christophe.sovant@forgerock.com> Date: Wed, 12 Aug 2009 17:30:37 +0000 Subject: [PATCH] Fix privileges tests and update some copyrights --- opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/aci/aci_modify_entry.xml | 2 +- opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/aci/aci_targattrfilter.xml | 2 +- opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_pwd_BLOWFISH.xml | 2 +- opendj-sdk/opends/tests/staf-tests/functional-tests/shared/data/privileges/privileges_entry_acis.ldif | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/opendj-sdk/opends/tests/staf-tests/functional-tests/shared/data/privileges/privileges_entry_acis.ldif b/opendj-sdk/opends/tests/staf-tests/functional-tests/shared/data/privileges/privileges_entry_acis.ldif index cd9111f..9d0d4e2 100644 --- a/opendj-sdk/opends/tests/staf-tests/functional-tests/shared/data/privileges/privileges_entry_acis.ldif +++ b/opendj-sdk/opends/tests/staf-tests/functional-tests/shared/data/privileges/privileges_entry_acis.ldif @@ -2,17 +2,17 @@ changetype: modify add: aci aci: (targetattr="*")(version 3.0; acl "rep_search_aci_tmorris"; allow (write) userdn="ldap:///uid=auser, o=Privileges Tests,dc=example,dc=com";) -- + dn: uid=abergin, ou=People, o=Privileges Tests, dc=example,dc=com changetype: modify add: aci aci: (targetattr="*")(version 3.0; acl "del_search_aci_abergin"; allow (search,read) userdn="ldap:///uid=auser, o=Privileges Tests,dc=example,dc=com";) -- + dn: uid=dmiller, ou=People, o=Privileges Tests, dc=example,dc=com changetype: modify add: aci aci: (targetattr="*")(version 3.0; acl "del_search_aci_dmiller"; allow (write) userdn="ldap:///uid=auser, o=Privileges Tests,dc=example,dc=com";) -- + dn: uid=gfarmer, ou=People, o=Privileges Tests, dc=example,dc=com changetype: modify add: aci diff --git a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/aci/aci_modify_entry.xml b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/aci/aci_modify_entry.xml index 1058cf0..0f07d03 100755 --- a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/aci/aci_modify_entry.xml +++ b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/aci/aci_modify_entry.xml @@ -23,7 +23,7 @@ ! ! CDDL HEADER END ! - ! Copyright 2008 Sun Microsystems, Inc. + ! Copyright 2008-2009 Sun Microsystems, Inc. ! --> <stax> diff --git a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/aci/aci_targattrfilter.xml b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/aci/aci_targattrfilter.xml index 488521b..ee64a01 100644 --- a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/aci/aci_targattrfilter.xml +++ b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/aci/aci_targattrfilter.xml @@ -23,7 +23,7 @@ ! ! CDDL HEADER END ! - ! Copyright 2008 Sun Microsystems, Inc. + ! Copyright 2008-2009 Sun Microsystems, Inc. ! --> <stax> diff --git a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_pwd_BLOWFISH.xml b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_pwd_BLOWFISH.xml index 47e8922..3f9e947 100755 --- a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_pwd_BLOWFISH.xml +++ b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/security/pwd_storage/security_pwd_BLOWFISH.xml @@ -23,7 +23,7 @@ ! ! CDDL HEADER END ! - ! Copyright 2007-2008 Sun Microsystems, Inc. + ! Copyright 2007-2009 Sun Microsystems, Inc. ! --> <stax> -- Gitblit v1.10.0