summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2013-06-19 09:48:29 +0200
committerMartin Kosek <mkosek@redhat.com>2013-06-26 14:11:42 +0200
commit77ae4da70632e17b6be09e9ad71fc353b3bad96e (patch)
tree8b335f8590755606a6cae72de1a66590a73832a2 /ipalib/plugins/internal.py
parent76dc2176f9e53fc7da760a516359f7cb2eb62035 (diff)
downloadfreeipa-77ae4da70632e17b6be09e9ad71fc353b3bad96e.tar.gz
freeipa-77ae4da70632e17b6be09e9ad71fc353b3bad96e.tar.xz
freeipa-77ae4da70632e17b6be09e9ad71fc353b3bad96e.zip
Remove entitlement support
Entitlements code was not tested nor supported upstream since version 3.0. Remove the associated code. https://fedorahosted.org/freeipa/ticket/3739
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py21
1 files changed, 0 insertions, 21 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index ca631c1e6..9bbc0c9f5 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -410,27 +410,6 @@ class i18n_messages(Command):
"add_permission":_("Add Permission"),
"remove_permission": _("Remove Permission"),
},
- "entitle": {
- "account": _("Account"),
- "certificate": _("Certificate"),
- "certificates": _("Certificates"),
- "consume": _("Consume"),
- "consume_entitlement": _("Consume Entitlement"),
- "consumed": _("Consumed"),
- "download": _("Download"),
- "download_certificate": _("Download Certificate"),
- "end": _("End"),
- "import_button": _("Import"),
- "import_certificate": _("Import Certificate"),
- "import_message": _("Enter the Base64-encoded entitlement certificate below:"),
- "loading": _("Loading..."),
- "no_certificate": _("No Certificate."),
- "product": _("Product"),
- "register": _("Register"),
- "registration": _("Registration"),
- "start": _("Start"),
- "status": _("Status"),
- },
"group": {
"details": _("Group Settings"),
"external": _("External"),