freeipa/install/tools
Petr Viktorin 1d3ddeff54 Fix schema replication from old masters
The new merged database will replicate with both the IPA and CA trees, so all
DS instances (IPA and CA on the existing master, and the merged one on the
replica) need to have the same schema.

Dogtag does all its schema modifications online. Those are replicated normally.
The basic IPA schema, however, is delivered in ldif files, which are not
replicated. The files are not present on old CA DS instances. Any schema
update that references objects in these files will fail.

The whole 99user.ldif (i.e. changes introduced dynamically over LDAP) is
replicated as a blob. If we updated the old master's CA schema dynamically
during replica install, it would conflict with updates done during the
installation: the one with the lower CSN would get lost.
Dogtag's spawn script recently grew a new flag, 'pki_clone_replicate_schema'.
Turning it off tells Dogtag to create its schema in the clone, where the IPA
modifications are taking place, so that it is not overwritten by the IPA schema
on replication.

The patch solves the problems by:
- In __spawn_instance, turning off the pki_clone_replicate_schema flag.
- Providing a script to copy the IPA schema files to the CA DS instance.
  The script needs to be copied to old masters and run there.
- At replica CA install, checking if the schema is updated, and failing if not.
  The --skip-schema-check option is added to ipa-{replica,ca}-install to
  override the check.

All pre-3.1 CA servers in a domain will have to have the script run on them to
avoid schema replication errors.

https://fedorahosted.org/freeipa/ticket/3213
2012-11-23 12:19:19 +01:00
..
man Fix schema replication from old masters 2012-11-23 12:19:19 +01:00
ipa-adtrust-install ipa-adtrust-install: allow to reset te NetBIOS domain name 2012-11-08 08:18:14 +01:00
ipa-ca-install Fix schema replication from old masters 2012-11-23 12:19:19 +01:00
ipa-compat-manage Use DN objects instead of strings 2012-08-12 16:23:24 -04:00
ipa-compliance Use DN objects instead of strings 2012-08-12 16:23:24 -04:00
ipa-csreplica-manage Changes to use a single database for dogtag and IPA 2012-11-23 12:19:19 +01:00
ipa-dns-install Create reverse zone in unattended mode 2012-10-19 16:19:14 +02:00
ipa-ldap-updater Framework for admin/install tools, with ipa-ldap-updater 2012-07-22 23:17:56 -04:00
ipa-managed-entries Use DN objects instead of strings 2012-08-12 16:23:24 -04:00
ipa-nis-manage Use DN objects instead of strings 2012-08-12 16:23:24 -04:00
ipa-replica-conncheck Changes to use a single database for dogtag and IPA 2012-11-23 12:19:19 +01:00
ipa-replica-install Fix schema replication from old masters 2012-11-23 12:19:19 +01:00
ipa-replica-manage Handle the case where there are no replicas with list-ruv 2012-11-07 10:01:04 +01:00
ipa-replica-prepare Changes to use a single database for dogtag and IPA 2012-11-23 12:19:19 +01:00
ipa-server-certinstall Use DN objects instead of strings 2012-08-12 16:23:24 -04:00
ipa-server-install Changes to use a single database for dogtag and IPA 2012-11-23 12:19:19 +01:00
ipa-upgradeconfig Report ipa-upgradeconfig errors during RPM upgrade 2012-10-18 21:10:17 -04:00
ipactl Changes to use a single database for dogtag and IPA 2012-11-23 12:19:19 +01:00
Makefile.am 25 Create Tool for Enabling/Disabling Managed Entry Plugins 2011-09-21 09:22:13 +02:00