mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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>
This commit is contained in:
parent
25c10bc161
commit
1c612ad3e1
@ -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
|
||||
|
4
install/updates/21-certstore_container.update
Normal file
4
install/updates/21-certstore_container.update
Normal file
@ -0,0 +1,4 @@
|
||||
dn: cn=certificates,cn=ipa,cn=etc,$SUFFIX
|
||||
add:objectClass: top
|
||||
add:objectClass: nsContainer
|
||||
add:cn: certificates
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user