diff options
author | Jan Cholasta <jcholast@redhat.com> | 2014-06-10 14:04:36 +0200 |
---|---|---|
committer | Petr Viktorin <pviktori@redhat.com> | 2014-07-30 16:04:21 +0200 |
commit | 25c10bc161880667dcf3ae7cba460696687c65e6 (patch) | |
tree | 46fa2d0d7cc766df58c5862007100ced2d273947 /install/share/copy-schema-to-ca.py | |
parent | 61f166da5d3db99418d410e45ade2a872097d967 (diff) | |
download | freeipa-25c10bc161880667dcf3ae7cba460696687c65e6.tar.gz freeipa-25c10bc161880667dcf3ae7cba460696687c65e6.tar.xz freeipa-25c10bc161880667dcf3ae7cba460696687c65e6.zip |
Add LDAP schema 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/share/copy-schema-to-ca.py')
-rwxr-xr-x | install/share/copy-schema-to-ca.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/share/copy-schema-to-ca.py b/install/share/copy-schema-to-ca.py index 68f7dfdbd..fc53fe4cb 100755 --- a/install/share/copy-schema-to-ca.py +++ b/install/share/copy-schema-to-ca.py @@ -31,6 +31,7 @@ SCHEMA_FILENAMES = ( "60basev3.ldif", "60ipadns.ldif", "61kerberos-ipav3.ldif", + "65ipacertstore.ldif", "65ipasudo.ldif", "70ipaotp.ldif", "05rfc2247.ldif", |