From d4adbc8052faf18fb31e7b1865037aa107067d4b Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 21 Jul 2010 15:44:49 -0400 Subject: Add container and initial ACIs for entitlement support The entitlement entries themselves will be rather simple, consisting of the objectClasses ipaObject and pkiUser. We will just store userCertificate in it. The DN will contain the UUID of the entitlement. ticket #27 --- install/share/bootstrap-template.ldif | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'install/share') diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif index 0d16d1dfd..f1f36a64d 100644 --- a/install/share/bootstrap-template.ldif +++ b/install/share/bootstrap-template.ldif @@ -64,6 +64,12 @@ objectClass: nsContainer objectClass: top cn: sysaccounts +dn: cn=entitlements,cn=etc,$SUFFIX +changetype: add +objectClass: nsContainer +objectClass: top +cn: entitlements + dn: cn=ipa,cn=etc,$SUFFIX changetype: add objectClass: nsContainer -- cgit