From eb87b8c31931e682cbb927896d1d60a0266e1263 Mon Sep 17 00:00:00 2001 From: Petr Voborník Date: Mon, 6 Feb 2012 14:52:09 +0100 Subject: UI support for ssh keys To user and host details pages was added ipasshpubkey attribute. New widget for ssh public keys was created. https://fedorahosted.org/freeipa/ticket/2340 --- ipalib/plugins/internal.py | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 805f458a..7557ff99 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -194,6 +194,7 @@ class i18n_messages(Command): "restore": _("Restore"), "retry": _("Retry"), "revoke": _("Revoke"), + "set": _("Set"), "update": _("Update"), "view": _("View"), }, @@ -457,6 +458,16 @@ class i18n_messages(Command): "unprovision_title": _("Unprovisioning ${entity}"), "valid": _("Kerberos Key Present, Service Provisioned"), }, + "sshkeystore": { + "keys": _("SSH public keys"), + "set_dialog_help": _("Base-64 encoded SSH public key:"), + "set_dialog_title": _("Set SSH key"), + "show_set_key": _("Show/Set key"), + "status_mod_ns": _("Modified: key not set"), + "status_mod_s": _("Modified"), + "status_new_ns": _("New: key not set"), + "status_new_s": _("New: key set"), + }, "sudocmd": { "groups": _("Groups"), }, -- cgit