summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-07-30 14:30:31 +0200
committerMartin Kosek <mkosek@redhat.com>2012-08-14 08:09:31 +0200
commit271043ccf7dc16dd2c2f5d3dc99199a55ebe65b2 (patch)
treef4e4f0d0a5de052eaa219268cc66f5352b7c92cb /ipalib
parent44e86aa3bb7206991bbe1118ee3a35b6949b6ac9 (diff)
downloadfreeipa-271043ccf7dc16dd2c2f5d3dc99199a55ebe65b2.tar.gz
freeipa-271043ccf7dc16dd2c2f5d3dc99199a55ebe65b2.tar.xz
freeipa-271043ccf7dc16dd2c2f5d3dc99199a55ebe65b2.zip
Make group external
New action for creating plain group external. Posix group can't be made external. https://fedorahosted.org/freeipa/ticket/2895
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index a0b9f75c3..631dc7d82 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"),