summaryrefslogtreecommitdiffstats
path: root/install/updates/50-suppress-upg.update
Commit message (Collapse)AuthorAgeFilesLines
* Disallow direct modifications to enrolledBy.Rob Crittenden2011-07-141-1/+1
| | | | | | | | | | 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
* A new flag to disable creation of UPGMartin Kosek2011-05-251-0/+2
Automatic creation may of User Private Groups (UPG) may not be wanted at all times. This patch adds a new flag --noprivate to ipa user-add command to disable it. https://fedorahosted.org/freeipa/ticket/1131