summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2011-12-19 18:31:35 -0600
committerRob Crittenden <rcritten@redhat.com>2012-01-10 22:26:23 -0500
commit1ee47b70de7b324cedf2772fc1bdb9951fb385e0 (patch)
tree5d2d20a70c34c00ed12ab064cc443af6155d8c37 /ipalib
parentd06acdbc9068ec5ff060cc9f941d5f348e36ed8c (diff)
downloadfreeipa.git-1ee47b70de7b324cedf2772fc1bdb9951fb385e0.tar.gz
freeipa.git-1ee47b70de7b324cedf2772fc1bdb9951fb385e0.tar.xz
freeipa.git-1ee47b70de7b324cedf2772fc1bdb9951fb385e0.zip
Added policies into user details page.
The user details page has been modified to show the password policy and Kerberos ticket policy that apply to the user. The policies are currently displayed as read-only. Ticket #703
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 3eed9ec5..31a4f9c6 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -398,7 +398,7 @@ class i18n_messages(Command):
"identity": _("Host Group Settings"),
},
"krbtpolicy": {
- "identity": _("Kerberos ticket policy"),
+ "identity": _("Kerberos Ticket Policy"),
},
"netgroup": {
"identity": _("Netgroup Settings"),