Make group external

New action for creating plain group external. Posix group can't be made external.

https://fedorahosted.org/freeipa/ticket/2895
This commit is contained in:
Petr Vobornik
2012-08-14 08:09:31 +02:00
committed by Martin Kosek
parent 44e86aa3bb
commit 271043ccf7
5 changed files with 67 additions and 1 deletions
+1
View File
@@ -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"),