From ccb383c5308f88916e6946ef9479cedef8d98481 Mon Sep 17 00:00:00 2001 From: gary_williams <gary_williams@localhost> Date: Tue, 04 Aug 2009 10:14:21 +0000 Subject: [PATCH] refactoring to use different backend types --- opends/tests/staf-tests/functional-tests/shared/data/groups/groups.ldif | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/opends/tests/staf-tests/functional-tests/shared/data/groups/groups.ldif b/opends/tests/staf-tests/functional-tests/shared/data/groups/groups.ldif index 59bace3..c0b95cf 100644 --- a/opends/tests/staf-tests/functional-tests/shared/data/groups/groups.ldif +++ b/opends/tests/staf-tests/functional-tests/shared/data/groups/groups.ldif @@ -20,23 +20,13 @@ # # CDDL HEADER END # -# Copyright 2007-2008 Sun Microsystems, Inc. +# Copyright 2007-2009 Sun Microsystems, Inc. # dn: dc=com objectclass: top objectclass: domain dc: com -aci: (target="ldap:///dc=groups,dc=com")(targetattr = "*")(version 3.0;acl "access for application"; - allow (all)(userdn = "ldap:///uid=my_application,dc=groups,dc=com");) -aci: (target="ldap:///ou=static,dc=groups,dc=com")(targetattr = "*")(version 3.0;acl "access for application"; - deny (all)(groupdn = "ldap:///cn=my_staticgroup1,dc=groups,dc=com");) -aci: (target="ldap:///ou=static,dc=groups,dc=com")(targetattr = "*")(version 3.0;acl "access for application"; - deny (all)(groupdn = "ldap:///cn=my_staticgroup2,dc=groups,dc=com");) -aci: (target="ldap:///ou=dynamic,dc=groups,dc=com")(targetattr = "*")(version 3.0;acl "access for application"; - deny (all)(groupdn = "ldap:///cn=my_dynamicgroup1,dc=groups,dc=com");) -aci: (target="ldap:///ou=dynamic,dc=groups,dc=com")(targetattr = "*")(version 3.0;acl "access for application"; - deny (all)(groupdn = "ldap:///cn=my_dynamicgroup2,dc=groups,dc=com");) dn: dc=groups,dc=com objectclass: top -- Gitblit v1.10.0