Add --password-expiration to allow admin to force user password expiration

- Allows an admin to easily force a user to expire their password forcing the user to change it immediately or at a specified time in the future

Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
Gabe
2017-03-31 12:19:40 +02:00
committed by Martin Basti
parent d06315de6b
commit 274b0bcf5f
7 changed files with 34 additions and 18 deletions
+2 -2
View File
@@ -73,8 +73,8 @@ define(IPA_DATA_VERSION, 20100614120000)
# #
########################################################
define(IPA_API_VERSION_MAJOR, 2)
define(IPA_API_VERSION_MINOR, 224)
# Last change: Add rename option to sudorule objects
define(IPA_API_VERSION_MINOR, 225)
# Last change: Add --password-expiration option to force password change
########################################################