From dc79b60ebb35bff9658448a9851438b0407558f4 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 1 Aug 2012 17:59:54 +0200 Subject: PAC Type options for services in Web UI Following options were added to Web UI * PAC Type in service * PAC Type in configuration Testing metadata for objects and commands were regenerated. https://fedorahosted.org/freeipa/ticket/2958 --- ipalib/plugins/internal.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/plugins') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index fc7f9ddd..08d7a255 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -347,6 +347,7 @@ class i18n_messages(Command): "group": _("Group Options"), "search": _("Search Options"), "selinux": _("SELinux Options"), + "service": _("Service Options"), "user": _("User Options"), }, "delegation": { -- cgit