summaryrefslogtreecommitdiffstats
path: root/install/updates/10-60basev2.update
Commit message (Collapse)AuthorAgeFilesLines
* Disallow direct modifications to enrolledBy.Rob Crittenden2011-07-141-20/+20
| | | | | | | | | | This fixes a regression. We don't need to allow enrolledBy to be modified because it gets written in the ipa_enrollment plugin which does internal operations so bypasses acis. https://fedorahosted.org/freeipa/ticket/302
* Fix ORDERING in some attributetypes and remove other unnecessary elements.Rob Crittenden2011-04-051-0/+22
Looking at the schema in 60basev2.ldif there were many attributes that did not have an ORDERING matching rule specified correctly. There were also a number of attributeTypes that should have been just SUP distinguishedName that had a combination of SUP, SYNTAX, ORDERING, etc. This requires 389-ds-base-1.2.8.0-1+ ticket 1153