freeipa/install
Jan Cholasta 5137478fb8 install: support KRA update
https://fedorahosted.org/freeipa/ticket/5250

Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
2015-09-17 14:55:54 +02:00
..
certmonger Alias "unicode" to "str" under Python 3 2015-09-17 11:08:43 +02:00
conf Provide Kerberos over HTTP (MS-KKDCP) 2015-06-24 10:43:58 +02:00
ffextension webui: append network.negotiate-auth.trusted-uris 2014-09-11 09:41:51 +02:00
html Add Chromium configuration note to ssbrowser 2015-09-16 18:38:31 +02:00
migration Replace dict.has_key with the 'in' operator 2015-08-12 18:17:23 +02:00
oddjob Alias "unicode" to "str" under Python 3 2015-09-17 11:08:43 +02:00
po Remove the unused pygettext script 2015-09-01 11:39:42 +02:00
restart_scripts cert renewal: Automatically update KRA agent PEM file 2015-08-27 15:53:42 +02:00
share install: support KRA update 2015-09-17 14:55:54 +02:00
tools Alias "unicode" to "str" under Python 3 2015-09-17 11:08:43 +02:00
ui webui: add option to establish bidirectional trust 2015-08-26 13:05:51 +02:00
updates install: support KRA update 2015-09-17 14:55:54 +02:00
wsgi Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
configure.ac trusts: add support for one-way trust and switch to it by default 2015-07-08 01:56:52 +02:00
Makefile.am trusts: add support for one-way trust and switch to it by default 2015-07-08 01:56:52 +02: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.