summaryrefslogtreecommitdiffstats
path: root/install/updates/README
Commit message (Collapse)AuthorAgeFilesLines
* Remove schema modifications from update filesPetr Viktorin2013-11-181-1/+1
| | | | | | | As schema is now handled by the schema updater, these entries are superfluous. https://fedorahosted.org/freeipa/ticket/3454
* Apply LDAP update files in blocks of 10, as originally designed.Rob Crittenden2013-04-121-4/+19
| | | | | | | | | | | | | | | In order to have control over the order that updates are applied a numbering system was created for the update files. These values were not actually used. The updates were sorted by DN length and in most cases this was adequate for proper function. The exception was with roles where in some cases a role was added as a member of a permission before the role itself was added so the memberOf value was never created. Now updates are computed and applied in blocks of 10. https://fedorahosted.org/freeipa/ticket/3377
* Name update files so they can be easily sorted.Rob Crittenden2009-03-251-0/+8
We want to process some updates in a particular order (schema, structural). Using an init-inspired ordering mechanism.