summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2012-01-19 17:42:26 -0500
committerMartin Kosek <mkosek@redhat.com>2012-02-09 08:29:09 +0100
commit44c69ef33ef63030007e55b0f0dddcac12372543 (patch)
tree804baa85e21726984a3d5f5b88759870cdf0a6bc /VERSION
parent616d543a54833a1fde6b0098d91ac0f4e14f7a57 (diff)
downloadfreeipa-44c69ef33ef63030007e55b0f0dddcac12372543.tar.gz
freeipa-44c69ef33ef63030007e55b0f0dddcac12372543.tar.xz
freeipa-44c69ef33ef63030007e55b0f0dddcac12372543.zip
Make ipaconfigstring modifiable by users.
Convert from a freeform string into a enumeration. Only values currently allowed are AllowLMhash and AllowNThash. To add more than one value on the command-line either specify --ipaconfigstring multiple times or add the values comma-separated. https://fedorahosted.org/freeipa/ticket/1433
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index e7595bed4..a3239577f 100644
--- a/VERSION
+++ b/VERSION
@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=24
+IPA_API_VERSION_MINOR=25