diff options
author | Rob Crittenden <rcritten@redhat.com> | 2010-07-21 15:44:49 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-07-29 10:50:29 -0400 |
commit | d4adbc8052faf18fb31e7b1865037aa107067d4b (patch) | |
tree | 78bdceb1b3b637be34fbb11ff34d8d17fdf88446 /install/share | |
parent | b7ca3d68c28b54500a2f908c4e2e6c89b2433461 (diff) | |
download | freeipa-d4adbc8052faf18fb31e7b1865037aa107067d4b.tar.gz freeipa-d4adbc8052faf18fb31e7b1865037aa107067d4b.tar.xz freeipa-d4adbc8052faf18fb31e7b1865037aa107067d4b.zip |
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
Diffstat (limited to 'install/share')
-rw-r--r-- | install/share/bootstrap-template.ldif | 6 |
1 files changed, 6 insertions, 0 deletions
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 |