freeipa/install
Pavel Vomacka be235cedf8 Add creating a segment using mouse
Create new semicircles around the node after mouseover. These work as buttons
to create arrow and after clicking on another node the Add topology segment dialog
is opened. Also selecting segment works, if the segment already exists then
the segment is selected instead of opening the dialog.

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

Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
2016-06-21 14:15:56 +02:00
..
certmonger Load server plugins in certmonger renewal helper 2016-06-08 15:01:07 +02:00
conf Add 'ca' plugin 2016-06-15 07:13:38 +02:00
ffextension webui: append network.negotiate-auth.trusted-uris 2014-09-11 09:41:51 +02:00
html Added warning to user for Internet Explorer 2016-04-28 14:28:11 +02:00
migration Remove unused imports 2015-12-23 07:59:22 +01:00
oddjob adtrust: support UPNs for trusted domain users 2016-06-11 17:25:50 +02:00
po Updated IPA translations 2016-06-21 12:48:17 +02:00
restart_scripts restart scripts: bootstrap api with in_server=True 2016-06-21 08:30:35 +02:00
share DNS: Support default TTL setting for master DNS zones 2016-06-21 12:38:00 +02:00
tools ipa-replica-manage: use server_del when removing domain level 1 replica 2016-06-17 18:55:19 +02:00
ui Add creating a segment using mouse 2016-06-21 14:15:56 +02:00
updates Make sure ipapwd_extop takes precedence over passwd_modify_extop 2016-06-20 19:09:45 +02:00
wsgi Modernize 'except' clauses 2015-08-12 18:17:23 +02:00
configure.ac CONFIGURE: Replace obsolete macros 2016-03-08 20:02:27 +01: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.