summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorOndrej Hamada <ohamada@redhat.com>2011-12-12 12:59:06 +0100
committerSimo Sorce <ssorce@redhat.com>2012-01-11 12:04:21 -0500
commitebae16a96d590e821e67ce9b962a650a0aa33815 (patch)
treece96f971eabcaaced9bed529cca776e419e27582 /VERSION
parent1c9d04cd1f696a7dbfb5e95d2e3782b1030e9612 (diff)
downloadfreeipa.git-ebae16a96d590e821e67ce9b962a650a0aa33815.tar.gz
freeipa.git-ebae16a96d590e821e67ce9b962a650a0aa33815.tar.xz
freeipa.git-ebae16a96d590e821e67ce9b962a650a0aa33815.zip
User-add random password support
I've used code from ipalib/plugins/host.py to add support for random password generation. The '--random' option is now available in user-add and user-mod commands. If both the 'password' and 'random' options are used the 'random' option will be ignored. Two test cases were added to unit test's module test_user_plugin.py - they test creating and modifying user with random password. Two fuzzy tests were added: test for password(string that doesn't start or end with whitespace and doesn't containt other whitespace than ' ') and for whatever string(because of krbextradata). I've slightly modified ipa_generate_password in order to make passwords for users more user-friendly(reduce number of non-letters). It has two optional parameters now - first one is string of characters that should be used for generating the passwd and second one is length of password. If none parameter is set default values will be used so there's no need to modify other plugins that use random password generator. https://fedorahosted.org/freeipa/ticket/1979
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 501d7441..3cc5457d 100644
--- a/VERSION
+++ b/VERSION
@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=17
+IPA_API_VERSION_MINOR=18