summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-09-16 15:08:17 -0400
committerMartin Kosek <mkosek@redhat.com>2011-10-04 15:16:38 +0200
commit844d4ff8bfb933ad8121d32343ae8418a79839cd (patch)
tree68e072ceb4d924a8d38afc1c33d655e4155aae00 /VERSION
parent651534087c1e45f4a3f501b80bc1b43dbef3a6a5 (diff)
downloadfreeipa-844d4ff8bfb933ad8121d32343ae8418a79839cd.tar.gz
freeipa-844d4ff8bfb933ad8121d32343ae8418a79839cd.tar.xz
freeipa-844d4ff8bfb933ad8121d32343ae8418a79839cd.zip
Require current password when using passwd to change your own password.
Add a new required parameter, current_password. In order to ask this first I added a new parameter option, sortorder. The lower the value the earlier it will be prompted for. I also changed the way autofill works. It will attempt to get the default and if it doesn't get anything will continue prompting interactively. Since current_password is required I'm passing a magic value that means changing someone else's password. We need to pass something since current_password is required. The python-ldap passwd command doesn't seem to use the old password at all so I do a simple bind to validate it. https://fedorahosted.org/freeipa/ticket/1808
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index a8380586c..ff8f92b51 100644
--- a/VERSION
+++ b/VERSION
@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=11
+IPA_API_VERSION_MINOR=12