summaryrefslogtreecommitdiffstats
path: root/install/ui/serverconfig.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/serverconfig.js')
-rw-r--r--install/ui/serverconfig.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/install/ui/serverconfig.js b/install/ui/serverconfig.js
index e6da7953..2b9be6ed 100644
--- a/install/ui/serverconfig.js
+++ b/install/ui/serverconfig.js
@@ -60,6 +60,11 @@ IPA.config.entity = function(spec) {
'ipamaxusernamelength',
'ipapwdexpadvnotify',
{
+ name: 'ipaconfigstring',
+ type: 'checkboxes',
+ options: IPA.create_options(['AllowLMhash','AllowNThash'])
+ },
+ {
type: 'checkbox',
name: 'ipamigrationenabled'
},
@@ -79,6 +84,14 @@ IPA.config.entity = function(spec) {
name: 'ipagroupobjectclasses'
}
]
+ },
+ {
+ name: 'selinux',
+ label: IPA.messages.objects.config.selinux,
+ fields: [
+ 'ipaselinuxusermaporder',
+ 'ipaselinuxusermapdefault'
+ ]
}
],
needs_update: true