summaryrefslogtreecommitdiffstats
path: root/VERSION.m4
diff options
context:
space:
mode:
authorGabe <redhatrises@gmail.com>2017-02-11 17:13:08 -0700
committerMartin Basti <mbasti@redhat.com>2017-02-14 17:09:45 +0100
commita930ec824da0337109d646ab3acb495dc1b6ba63 (patch)
treec6d3dbc37d921a4a45634ef4cdee545347be6e2d /VERSION.m4
parent5b56952a547277fab4c68da02f213d40f931a4ca (diff)
downloadfreeipa-a930ec824da0337109d646ab3acb495dc1b6ba63.tar.gz
freeipa-a930ec824da0337109d646ab3acb495dc1b6ba63.tar.xz
freeipa-a930ec824da0337109d646ab3acb495dc1b6ba63.zip
Allow nsaccountlock to be searched in user-find command
This patch provides the ability to search and find users who are enabled/disabled in `ipa user-find` command without breaking API compatibility. Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'VERSION.m4')
-rw-r--r--VERSION.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION.m4 b/VERSION.m4
index 36929eeca..8d6671847 100644
--- a/VERSION.m4
+++ b/VERSION.m4
@@ -73,8 +73,8 @@ define(IPA_DATA_VERSION, 20100614120000)
# #
########################################################
define(IPA_API_VERSION_MAJOR, 2)
-define(IPA_API_VERSION_MINOR, 217)
-# Last change: Add options to write lightweight CA cert or chain to file
+define(IPA_API_VERSION_MINOR, 218)
+# Last change: Remove no_option flag for nsaccountlock and add cli_name='disabled'
########################################################