| | |
| | | # |
| | | # 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 |