freeipa/install
Jan Cholasta dc38d53de1 install: merge all CA install code paths into one
Merge CA install code paths use in ipa-server-install, ipa-replica-install
in either domain level and ipa-ca-install into one.

https://fedorahosted.org/freeipa/ticket/6392

Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
2016-11-11 12:13:56 +01:00
..
certmonger Refactor installer code requesting certificates 2016-11-10 14:15:57 +01:00
conf Use Dogtag REST API for certificate requests 2016-09-07 12:49:28 +02:00
html Added warning to user for Internet Explorer 2016-04-28 14:28:11 +02:00
migration ipaldap: merge IPAdmin to LDAPClient 2016-11-07 11:34:03 +01:00
oddjob Build: fix distribution of oddjob files 2016-11-09 13:08:32 +01:00
restart_scripts libexec scripts: ldap conn management 2016-11-09 15:32:45 +01:00
share Moved update of DNA plugin among update plugins 2016-11-11 12:13:56 +01:00
tools install: merge all CA install code paths into one 2016-11-11 12:13:56 +01:00
ui Coverity - null pointer dereference 2016-11-10 18:58:38 +01:00
updates Moved update of DNA plugin among update plugins 2016-11-11 12:13:56 +01:00
wsgi Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
Makefile.am Build: fix distribution of install/REDME.schema file 2016-11-09 13:08:32 +01:00
README.schema Add some basic rules for adding new schema 2010-08-27 13:40:37 -04:00

Ground rules on adding new schema

Brand new schema, particularly when written specifically for IPA, should be
added in share/*.ldif. Any new files need to be explicitly loaded in
ipaserver/install/dsinstance.py. These simply get copied directly into
the new instance schema directory.

Existing schema (e.g. in an LDAP draft) may either be added as a separate
ldif in share or as an update in the updates directory. The advantage of
adding the schema as an update is if 389-ds ever adds the schema then the
installation won't fail due to existing schema failing to load during
bootstrap.

If the new schema requires a new container then this should be added
to install/bootstrap-template.ldif.