summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/ui/serverconfig.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/install/ui/serverconfig.js b/install/ui/serverconfig.js
index 2b9be6ede..3e61f6509 100644
--- a/install/ui/serverconfig.js
+++ b/install/ui/serverconfig.js
@@ -62,7 +62,10 @@ IPA.config.entity = function(spec) {
{
name: 'ipaconfigstring',
type: 'checkboxes',
- options: IPA.create_options(['AllowLMhash','AllowNThash'])
+ options: IPA.create_options([
+ 'AllowLMhash', 'AllowNThash',
+ 'KDC:Disable Last Success', 'KDC:Disable Lockout'
+ ])
},
{
type: 'checkbox',