diff options
author | Petr Viktorin <pviktori@redhat.com> | 2014-01-06 15:51:20 +0100 |
---|---|---|
committer | Petr Viktorin <pviktori@redhat.com> | 2014-02-20 13:11:41 +0100 |
commit | e951f1841674fc57a867b9a36eea9d82ca31ad38 (patch) | |
tree | 8440123b7ee6e93d78af7aa4037ee6a8bc005c4d /VERSION | |
parent | 0824d12c95d840b1787743e8316b0bc0f7ba5284 (diff) | |
download | freeipa-e951f1841674fc57a867b9a36eea9d82ca31ad38.tar.gz freeipa-e951f1841674fc57a867b9a36eea9d82ca31ad38.tar.xz freeipa-e951f1841674fc57a867b9a36eea9d82ca31ad38.zip |
permissions: Use multivalued targetfilter
Change the target filter to be multivalued.
Make the `type` option on permissions set location and an
(objectclass=...) targetfilter, instead of location and target.
Make changing or unsetting `type` remove existing
(objectclass=...) targetfilters only, and similarly,
changing/unsetting `memberof` to remove (memberof=...) only.
Update tests
Part of the work for: https://fedorahosted.org/freeipa/ticket/4074
Reviewed-By: Martin Kosek <mkosek@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r-- | VERSION | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -89,5 +89,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=73 -# Last change: pviktori - Managed permissions +IPA_API_VERSION_MINOR=74 +# Last change: pviktori - permissions: multivalued targetfilter |