summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2014-02-25 17:24:02 +0100
committerPetr Viktorin <pviktori@redhat.com>2014-03-25 14:18:12 +0100
commit1df9b5836ad26bab3513b726305f5e061424e2c9 (patch)
tree25a46abf01a2cebc371309e488c3b823a236cfc3 /VERSION
parentd0e83dbccfdb35b1cdd4963ce4ffb2ff0627b066 (diff)
downloadfreeipa-1df9b5836ad26bab3513b726305f5e061424e2c9.tar.gz
freeipa-1df9b5836ad26bab3513b726305f5e061424e2c9.tar.xz
freeipa-1df9b5836ad26bab3513b726305f5e061424e2c9.zip
Allow modifying permissions with ":" in the name
The ":" character will be reserved for default permissions, so that users cannot create a permission with a name that will later be added as a default. Allow the ":" character modifying/deleting permissions*, but not when creating them. Also do not allow the new name to contain ":" when renaming. (* modify/delete have unrelated restrictions on managed permissions) Reviewed-By: Martin Kosek <mkosek@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index db98b207a..ff5ed2e81 100644
--- a/VERSION
+++ b/VERSION
@@ -89,5 +89,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=79
-# Last change: pviktori - rename --permission to --right
+IPA_API_VERSION_MINOR=80
+# Last change: pviktori - ":" in permission names