summaryrefslogtreecommitdiffstats
path: root/install/share/default-aci.ldif
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2009-12-16 16:04:53 -0500
committerJason Gerard DeRose <jderose@redhat.com>2009-12-16 19:26:59 -0700
commitc3f9ec14d90c46f20bd03311e9b31e8fa7c116ce (patch)
treea4019f771531ab227791515b49cc8f632bb3afff /install/share/default-aci.ldif
parent585540e0a2d28d0e275dcb17d317880ff1a6d80f (diff)
downloadfreeipa-c3f9ec14d90c46f20bd03311e9b31e8fa7c116ce.tar.gz
freeipa-c3f9ec14d90c46f20bd03311e9b31e8fa7c116ce.tar.xz
freeipa-c3f9ec14d90c46f20bd03311e9b31e8fa7c116ce.zip
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.
Diffstat (limited to 'install/share/default-aci.ldif')
-rw-r--r--install/share/default-aci.ldif6
1 files changed, 6 insertions, 0 deletions
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";)
+