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:22 -0400
commita4ab88445c122837597d88fe68ce5b944f5324bb (patch)
treec3dd10210716fc4d7ef3e4b7e841747c4f181764 /ipalib
parent46ad724301e301d1bc96216b8873e704a37d35e3 (diff)
downloadfreeipa-a4ab88445c122837597d88fe68ce5b944f5324bb.tar.gz
freeipa-a4ab88445c122837597d88fe68ce5b944f5324bb.tar.xz
freeipa-a4ab88445c122837597d88fe68ce5b944f5324bb.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 a08549c30..09e08be13 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"),