summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-11-04 13:55:46 -0400
committerRob Crittenden <rcritten@redhat.com>2010-11-04 13:55:46 -0400
commit05a16f50d7fe8c01408ec445e6b5ad26ff65d9d5 (patch)
tree89e388455dc2459975ccc518d09ebbdf234140c6
parent6f5cd3232a26868e5753a6a615b5b645e9251f2d (diff)
downloadfreeipa-05a16f50d7fe8c01408ec445e6b5ad26ff65d9d5.tar.gz
freeipa-05a16f50d7fe8c01408ec445e6b5ad26ff65d9d5.tar.xz
freeipa-05a16f50d7fe8c01408ec445e6b5ad26ff65d9d5.zip
Remove hardcoded domain value and replace with $SUFFIX
-rw-r--r--install/updates/40-delegation.update6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/updates/40-delegation.update b/install/updates/40-delegation.update
index d51e2135c..085cd1f81 100644
--- a/install/updates/40-delegation.update
+++ b/install/updates/40-delegation.update
@@ -723,10 +723,10 @@ add:description: Modify Entitlements
add:member:'cn=entitlementadmin,cn=rolegroups,cn=accounts,$SUFFIX'
dn: $SUFFIX
-add: aci: '(target = "ldap:///ipauniqueid=*,cn=entitlements,cn=etc,dc=greyoak,dc=com")(version 3.0;acl "Add entitlements";allow (add) groupdn = "ldap:///cn=addentitlements,cn=taskgroups,cn=accounts,dc=greyoak,dc=com";)'
+add: aci: '(target = "ldap:///ipauniqueid=*,cn=entitlements,cn=etc,$SUFFIX")(version 3.0;acl "Add entitlements";allow (add) groupdn = "ldap:///cn=addentitlements,cn=taskgroups,cn=accounts,$SUFFIX";)'
dn: $SUFFIX
-add: aci: '(targetattr = "userCertificate")(target = "ldap:///ipauniqueid=*,cn=entitlements,cn=etc,dc=greyoak,dc=com")(version 3.0;acl "Modify entitlements";allow (write) groupdn = "ldap:///cn=modifyentitlements,cn=taskgroups,cn=accounts,dc=greyoak,dc=com";)'
+add: aci: '(targetattr = "userCertificate")(target = "ldap:///ipauniqueid=*,cn=entitlements,cn=etc,$SUFFIX")(version 3.0;acl "Modify entitlements";allow (write) groupdn = "ldap:///cn=modifyentitlements,cn=taskgroups,cn=accounts,$SUFFIX";)'
dn: $SUFFIX
-add: aci: '(target = "ldap:///ipauniqueid=*,cn=entitlements,cn=etc,dc=greyoak,dc=com")(version 3.0;acl "Remove entitlement entries";allow (delete) groupdn = "ldap:///cn=removeentitlements,cn=taskgroups,cn=accounts,dc=greyoak,dc=com";)'
+add: aci: '(target = "ldap:///ipauniqueid=*,cn=entitlements,cn=etc,$SUFFIX")(version 3.0;acl "Remove entitlement entries";allow (delete) groupdn = "ldap:///cn=removeentitlements,cn=taskgroups,cn=accounts,$SUFFIX";)'