summaryrefslogtreecommitdiffstats
path: root/install/share/bootstrap-template.ldif
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2015-04-21 02:24:10 -0400
committerJan Cholasta <jcholast@redhat.com>2015-06-04 08:27:33 +0000
commit3d15f2966bf389c5f66386a973c1d4a58595fc65 (patch)
tree5e79c9c55aff98dc8f8f1d8c483aa209a1f1bfe2 /install/share/bootstrap-template.ldif
parentba071e757dc3b38b524af0212ec1a6a1b0208d83 (diff)
downloadfreeipa-3d15f2966bf389c5f66386a973c1d4a58595fc65.tar.gz
freeipa-3d15f2966bf389c5f66386a973c1d4a58595fc65.tar.xz
freeipa-3d15f2966bf389c5f66386a973c1d4a58595fc65.zip
Add schema for certificate profiles
The certprofile object class is used to track IPA-managed certificate profiles in Dogtag and store IPA-specific settings. Part of: https://fedorahosted.org/freeipa/ticket/57 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'install/share/bootstrap-template.ldif')
-rw-r--r--install/share/bootstrap-template.ldif12
1 files changed, 12 insertions, 0 deletions
diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif
index 06b82aa4a..c5d4bad8b 100644
--- a/install/share/bootstrap-template.ldif
+++ b/install/share/bootstrap-template.ldif
@@ -429,3 +429,15 @@ cn: ${REALM}_id_range
ipaBaseID: $IDSTART
ipaIDRangeSize: $IDRANGE_SIZE
ipaRangeType: ipa-local
+
+dn: cn=ca,$SUFFIX
+changetype: add
+objectClass: nsContainer
+objectClass: top
+cn: ca
+
+dn: cn=certprofiles,cn=ca,$SUFFIX
+changetype: add
+objectClass: nsContainer
+objectClass: top
+cn: certprofiles