summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-11-10 16:47:29 -0500
committerAdam Young <ayoung@redhat.com>2010-11-19 10:31:42 -0500
commitd4f25453e116ca132208e99d5e320500efbe5d9c (patch)
tree658ba9a4d0429480a7e40043440d6b7eac2370c9 /install
parent2046eddb7ab3e56f57f9decd172f6354f0a945aa (diff)
downloadfreeipa-d4f25453e116ca132208e99d5e320500efbe5d9c.tar.gz
freeipa-d4f25453e116ca132208e99d5e320500efbe5d9c.tar.xz
freeipa-d4f25453e116ca132208e99d5e320500efbe5d9c.zip
Add managedby to Host entries
This will allow others to provision on behalf of the host. ticket 280
Diffstat (limited to 'install')
-rw-r--r--install/share/default-aci.ldif8
1 files changed, 8 insertions, 0 deletions
diff --git a/install/share/default-aci.ldif b/install/share/default-aci.ldif
index 2ca300693..e03c65c4d 100644
--- a/install/share/default-aci.ldif
+++ b/install/share/default-aci.ldif
@@ -51,3 +51,11 @@ changetype: modify
add: aci
aci: (targetattr="userCertificate || krbLastPwdChange")(version 3.0; acl "Hosts can modify service userCertificate"; allow(write) userdn = "ldap:///self";)
+# Define which hosts can edit other hosts
+# The managedby attribute stores the DN of hosts that are allowed to manage
+# another host.
+dn: cn=computers,cn=accounts,$SUFFIX
+changetype: modify
+add: aci
+aci: (targetattr="userCertificate || krbPrincipalKey")(version 3.0; acl "Hosts can manage other host Certificates and kerberos keys"; allow(write) userattr = "parent[0,1].managedby#USERDN";)
+