From d4f25453e116ca132208e99d5e320500efbe5d9c Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 10 Nov 2010 16:47:29 -0500 Subject: Add managedby to Host entries This will allow others to provision on behalf of the host. ticket 280 --- install/share/default-aci.ldif | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'install/share/default-aci.ldif') 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";) + -- cgit