permission-add does not prompt for ipapermright in interactive mode

- Add flag "ask_create" to ipalib/plugins/permission.py
- Bump API version

https://fedorahosted.org/freeipa/ticket/4872

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Gabe
2015-02-11 09:21:59 -07:00
committed by Martin Kosek
parent 06376a48b2
commit 3117e7b79c
3 changed files with 4 additions and 3 deletions

View File

@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
IPA_API_VERSION_MINOR=113
# Last change: npmccallum - expose disabled user auth type
IPA_API_VERSION_MINOR=114
# Last change: Gabe - Add flag "ask_create" to ipapermright