summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-07-30 13:31:11 +0200
committerMartin Kosek <mkosek@redhat.com>2012-08-14 08:09:23 +0200
commit44e86aa3bb7206991bbe1118ee3a35b6949b6ac9 (patch)
tree45dbb03de93bd0d32a4ef6a0c8205207bd4108d8 /ipalib
parent6341eff07891dfd4ed253081eb056ff6eb5aa573 (diff)
downloadfreeipa-44e86aa3bb7206991bbe1118ee3a35b6949b6ac9.tar.gz
freeipa-44e86aa3bb7206991bbe1118ee3a35b6949b6ac9.tar.xz
freeipa-44e86aa3bb7206991bbe1118ee3a35b6949b6ac9.zip
Add external group
Group can be normal, posix and external. Posix checkbox was removed and was replaced by radio for selecting group type. This adds possibility of adding of external group. https://fedorahosted.org/freeipa/ticket/2895
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 08d7a255f..a0b9f75c3 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -405,7 +405,10 @@ class i18n_messages(Command):
},
"group": {
"details": _("Group Settings"),
- "posix": _("POSIX group"),
+ "external": _("External"),
+ "normal": _("Normal"),
+ "posix": _("POSIX"),
+ "type": _("Group Type"),
},
"hbacrule": {
"any_host": _("Any Host"),