From b73fc6e550fed9a1b6d83a03fa16f43b361ec8aa Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 31 Jan 2012 13:41:28 -0600 Subject: Show password expiration date. The user details page was modified to show the password expiration date next to the existing password field. Fixed problem resetting password in self-service mode. The JSON interface for the passwd command requires the username to be specified although the equivalent CLI command doesn't require it. Ticket #2064 --- install/ui/test/bin/update_ipa_init.sh | 1 + install/ui/test/data/ipa_init.json | 1 + 2 files changed, 2 insertions(+) (limited to 'install/ui/test') diff --git a/install/ui/test/bin/update_ipa_init.sh b/install/ui/test/bin/update_ipa_init.sh index 26cbc967..11cd0374 100755 --- a/install/ui/test/bin/update_ipa_init.sh +++ b/install/ui/test/bin/update_ipa_init.sh @@ -43,6 +43,7 @@ json="{ curl -v\ -H "Content-Type: application/json"\ -H "Accept: applicaton/json"\ + -H "Referer: https://`hostname`/ipa/xml"\ --negotiate\ --delegation always\ -u :\ diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 0f6667fa..fc8ec06b 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -335,6 +335,7 @@ "contact": "Contact Settings", "employee": "Employee Information", "error_changing_status": "Error changing account status", + "krbpasswordexpiration": "Password expiration", "mailing": "Mailing Address", "misc": "Misc. Information", "status_confirmation": "Are you sure you want to ${action} the user?
The change will take effect immediately.", -- cgit