From c3f9ec14d90c46f20bd03311e9b31e8fa7c116ce Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 16 Dec 2009 16:04:53 -0500 Subject: Make hosts more like real services so we can issue certs for host principals This patch should make joining a client to the domain and using certmonger to get an initial certificate work. --- install/share/default-aci.ldif | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'install/share/default-aci.ldif') diff --git a/install/share/default-aci.ldif b/install/share/default-aci.ldif index 784377e9f..9c058ae58 100644 --- a/install/share/default-aci.ldif +++ b/install/share/default-aci.ldif @@ -43,3 +43,9 @@ changetype: modify add: aci aci: (targetattr=userCertificate)(version 3.0; aci "Hosts can modify service userCertificate"; allow(write) userattr = "parent[0,1].managedby#USERDN";) +# Allow hosts to update their own certificate in host/ +dn: cn=computers,cn=accounts,$SUFFIX +changetype: modify +add: aci +aci: (targetattr="userCertificate")(version 3.0; aci "Hosts can modify service userCertificate"; allow(write) userdn = "ldap:///self";) + -- cgit