summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2014-06-10 14:05:22 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-07-30 16:04:21 +0200
commit1c612ad3e192275fcce21ad594b4f4346ecb2d2d (patch)
treea6c75767668121a23b7e6d66657d6cf703c27ef8 /install
parent25c10bc161880667dcf3ae7cba460696687c65e6 (diff)
downloadfreeipa-1c612ad3e192275fcce21ad594b4f4346ecb2d2d.tar.gz
freeipa-1c612ad3e192275fcce21ad594b4f4346ecb2d2d.tar.xz
freeipa-1c612ad3e192275fcce21ad594b4f4346ecb2d2d.zip
Add container for certificate store.
Part of https://fedorahosted.org/freeipa/ticket/3259 Part of https://fedorahosted.org/freeipa/ticket/3520 Reviewed-By: Rob Crittenden <rcritten@redhat.com>
Diffstat (limited to 'install')
-rw-r--r--install/share/bootstrap-template.ldif6
-rw-r--r--install/updates/21-certstore_container.update4
-rw-r--r--install/updates/Makefile.am1
3 files changed, 11 insertions, 0 deletions
diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif
index f603ad5ce..06b82aa4a 100644
--- a/install/share/bootstrap-template.ldif
+++ b/install/share/bootstrap-template.ldif
@@ -161,6 +161,12 @@ objectClass: nsContainer
objectClass: top
cn: ca_renewal
+dn: cn=certificates,cn=ipa,cn=etc,$SUFFIX
+changetype: add
+objectClass: nsContainer
+objectClass: top
+cn: certificates
+
dn: cn=s4u2proxy,cn=etc,$SUFFIX
changetype: add
objectClass: nsContainer
diff --git a/install/updates/21-certstore_container.update b/install/updates/21-certstore_container.update
new file mode 100644
index 000000000..03f180d4f
--- /dev/null
+++ b/install/updates/21-certstore_container.update
@@ -0,0 +1,4 @@
+dn: cn=certificates,cn=ipa,cn=etc,$SUFFIX
+add:objectClass: top
+add:objectClass: nsContainer
+add:cn: certificates
diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am
index a6d24b94f..f26eaeee0 100644
--- a/install/updates/Makefile.am
+++ b/install/updates/Makefile.am
@@ -19,6 +19,7 @@ app_DATA = \
20-winsync_index.update \
21-replicas_container.update \
21-ca_renewal_container.update \
+ 21-certstore_container.update \
25-referint.update \
30-s4u2proxy.update \
40-delegation.update \