From 271043ccf7dc16dd2c2f5d3dc99199a55ebe65b2 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 30 Jul 2012 14:30:31 +0200 Subject: Make group external New action for creating plain group external. Posix group can't be made external. https://fedorahosted.org/freeipa/ticket/2895 --- 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 a0b9f75c..631dc7d8 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -406,6 +406,7 @@ class i18n_messages(Command): "group": { "details": _("Group Settings"), "external": _("External"), + "make_external": _("Change to external group"), "normal": _("Normal"), "posix": _("POSIX"), "type": _("Group Type"), -- cgit