summaryrefslogtreecommitdiffstats
path: root/install/ui/group.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/group.js')
-rw-r--r--install/ui/group.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/install/ui/group.js b/install/ui/group.js
index 769df0a8..7683bcb5 100644
--- a/install/ui/group.js
+++ b/install/ui/group.js
@@ -50,6 +50,17 @@ IPA.group.entity = function(spec) {
type: 'textarea',
name: 'description'
},
+ {
+ type: 'value_map',
+ name: 'external',
+ param: 'objectclass',
+ label: IPA.messages.objects.group.type,
+ default_label: IPA.messages.objects.group.normal,
+ value_map: {
+ ipaexternalgroup: IPA.messages.objects.group.external,
+ posixgroup: IPA.messages.objects.group.posix
+ }
+ },
'gidnumber'
]
}