idview: add domain_resolution_order attribute

`idview-add` and `idview-mod` can now set and validate the attribute.
The required objectclass is added on-demand after modification

https://pagure.io/freeipa/issue/6372

Reviewed-By: Martin Basti <mbasti@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
Martin Babinsky
2017-03-14 18:37:10 +01:00
committed by Martin Basti
parent 1b5f56d154
commit 544d66b710
4 changed files with 38 additions and 7 deletions
+2 -2
View File
@@ -73,8 +73,8 @@ define(IPA_DATA_VERSION, 20100614120000)
# #
########################################################
define(IPA_API_VERSION_MAJOR, 2)
define(IPA_API_VERSION_MINOR, 222)
>>>>>>> ipaconfig: add the ability to manipulate domain resolution order
define(IPA_API_VERSION_MINOR, 223)
# Last change: Add domain resolution order to ID views
########################################################