mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-27 09:21:59 -06:00
d4a0fa34af
- add missing closing parenthesis in idnsRecord declaration - remove extra dollar sign from ipaSudoRule declaration - handle missing/extraneous X-ORIGIN lines in 10-selinuxusermap.update This does not use the schema updater because the syntax needs to be fixed in the files themselves, otherwise 389 1.3.2+ will fail to start. Older DS versions transparently fix the syntax errors. The existing ldap-updater directive for ipaSudoRule is fixed (ldap-updater runs after upgradeconfig). https://fedorahosted.org/freeipa/ticket/3578 |
||
---|---|---|
.. | ||
10-60basev2.update | ||
10-60basev3.update | ||
10-bind-schema.update | ||
10-config.update | ||
10-enable-betxn.update | ||
10-RFC2307bis.update | ||
10-RFC4876.update | ||
10-schema_compat.update | ||
10-selinuxusermap.update | ||
10-ssh.update | ||
10-sudo.update | ||
10-uniqueness.update | ||
19-managed-entries.update | ||
20-aci.update | ||
20-dna.update | ||
20-host_nis_groups.update | ||
20-indices.update | ||
20-nss_ldap.update | ||
20-replication.update | ||
20-user_private_groups.update | ||
20-winsync_index.update | ||
21-ca_renewal_container.update | ||
21-replicas_container.update | ||
25-referint.update | ||
30-policy.update | ||
30-s4u2proxy.update | ||
40-automember.update | ||
40-delegation.update | ||
40-dns.update | ||
40-realm_domains.update | ||
40-replication.update | ||
45-roles.update | ||
50-groupuuid.update | ||
50-hbacservice.update | ||
50-ipaconfig.update | ||
50-lockout-policy.update | ||
50-nis.update | ||
55-pbacmemberof.update | ||
60-trusts.update | ||
61-trusts-s4u2proxy.update | ||
62-ranges.update | ||
Makefile.am | ||
README |
The update files are sorted before being processed because there are cases where order matters (such as getting schema added first, creating parent entries, etc). Updates are applied in blocks of ten so that any entries that are dependant on another can be added successfully without having to rely on the length of the DN to get the sorting correct. The file names should use the format #-<description>.update where # conforms to this: 10 - 19: Schema 20 - 29: 389-ds configuration, new indices 30 - 39: Structual elements of the DIT 40 - 49: Pre-loaded data 50 - 59: Cleanup existing data 60 - 69: AD Trust 70 - 79: Reserved 80 - 89: Reserved These numbers aren't absolute, there may be reasons to put an update into one place or another, but by adhereing to the scheme it will be easier to find existing updates and know where to put new ones.