From d536b3824e6a2cee18164187f596089b97b3c00f Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 30 Jul 2012 14:32:54 +0200 Subject: Make group posix New option for creating plain user group posix group. External group can't be made posix. https://fedorahosted.org/freeipa/ticket/2338 --- ipalib/plugins/internal.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 631dc7d82..02ba5819a 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -407,6 +407,7 @@ class i18n_messages(Command): "details": _("Group Settings"), "external": _("External"), "make_external": _("Change to external group"), + "make_posix": _("Change to POSIX group"), "normal": _("Normal"), "posix": _("POSIX"), "type": _("Group Type"), -- cgit