summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-09-05 09:27:21 +0200
committerRob Crittenden <rcritten@redhat.com>2012-09-06 19:18:31 -0400
commitf8b6c713b7a7b0a3108abe1c0f1fab9791839c71 (patch)
treec3dd10210716fc4d7ef3e4b7e841747c4f181764 /ipalib
parent8a81d71b7856d1e40b99bd59757791bf7cf7dce2 (diff)
downloadfreeipa.git-f8b6c713b7a7b0a3108abe1c0f1fab9791839c71.tar.gz
freeipa.git-f8b6c713b7a7b0a3108abe1c0f1fab9791839c71.tar.xz
freeipa.git-f8b6c713b7a7b0a3108abe1c0f1fab9791839c71.zip
Reflect API change of SSH store in Web UI
Format of ipasshpubkey in users and hosts changed from BYTES to STR. Web UI no longer gets the value as base64 encoded string in a object. Label was changed to reflect that the key don't have to be plain base64 encoded blob. https://fedorahosted.org/freeipa/ticket/2989
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 a08549c3..09e08be1 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -547,7 +547,7 @@ class i18n_messages(Command):
},
"sshkeystore": {
"keys": _("SSH public keys"),
- "set_dialog_help": _("Base-64 encoded SSH public key:"),
+ "set_dialog_help": _("SSH public key:"),
"set_dialog_title": _("Set SSH key"),
"show_set_key": _("Show/Set key"),
"status_mod_ns": _("Modified: key not set"),