summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/domainlevel.py
Commit message (Collapse)AuthorAgeFilesLines
* domainlevel: Fix incorrect initializations of InvalidDomainLevelError exceptionsTomas Babej2015-07-201-2/+2
| | | | Reviewed-By: Tomas Babej <tbabej@redhat.com>
* Revert "Hide topology and domainlevel features"Tomas Babej2015-07-101-2/+0
| | | | | | | | | This reverts commit 62e8002bc43ddd890c3db35a123cb7daf35e3121. Hiding of the topology and domainlevel features was necessary for the 4.2 branch only. Reviewed-By: Simo Sorce <ssorce@redhat.com>
* Hide topology and domainlevel featuresTomas Babej2015-07-081-0/+2
| | | | | | | | | | | * Hide topology and domainlevel commands in the CLI * Hide topology and domainlevel in the WebUI * Set maximum allowed domain level to 0 * Do not configure and enable the topology plugin https://fedorahosted.org/freeipa/ticket/5097 Reviewed-By: Martin Basti <mbasti@redhat.com>
* Add Domain Level featureTomas Babej2015-05-261-0/+138
https://fedorahosted.org/freeipa/ticket/5018 Reviewed-By: Jan Cholasta <jcholast@redhat.com> Reviewed-By: Petr Vobornik <pvoborni@redhat.com>